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

  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_actor.h 80 virtual void ShowAuthError(const GoogleServiceAuthError& error) = 0;
mock_enrollment_screen.h 38 MOCK_METHOD1(ShowAuthError, void(const GoogleServiceAuthError&));
enrollment_screen.cc 105 actor_->ShowAuthError(error);
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_view.h 46 void ShowAuthError(const GoogleServiceAuthError& error);
enterprise_enrollment_view.cc 121 void EnterpriseEnrollmentView::ShowAuthError(
enterprise_enrollment_screen.cc 205 view()->ShowAuthError(error);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.h 51 virtual void ShowAuthError(const GoogleServiceAuthError& error) OVERRIDE;
enrollment_screen_handler.cc 171 void EnrollmentScreenHandler::ShowAuthError(

Completed in 1359 milliseconds