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

  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher.h 56 virtual void ProcessApiCallFailure(
66 FRIEND_TEST_ALL_PREFIXES(ObfuscatedGaiaIdFetcherTest, ProcessApiCallFailure);
obfuscated_gaia_id_fetcher_unittest.cc 90 TEST(ObfuscatedGaiaIdFetcherTest, ProcessApiCallFailure) {
104 // ProcessApiCallFailure
obfuscated_gaia_id_fetcher.cc 103 void ObfuscatedGaiaIdFetcher::ProcessApiCallFailure(
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 74 ProcessApiCallFailure(source);
84 ProcessApiCallFailure(source);
94 ProcessApiCallFailure(source);
oauth2_mint_token_flow.h 114 virtual void ProcessApiCallFailure(
126 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ProcessApiCallFailure);
oauth2_api_call_flow.h 73 virtual void ProcessApiCallFailure(const net::URLFetcher* source) = 0;
oauth2_api_call_flow_unittest.cc 100 MOCK_METHOD1(ProcessApiCallFailure,
212 EXPECT_CALL(*flow_, ProcessApiCallFailure(url_fetcher2));
259 EXPECT_CALL(*flow_, ProcessApiCallFailure(url_fetcher));
oauth2_mint_token_flow_unittest.cc 332 TEST_F(OAuth2MintTokenFlowTest, ProcessApiCallFailure) {
337 flow_->ProcessApiCallFailure(&url_fetcher);
345 flow_->ProcessApiCallFailure(&url_fetcher);
oauth2_mint_token_flow.cc 215 void OAuth2MintTokenFlow::ProcessApiCallFailure(

Completed in 39 milliseconds