Home
last modified time | relevance | path

Searched refs:OnAuthError (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
Dprinter_job_handler.h76 virtual void OnAuthError() = 0;
140 virtual void OnAuthError() OVERRIDE;
Djob_status_updater.h30 virtual void OnAuthError() = 0;
Djob_status_updater.cc115 delegate_->OnAuthError(); in OnRequestAuthError()
Dprinter_job_handler.cc187 OnAuthError(); in OnRequestAuthError()
216 void PrinterJobHandler::OnAuthError() { in OnAuthError() function in cloud_print::PrinterJobHandler
220 delegate_->OnAuthError(); in OnAuthError()
Dcloud_print_connector.h91 virtual void OnAuthError() OVERRIDE;
Dcloud_print_connector.cc164 void CloudPrintConnector::OnAuthError() { in OnAuthError() function in cloud_print::CloudPrintConnector
194 OnAuthError(); in OnRequestAuthError()
Dprinter_job_handler_unittest.cc300 MOCK_METHOD0(OnAuthError, void());
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen_actor.h49 virtual void OnAuthError(const GoogleServiceAuthError& error) = 0;
Denrollment_screen.h80 virtual void OnAuthError(const GoogleServiceAuthError& error) OVERRIDE;
Denrollment_screen.cc163 void EnrollmentScreen::OnAuthError(const GoogleServiceAuthError& error) { in OnAuthError() function in chromeos::EnrollmentScreen
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_mock.h48 MOCK_METHOD0(OnAuthError, void());
/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_requester.h68 virtual void OnAuthError() = 0;
Dcloud_print_requester.cc270 delegate_->OnAuthError(); in OnFetchError()
306 delegate_->OnAuthError(); in OnOAuthError()
Dprinter.h110 virtual void OnAuthError() OVERRIDE;
Dprinter.cc202 void Printer::OnAuthError() { in OnAuthError() function in Printer
553 OnAuthError(); in OnXmppAuthError()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.cc584 controller_->OnAuthError(error); in OnTokenFetched()