OnGaiaFlowCompleted 162 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc delegate_->OnGaiaFlowCompleted(access_token, expiration); OnGaiaFlowCompleted 57 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h virtual void OnGaiaFlowCompleted(const std::string& access_token, OnGaiaFlowCompleted 62 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc MOCK_METHOD2(OnGaiaFlowCompleted, OnGaiaFlowCompleted 119 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "")); OnGaiaFlowCompleted 126 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "3600")); OnGaiaFlowCompleted 135 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc OnGaiaFlowCompleted("fake_access_token", "3600")); OnGaiaFlowCompleted 172 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc EXPECT_CALL(delegate_, OnGaiaFlowCompleted("fake_access_token", "")); OnGaiaFlowCompleted 219 chrome/browser/extensions/api/identity/identity_api.h virtual void OnGaiaFlowCompleted(const std::string& access_token, OnGaiaFlowCompleted 317 chrome/browser/extensions/api/identity/identity_apitest.cc OnGaiaFlowCompleted(kAccessToken, "3600");