Home
last modified time | relevance | path

Searched refs:HasPendingFetch (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher_unittest.cc509 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
516 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
528 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
535 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
548 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
558 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
576 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
586 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
593 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
616 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
[all …]
Dgaia_auth_fetcher.h168 bool HasPendingFetch();
Dgaia_auth_fetcher.cc192 bool GaiaAuthFetcher::HasPendingFetch() { in HasPendingFetch() function in GaiaAuthFetcher
/external/chromium_org/chrome/browser/chromeos/login/
Donline_attempt.cc139 bool OnlineAttempt::HasPendingFetch() { in HasPendingFetch() function in chromeos::OnlineAttempt
140 return client_fetcher_->HasPendingFetch(); in HasPendingFetch()
149 if (HasPendingFetch()) { in CancelClientLogin()
Donline_attempt.h57 bool HasPendingFetch();
/external/chromium/chrome/common/net/gaia/
Dgaia_auth_fetcher_unittest.cc438 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
446 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
463 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
471 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
488 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
496 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
Dgaia_auth_fetcher.h85 bool HasPendingFetch();
Dgaia_auth_fetcher.cc109 bool GaiaAuthFetcher::HasPendingFetch() { in HasPendingFetch() function in GaiaAuthFetcher
/external/chromium/chrome/browser/chromeos/login/
Donline_attempt.cc141 if (gaia_authenticator_->HasPendingFetch()) { in CancelClientLogin()
Dgoogle_authenticator.cc72 if (gaia_authenticator_->HasPendingFetch()) { in CancelClientLogin()
/external/chromium_org/chrome/browser/net/gaia/
Dgaia_oauth_fetcher.h118 virtual bool HasPendingFetch() const;
Dgaia_oauth_fetcher.cc42 bool GaiaOAuthFetcher::HasPendingFetch() const { in HasPendingFetch() function in GaiaOAuthFetcher