Searched defs:ShowError (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_model_impl.cc49 void TranslateBubbleModelImpl::ShowError( function in class:TranslateBubbleModelImpl
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
H A Dkiosk_apps_handler.cc189 ShowError(app_id);
199 ShowError(app_id);
348 void KioskAppsHandler::ShowError(const std::string& app_id) { function in class:chromeos::KioskAppsHandler
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c137 static void ShowError(const char *title, const char *message) function
150 ShowError("Fatal Error", "Out of memory - aborting");
301 ShowError("WinMain() error", SDL_GetError());
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_display.cc143 void WebUILoginDisplay::ShowError(int error_msg_id, function in class:chromeos::WebUILoginDisplay
200 webui_handler_->ShowError(login_attempts, error_text, help_link,
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_screen_handler.cc133 void NetworkScreenHandler::ShowError(const base::string16& message) { function in class:chromeos::NetworkScreenHandler
H A Denrollment_screen_handler.cc242 ShowError(IDS_ENTERPRISE_ENROLLMENT_AUTH_FATAL_ERROR, false);
247 ShowError(IDS_ENTERPRISE_ENROLLMENT_AUTH_ACCOUNT_ERROR, true);
251 ShowError(IDS_ENTERPRISE_ENROLLMENT_AUTH_NETWORK_ERROR, true);
262 ShowError(IDS_ENTERPRISE_ENROLLMENT_STATUS_LOCK_WRONG_USER, true);
265 ShowError(IDS_ENTERPRISE_AUTO_ENROLLMENT_BAD_MODE, true);
268 ShowError(IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR, true);
281 ShowError(IDS_ENTERPRISE_ENROLLMENT_STATUS_NO_STATE_KEYS, false);
287 ShowError(IDS_ENTERPRISE_ENROLLMENT_ACCOUNT_ERROR, true);
290 ShowError(IDS_ENTERPRISE_ENROLLMENT_MISSING_LICENSES_ERROR, true);
293 ShowError(IDS_ENTERPRISE_ENROLLMENT_DEPROVISIONED_ERRO
564 void EnrollmentScreenHandler::ShowError(int message_id, bool retry) { function in class:chromeos::EnrollmentScreenHandler
[all...]
H A Dsignin_screen_handler.cc876 void SigninScreenHandler::ShowError(int login_attempts, function in class:chromeos::SigninScreenHandler
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service_config.cc112 void ShowError(int string_id);
114 void ShowError(const base::string16& error_message);
116 void ShowError(HRESULT hr);
317 void SetupDialog::ShowError(const base::string16& error_message) { function in class:SetupDialog
329 void SetupDialog::ShowError(int string_id) { function in class:SetupDialog
330 ShowError(cloud_print::LoadLocalString(string_id));
333 void SetupDialog::ShowError(HRESULT hr) { function in class:SetupDialog
334 ShowError(GetErrorMessage(hr));
350 return ShowError(hr);
360 return ShowError(h
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc536 login_display_->ShowError(IDS_LOGIN_ERROR_OWNER_KEY_LOST, 1,
555 login_display_->ShowError(IDS_LOGIN_ERROR_WHITELIST, 1,
600 login_display_->ShowError(IDS_LOGIN_ERROR_OWNER_KEY_LOST, 1,
812 ShowError(IDS_LOGIN_ERROR_OWNER_REQUIRED, error);
830 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error);
832 ShowError(IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED, error);
838 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED, error);
841 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING_NEW, error);
843 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error);
1008 ShowError(IDS_LOGIN_ERROR_WHITELIS
1209 void ExistingUserController::ShowError(int error_id, function in class:chromeos::ExistingUserController
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc599 ShowError(
673 ShowError(
692 ShowError(
749 ShowError(
807 ShowError(
857 ShowError(
868 ShowError(
881 ShowError(
916 ShowError(
927 ShowError(
1113 void CertificateManagerHandler::ShowError(const std::string& title, function in class:options::CertificateManagerHandler
[all...]

Completed in 1038 milliseconds