Searched refs:OnGaiaFlowFailure (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow_unittest.cc54 MOCK_METHOD3(OnGaiaFlowFailure,
105 EXPECT_CALL(delegate_, OnGaiaFlowFailure(
144 EXPECT_CALL(delegate_, OnGaiaFlowFailure(
177 OnGaiaFlowFailure(
189 OnGaiaFlowFailure(
221 OnGaiaFlowFailure(
233 OnGaiaFlowFailure(
H A Dgaia_web_auth_flow.cc129 delegate_->OnGaiaFlowFailure(
157 delegate_->OnGaiaFlowFailure(
203 delegate_->OnGaiaFlowFailure(
208 delegate_->OnGaiaFlowFailure(
H A Dgaia_web_auth_flow.h54 virtual void OnGaiaFlowFailure(Failure failure,
H A Didentity_api.h204 virtual void OnGaiaFlowFailure(GaiaWebAuthFlow::Failure failure,
H A Didentity_api.cc631 void IdentityGetAuthTokenFunction::OnGaiaFlowFailure( function in class:extensions::IdentityGetAuthTokenFunction
712 OnGaiaFlowFailure(GaiaWebAuthFlow::SERVICE_AUTH_ERROR, error, std::string());
H A Didentity_apitest.cc354 OnGaiaFlowFailure(scope_ui_failure_, error, "");
357 OnGaiaFlowFailure(scope_ui_failure_, error, scope_ui_oauth_error_);

Completed in 2617 milliseconds