Home
last modified time | relevance | path

Searched defs:onOk (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/webui/resources/js/cr/ui/
Ddialogs.js137 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/
Dthird_party_host_permissions.js40 onOk, onError) { argument
67 function(onOk, onError) { argument
96 onOk, onError) { argument
Didentity.js47 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
Doauth2.js215 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
Dwcs_loader.js118 remoting.WcsLoader.prototype.validateToken = function(token, onOk, onError) { argument
Dsession_connector.js24 remoting.SessionConnector = function(pluginParent, onOk, onError, argument
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
Dfile_manager_dialog_base.js55 title, message, onOk, onCancel) { argument
69 title, message, onOk, onCancel) { argument
77 this, title, message, onOk, onCancel, null); argument