/external/chromium/chrome/browser/chromeos/login/ |
D | existing_user_controller.cc | 254 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 …]
|
D | enterprise_enrollment_view.cc | 131 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
|
D | enterprise_enrollment_view.h | 66 void ShowError(int message_id);
|
D | dom_login_display.h | 61 virtual void ShowError(int error_msg_id,
|
D | dom_login_display.cc | 81 void DOMLoginDisplay::ShowError(int error_msg_id, in ShowError() function in chromeos::DOMLoginDisplay
|
D | login_display.h | 92 virtual void ShowError(int error_msg_id,
|
D | views_login_display.h | 47 virtual void ShowError(int error_msg_id,
|
D | existing_user_controller.h | 114 void ShowError(int error_id, const std::string& details);
|
D | existing_user_controller_browsertest.cc | 45 MOCK_METHOD3(ShowError, void(int, int, HelpAppLauncher::HelpTopic));
|
D | views_login_display.cc | 192 void ViewsLoginDisplay::ShowError(int error_msg_id, in ShowError() function in chromeos::ViewsLoginDisplay
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | certificate_manager_handler.cc | 502 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 …]
|
D | certificate_manager_handler.h | 130 void ShowError(const std::string& title, const std::string& error) const;
|
/external/qemu/distrib/sdl-1.2.15/src/main/win32/ |
D | SDL_win32_main.c | 137 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()
|