Home
last modified time | relevance | path

Searched refs:ShowError (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dexisting_user_controller.cc254 ShowError(IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY, error); in OnLoginFailure()
257 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error); in OnLoginFailure()
259 ShowError(IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED, error); in OnLoginFailure()
274 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error); in OnLoginFailure()
279 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED, error); in OnLoginFailure()
288 ShowError(IDS_LOGIN_ERROR_CAPTIVE_PORTAL, error); in OnLoginFailure()
290 ShowError(IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE, error); in OnLoginFailure()
293 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING_NEW, error); in OnLoginFailure()
295 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error); in OnLoginFailure()
411 ShowError(IDS_LOGIN_ERROR_WHITELIST, email); in WhiteListCheckFailed()
[all …]
Denterprise_enrollment_view.cc131 ShowError(IDS_ENTERPRISE_ENROLLMENT_ACCOUNT_ERROR); in ShowAccountError()
135 ShowError(IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR); in ShowFatalAuthError()
139 ShowError(IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR); in ShowFatalEnrollmentError()
143 ShowError(IDS_ENTERPRISE_ENROLLMENT_NETWORK_ENROLLMENT_ERROR); in ShowNetworkEnrollmentError()
176 void EnterpriseEnrollmentView::ShowError(int message_id) { in ShowError() function in chromeos::EnterpriseEnrollmentView
Denterprise_enrollment_view.h66 void ShowError(int message_id);
Ddom_login_display.h61 virtual void ShowError(int error_msg_id,
Ddom_login_display.cc81 void DOMLoginDisplay::ShowError(int error_msg_id, in ShowError() function in chromeos::DOMLoginDisplay
Dlogin_display.h92 virtual void ShowError(int error_msg_id,
Dviews_login_display.h47 virtual void ShowError(int error_msg_id,
Dexisting_user_controller.h114 void ShowError(int error_id, const std::string& details);
Dexisting_user_controller_browsertest.cc45 MOCK_METHOD3(ShowError, void(int, int, HelpAppLauncher::HelpTopic));
Dviews_login_display.cc192 void ViewsLoginDisplay::ShowError(int error_msg_id, in ShowError() function in chromeos::ViewsLoginDisplay
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc502 ShowError( in EditCATrust()
574 ShowError( in ExportPersonalSlotsUnlocked()
592 ShowError( in ExportPersonalFileWritten()
646 ShowError( in ImportPersonalFileRead()
680 ShowError( in ImportPersonalSlotUnlocked()
687 ShowError( in ImportPersonalSlotUnlocked()
737 ShowError( in ImportServerFileRead()
748 ShowError( in ImportServerFileRead()
759 ShowError( in ImportServerFileRead()
792 ShowError( in ImportCAFileRead()
[all …]
Dcertificate_manager_handler.h130 void ShowError(const std::string& title, const std::string& error) const;
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
DSDL_win32_main.c137 static void ShowError(const char *title, const char *message) in ShowError() function
150 ShowError("Fatal Error", "Out of memory - aborting"); in OutOfMemory()
301 ShowError("WinMain() error", SDL_GetError()); in console_main()