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

  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 62 MOCK_METHOD2(OnGaiaFlowCompleted,
119 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", ""));
126 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "3600"));
135 OnGaiaFlowCompleted("fake_access_token", "3600"));
172 EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", ""));
gaia_web_auth_flow.h 57 virtual void OnGaiaFlowCompleted(const std::string& access_token,
gaia_web_auth_flow.cc 150 delegate_->OnGaiaFlowCompleted(access_token, expiration);
identity_api.h 118 virtual void OnGaiaFlowCompleted(const std::string& access_token,
identity_api.cc 366 void IdentityGetAuthTokenFunction::OnGaiaFlowCompleted(
identity_apitest.cc 302 OnGaiaFlowCompleted(kAccessToken, "3600");
    [all...]

Completed in 388 milliseconds