Home
last modified time | relevance | path

Searched refs:OnUbertokenFailure (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dubertoken_fetcher.cc80 consumer_->OnUbertokenFailure(error); in OnUberAuthTokenFailure()
97 consumer_->OnUbertokenFailure(error); in OnGetTokenFailure()
Dubertoken_fetcher.h35 virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) {} in OnUbertokenFailure() function
Dmerge_session_helper.h151 virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
Dubertoken_fetcher_unittest.cc34 virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) in OnUbertokenFailure() function in __anon80b9727d0111::MockUbertokenConsumer
Dmerge_session_helper.cc285 void MergeSessionHelper::OnUbertokenFailure( in OnUbertokenFailure() function in MergeSessionHelper
Dmerge_session_helper_unittest.cc84 consumer->OnUbertokenFailure(error); in SimulateUbertokenFailure()
/external/chromium_org/chrome/browser/ui/
Dauto_login_infobar_delegate.cc62 virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
110 void AutoLoginRedirector::OnUbertokenFailure( in OnUbertokenFailure() function in __anond82398ce0111::AutoLoginRedirector
/external/chromium_org/chrome/browser/extensions/api/identity/
Dgaia_web_auth_flow.h74 virtual void OnUbertokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
Dgaia_web_auth_flow_unittest.cc41 OnUbertokenFailure(ubertoken_error_); in Start()
Dgaia_web_auth_flow.cc120 void GaiaWebAuthFlow::OnUbertokenFailure(const GoogleServiceAuthError& error) { in OnUbertokenFailure() function in extensions::GaiaWebAuthFlow