Searched refs:OnMergeSessionSuccess (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_verifier.h72 virtual void OnMergeSessionSuccess(const std::string& data) OVERRIDE;
H A Doauth2_login_verifier.cc155 void OAuth2LoginVerifier::OnMergeSessionSuccess(const std::string& data) { function in class:chromeos::OAuth2LoginVerifier
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_consumer.h83 virtual void OnMergeSessionSuccess(const std::string& data) {} function in class:GaiaAuthConsumer
H A Dmerge_session_helper.h154 virtual void OnMergeSessionSuccess(const std::string& data) OVERRIDE;
H A Dmerge_session_helper.cc295 void MergeSessionHelper::OnMergeSessionSuccess(const std::string& data) { function in class:MergeSessionHelper
H A Dgaia_auth_fetcher_unittest.cc178 MOCK_METHOD1(OnMergeSessionSuccess, void(const std::string& data));
653 EXPECT_CALL(consumer, OnMergeSessionSuccess("<html></html>"))
673 EXPECT_CALL(consumer, OnMergeSessionSuccess("<html></html>"))
H A Dmerge_session_helper_unittest.cc89 consumer->OnMergeSessionSuccess(data);
H A Dgaia_auth_fetcher.cc887 consumer_->OnMergeSessionSuccess(data);

Completed in 137 milliseconds