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

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

Completed in 392 milliseconds