Home
last modified time | relevance | path

Searched refs:showErrorMessage (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/remoting/webapp/
Dhost_setup_dialog.js168 remoting.showErrorMessage);
298 function showErrorMessage(tag) { function
331 showErrorMessage(/*i18n-content*/'ERROR_HOST_REGISTRATION_FAILED');
333 showErrorMessage(/*i18n-content*/'HOST_SETUP_HOST_FAILED');
335 showErrorMessage(/*i18n-content*/'HOST_SETUP_UPDATE_PIN_FAILED');
337 showErrorMessage(/*i18n-content*/'HOST_SETUP_STOP_FAILED');
Dhost_list.js375 remoting.identity.callWithToken(renameHost, remoting.showErrorMessage);
391 remoting.identity.callWithToken(deleteHost, remoting.showErrorMessage);
Dremoting.js105 remoting.showErrorMessage(error);
492 remoting.showErrorMessage = function(error) { function
Devent_handlers.js23 remoting.showErrorMessage);
Dhost_screen.js75 remoting.showErrorMessage);
/external/chromium_org/ui/file_manager/video_player/js/
Dvideo_player.js94 FullWindowVideoControls.prototype.showErrorMessage = function(message) { method in FullWindowVideoControls
112 this.showErrorMessage('VIDEO_PLAYER_VIDEO_FILE_UNSUPPORTED_FOR_CAST');
114 this.showErrorMessage('GALLERY_VIDEO_ERROR');
117 this.showErrorMessage('GALLERY_VIDEO_DECODING_ERROR');
398 this.controls_.showErrorMessage('GALLERY_VIDEO_ERROR');
616 this.controls.showErrorMessage('GALLERY_VIDEO_DECODING_ERROR');
/external/chromium_org/remoting/webapp/background/
Dmessage_window_helper.js225 remoting.MessageWindow.showErrorMessage = function(title, message) { function in remoting.MessageWindow