HomeSort by relevance Sort by last modified time
    Searched refs:onOk (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/remoting/webapp/
third_party_host_permissions.js 36 * @param {function(): void} onOk Called if the permission is granted.
40 onOk, onError) {
47 onOk();
54 that.showPermissionConfirmation_(onOk, onError);
62 * @param {function(): void} onOk Called if the permission is granted.
67 function(onOk, onError) {
80 that.requestPermission_(onOk, onError);
91 * @param {function(): void} onOk Called if the permission is granted.
96 onOk, onError) {
102 onOk();
    [all...]
identity.js 45 * @param {function(string):void} onOk Function to invoke with access token if
51 remoting.Identity.prototype.callWithToken = function(onOk, onError) {
52 this.pendingCallbacks_.push(new remoting.Identity.Callbacks(onOk, onError));
63 * @param {function(string):void} onOk Callback invoked when the email
69 remoting.Identity.prototype.getEmail = function(onOk, onError) {
75 onOk(email);
106 callback.onOk(token);
143 * @param {function(string):void} onOk
148 remoting.Identity.Callbacks = function(onOk, onError) {
150 this.onOk = onOk
    [all...]
wcs_loader.js 113 * @param {function():void} onOk Callback to invoke if the token is valid.
118 remoting.WcsLoader.prototype.validateToken = function(token, onOk, onError) {
126 onOk();
oauth2.js 235 * @param {function(string):void} onOk Called with the new access token.
242 function(onOk, accessToken, expiresIn) {
244 onOk(accessToken);
250 * @param {function():void} onOk Called after the new tokens are stored.
258 function(onOk, refreshToken, accessToken, expiresIn) {
261 onOk();
359 * @param {function(string):void} onOk Function to invoke with access token if
365 remoting.OAuth2.prototype.callWithToken = function(onOk, onError) {
370 this.onAccessToken_.bind(this, onOk), onError,
374 onOk(this.getAccessTokenInternal_()['token'])
    [all...]
session_connector.js 17 * @param {function(remoting.ClientSession):void} onOk Callback on success.
21 remoting.SessionConnector = function(pluginParent, onOk, onError) {
32 this.onOk_ = onOk;
406 // and pass the session to the onOk callback. It is expected that it
client_screen.js 23 * connector has invoked its onOk callback.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
file_manager_dialog_base.js 49 * @param {function()} onOk Called when the OK button is pressed.
55 title, message, onOk, onCancel) {
56 return this.showImpl_(title, message, onOk, onCancel);
62 * @param {function()} onOk Called when the OK button is pressed.
69 title, message, onOk, onCancel) {
77 this, title, message, onOk, onCancel, null);
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 136 mOkListener.onOk(mHost, mRealm, getUsername(), getPassword());
157 void onOk(String host, String realm, String username, String password);
PageDialogsHandler.java 92 public void onOk(String host, String realm, String username, String password) {

Completed in 293 milliseconds