Home
last modified time | relevance | path

Searched refs:OnGetCheckConnectionInfoSuccess (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgaia_auth_consumer.h89 virtual void OnGetCheckConnectionInfoSuccess(const std::string& data) {} in OnGetCheckConnectionInfoSuccess() function
Dmerge_session_helper.h82 virtual void OnGetCheckConnectionInfoSuccess(
Dmerge_session_helper.cc60 MergeSessionHelper::ExternalCcResultFetcher::OnGetCheckConnectionInfoSuccess( in OnGetCheckConnectionInfoSuccess() function in MergeSessionHelper::ExternalCcResultFetcher
Dgaia_auth_fetcher_unittest.cc191 MOCK_METHOD1(OnGetCheckConnectionInfoSuccess, void(const std::string& data));
800 EXPECT_CALL(consumer, OnGetCheckConnectionInfoSuccess(data)).Times(1); in TEST_F()
Dgaia_auth_fetcher.cc924 consumer_->OnGetCheckConnectionInfoSuccess(data); in OnGetCheckConnectionInfoFetched()