Home
last modified time | relevance | path

Searched refs:authWindow (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js187 window.onDropboxCallback = mxUtils.bind(this, function(newAuthInfo, authWindow) argument
225 if (authWindow != null)
227 authWindow.close();
231 else if (authWindow != null)
233 authWindow.close();
H A DGitHubClient.js162 window.onGitHubCallback = mxUtils.bind(this, function(newAuthInfo, authWindow) argument
192 if (authWindow != null)
194 authWindow.close();
198 else if (authWindow != null)
200 authWindow.close();
H A DGitLabClient.js119 window.onGitLabCallback = mxUtils.bind(this, function(newAuthInfo, authWindow) argument
148 if (authWindow != null)
150 authWindow.close();
154 else if (authWindow != null)
156 authWindow.close();
H A DDriveClient.js699 window.onGoogleDriveCallback = mxUtils.bind(this, function(newAuthInfo, authWindow) argument
726 if (authWindow != null)
728 authWindow.close();