Lines Matching refs:drive

43 				if (file.constructor == DriveFile && file.desc != null && this.drive != null)
45 … evt.label += ((this.drive.user != null) ? ('-user_' + this.drive.user.id) : '-nouser') + '-rev_' +
1564 this.drive = new DriveClient(this);
1566 this.drive.addListener('userChanged', mxUtils.bind(this, function()
1574 this.fireEvent(new mxEventObject('clientLoaded', 'client', this.drive));
1839 if (file.constructor == DriveFile && file.desc != null && this.drive != null)
1841 … evt.label += ((this.drive.user != null) ? ('-user_' + this.drive.user.id) : '-nouser') + '-rev_' +
2090 var driveUser = this.drive.getUser();
2891 …this.stateArg = (urlParams['state'] != null && this.drive != null) ? JSON.parse(decodeURIComponent…
2902 this.drive != null && this.stateArg != null && this.stateArg.userId != null)
2904 this.drive.setUserId(this.stateArg.userId);
2916 if (this.drive == null)
3446 this.drive != null && this.stateArg != null && this.stateArg.action == 'create')
3910 if (this.drive != null && typeof(google) != 'undefined' && typeof(google.picker) != 'undefined')
3912 this.drive.pickFile();
4066 var peer = (mode == App.MODE_GOOGLE) ? this.drive :
4250 …if (mode == App.MODE_GOOGLE && this.drive != null && this.spinner.spin(document.body, mxResources.…
4252 this.drive.insertFile(name, xml, folderId, mxUtils.bind(this, function(newFile)
4257 }), error, this.drive.libraryMimeType);
4664 return this.drive;
4731 if (mode == App.MODE_GOOGLE && this.drive != null)
4738 this.drive.insertFile(title, data, folderId, mxUtils.bind(this, function(file)
5143 (this.drive != null || typeof window.DriveClient === 'function'))
5151 if (this.drive != null)
5273 peer = this.drive;
5660 if (this.drive != null && this.drive.user != null)
5662 peer = this.drive;
6211 if (enabled && mode == App.MODE_GOOGLE && this.drive != null)
6214 this.drive.pickFolder(mxUtils.bind(this, function(evt)
6306 if (this.drive != null && this.spinner.spin(document.body, mxResources.get('saving')))
6308 this.drive.insertFile(filename, data, folderId, mxUtils.bind(this, function(resp)
7086 if ((this.drive == null || this.drive.getUser() == null) &&
7172 if (this.drive != null)
7174 var driveUsers = this.drive.getUsersList();
7264 this.drive.setUser(user);
7266 this.drive.authorize(true, mxUtils.bind(this, function()
7312 this.drive.logout();
7325 var authWin = this.drive.createAuthWin();
7334 this.drive.authorize(false, mxUtils.bind(this, function()
7695 if (this.drive != null && this.drive.getUser() != null)
7697 user = this.drive.getUser();
7743 if (this.drive != null && this.drive.getUser() != null)
7745 user = this.drive.getUser();