Lines Matching refs:window

13 window.DriveClient = function(editorUi, isExtAuth)
15 if (isExtAuth == null && window.urlParams != null && window.urlParams['extAuth'] == '1')
42 this.appId = window.DRAWIO_GOOGLE_VIEWER_APP_ID || '850530949725';
43 …this.clientId = window.DRAWIO_GOOGLE_VIEWER_CLIENT_ID || '850530949725.apps.googleusercontent.com';
49 this.appId = window.DRAWIO_GOOGLE_APP_ID || '671128082532';
50 …this.clientId = window.DRAWIO_GOOGLE_CLIENT_ID || '671128082532-jhphbq6d0e1gnsus9mn7vf8a6fjn10mp.a…
71 DriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/goog…
197 window.clearTimeout(this.tokenRefreshThread);
255 …d + '&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + window.location.hostname)…
326 window.clearTimeout(this.requestThread);
338 window.clearTimeout(timeoutThread);
341 timeoutThread = window.setTimeout(mxUtils.bind(this, function()
398 window.clearTimeout(timeoutThread);
463 this.requestThread = window.setTimeout(fn,
527 screenX = window.screenX,
528 screenY = window.screenY,
529 outerWidth = window.outerWidth,
530 outerHeight = window.outerHeight;
540 return window.open(url? url : 'about:blank', 'gdauth', features.join(','));
550 window.parent.driveAuth(mxUtils.bind(this, function(newAuthInfo)
647 …i + '?state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + window.location.hostname …
680 …'&state=' + encodeURIComponent('cId=' + this.clientId + '&domain=' + window.location.hostname + '&…
685 window.location.assign(url);
699 window.onGoogleDriveCallback = mxUtils.bind(this, function(newAuthInfo, authWindow)
701 window.onGoogleDriveCallback = null;
758 window.clearTimeout(this.tokenRefreshThread);
768 this.tokenRefreshThread = window.setTimeout(mxUtils.bind(this, function()
1138 var temp = (window.atob && !mxClient.IS_IE && !mxClient.IS_IE11) ?
1173 data = (window.atob && !mxClient.IS_SF) ? atob(temp) : Base64.decode(temp);
1232 window.setTimeout(fn, delay);
1602 timeoutThread = window.setTimeout(mxUtils.bind(this, function()
1617 window.clearTimeout(timeoutThread);
1625 window.clearTimeout(timeoutThread);
1657 window.setTimeout(executeSave, delay);
1744 timeoutThread = window.setTimeout(mxUtils.bind(this, function()
1760 window.clearTimeout(timeoutThread);
1795 window.clearTimeout(timeoutThread);
2026 ((data != null) ? ((binary) ? data : ((window.btoa && !mxClient.IS_IE && !mxClient.IS_IE11) ?
2522 if ('MutationObserver' in window)