Searched refs:OnGaiaFlowCompleted (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc213 delegate_->OnGaiaFlowCompleted(access_token, expiration);
H A Dgaia_web_auth_flow.h58 virtual void OnGaiaFlowCompleted(const std::string& access_token,
H A Dgaia_web_auth_flow_unittest.cc58 MOCK_METHOD2(OnGaiaFlowCompleted,
115 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", ""));
122 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "3600"));
131 OnGaiaFlowCompleted("fake_access_token", "3600"));
168 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", ""));
H A Didentity_api.cc669 void IdentityGetAuthTokenFunction::OnGaiaFlowCompleted( function in class:extensions::IdentityGetAuthTokenFunction
675 "OnGaiaFlowCompleted");
H A Didentity_api.h207 virtual void OnGaiaFlowCompleted(const std::string& access_token,
H A Didentity_apitest.cc351 OnGaiaFlowCompleted(kAccessToken, "3600");

Completed in 125 milliseconds