Searched refs:showErrorMessage (Results 1 – 7 of 7) sorted by relevance
168 remoting.showErrorMessage);298 function showErrorMessage(tag) { function331 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');
375 remoting.identity.callWithToken(renameHost, remoting.showErrorMessage);391 remoting.identity.callWithToken(deleteHost, remoting.showErrorMessage);
105 remoting.showErrorMessage(error);492 remoting.showErrorMessage = function(error) { function
23 remoting.showErrorMessage);
75 remoting.showErrorMessage);
94 FullWindowVideoControls.prototype.showErrorMessage = function(message) { method in FullWindowVideoControls112 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');
225 remoting.MessageWindow.showErrorMessage = function(title, message) { function in remoting.MessageWindow