Searched refs:ProcessApiCallSuccess (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dobfuscated_gaia_id_fetcher_unittest.cc76 TEST(ObfuscatedGaiaIdFetcherTest, ProcessApiCallSuccess) {
86 fetcher.ProcessApiCallSuccess(&url_fetcher);
100 fetcher.ProcessApiCallSuccess(&url_fetcher);
H A Dobfuscated_gaia_id_fetcher.h54 virtual void ProcessApiCallSuccess(
65 FRIEND_TEST_ALL_PREFIXES(ObfuscatedGaiaIdFetcherTest, ProcessApiCallSuccess);
H A Dobfuscated_gaia_id_fetcher.cc88 void ObfuscatedGaiaIdFetcher::ProcessApiCallSuccess( function in class:extensions::ObfuscatedGaiaIdFetcher
/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow_unittest.cc279 TEST_F(OAuth2MintTokenFlowTest, ProcessApiCallSuccess) {
285 flow_->ProcessApiCallSuccess(&url_fetcher);
292 flow_->ProcessApiCallSuccess(&url_fetcher);
299 flow_->ProcessApiCallSuccess(&url_fetcher);
306 flow_->ProcessApiCallSuccess(&url_fetcher);
313 flow_->ProcessApiCallSuccess(&url_fetcher);
320 flow_->ProcessApiCallSuccess(&url_fetcher);
328 flow_->ProcessApiCallSuccess(&url_fetcher);
H A Doauth2_mint_token_flow.h114 virtual void ProcessApiCallSuccess(
127 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ProcessApiCallSuccess);
H A Doauth2_api_call_flow.h74 virtual void ProcessApiCallSuccess(const net::URLFetcher* source) = 0;
H A Doauth2_api_call_flow_unittest.cc98 MOCK_METHOD1(ProcessApiCallSuccess,
176 EXPECT_CALL(*flow_, ProcessApiCallSuccess(url_fetcher));
192 EXPECT_CALL(*flow_, ProcessApiCallSuccess(url_fetcher2));
241 EXPECT_CALL(*flow_, ProcessApiCallSuccess(url_fetcher));
H A Doauth2_api_call_flow.cc100 ProcessApiCallSuccess(source);
H A Doauth2_mint_token_flow.cc175 void OAuth2MintTokenFlow::ProcessApiCallSuccess( function in class:OAuth2MintTokenFlow
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_toggle_flow.cc65 virtual void ProcessApiCallSuccess(const net::URLFetcher* source) OVERRIDE;
114 void EasyUnlockToggleFlow::ToggleApiCall::ProcessApiCallSuccess( function in class:EasyUnlockToggleFlow::ToggleApiCall

Completed in 913 milliseconds