/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | dialogs.js | 137 BaseDialog.prototype.show = function(message, onOk, onCancel, onShow) { argument 142 onOk, onCancel, onShow) { argument 168 onOk, onCancel, onShow) { argument 173 BaseDialog.prototype.show_ = function(title, onOk, onCancel, onShow) { argument 250 AlertDialog.prototype.show = function(message, onOk, onShow) { argument 251 return BaseDialog.prototype.show.apply(this, [message, onOk, onOk, onShow]); argument 290 PromptDialog.prototype.show = function(message, defaultValue, onOk, onCancel, argument 293 return BaseDialog.prototype.show.apply(this, [message, onOk, onCancel, argument
|
/external/chromium_org/remoting/webapp/ |
D | third_party_host_permissions.js | 40 onOk, onError) { argument 67 function(onOk, onError) { argument 96 onOk, onError) { argument
|
D | identity.js | 47 remoting.Identity.prototype.callWithToken = function(onOk, onError) { argument 83 remoting.Identity.prototype.getEmail = function(onOk, onError) { argument 162 remoting.Identity.Callbacks = function(onOk, onError) { argument
|
D | oauth2.js | 215 function(onOk, accessToken, expiresIn) { argument 231 function(onOk, refreshToken, accessToken, expiresIn) { argument 323 remoting.OAuth2.prototype.callWithToken = function(onOk, onError) { argument 348 remoting.OAuth2.prototype.getEmail = function(onOk, onError) { argument
|
D | wcs_loader.js | 118 remoting.WcsLoader.prototype.validateToken = function(token, onOk, onError) { argument
|
D | session_connector.js | 24 remoting.SessionConnector = function(pluginParent, onOk, onError, argument
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | file_manager_dialog_base.js | 55 title, message, onOk, onCancel) { argument 69 title, message, onOk, onCancel) { argument 77 this, title, message, onOk, onCancel, null); argument
|