HomeSort by relevance Sort by last modified time
    Searched refs:ShowError (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.cc 254 ShowError(IDS_LOGIN_ERROR_NO_NETWORK_LIBRARY, error);
257 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error);
259 ShowError(IDS_LOGIN_ERROR_OFFLINE_FAILED_NETWORK_NOT_CONNECTED, error);
274 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error);
279 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING_HOSTED, error);
288 ShowError(IDS_LOGIN_ERROR_CAPTIVE_PORTAL, error);
290 ShowError(IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE, error);
293 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING_NEW, error);
295 ShowError(IDS_LOGIN_ERROR_AUTHENTICATING, error);
411 ShowError(IDS_LOGIN_ERROR_WHITELIST, email)
    [all...]
enterprise_enrollment_view.cc 131 ShowError(IDS_ENTERPRISE_ENROLLMENT_ACCOUNT_ERROR);
135 ShowError(IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR);
139 ShowError(IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR);
143 ShowError(IDS_ENTERPRISE_ENROLLMENT_NETWORK_ENROLLMENT_ERROR);
176 void EnterpriseEnrollmentView::ShowError(int message_id) {
dom_login_display.h 61 virtual void ShowError(int error_msg_id,
enterprise_enrollment_view.h 66 void ShowError(int message_id);
dom_login_display.cc 81 void DOMLoginDisplay::ShowError(int error_msg_id,
login_display.h 92 virtual void ShowError(int error_msg_id,
views_login_display.h 47 virtual void ShowError(int error_msg_id,
existing_user_controller.h 114 void ShowError(int error_id, const std::string& details);
existing_user_controller_browsertest.cc 45 MOCK_METHOD3(ShowError, void(int, int, HelpAppLauncher::HelpTopic));
views_login_display.cc 192 void ViewsLoginDisplay::ShowError(int error_msg_id,
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 502 ShowError(
574 ShowError(
592 ShowError(
646 ShowError(
680 ShowError(
687 ShowError(
737 ShowError(
748 ShowError(
759 ShowError(
792 ShowError(
    [all...]
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/
SDL_win32_main.c 137 static void ShowError(const char *title, const char *message)
150 ShowError("Fatal Error", "Out of memory - aborting");
301 ShowError("WinMain() error", SDL_GetError());

Completed in 205 milliseconds