Home
last modified time | relevance | path

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

/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher_unittest.cc478 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
485 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
497 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
504 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
517 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
527 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
545 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
555 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
562 EXPECT_FALSE(auth.HasPendingFetch()); in TEST_F()
604 EXPECT_TRUE(auth.HasPendingFetch()); in TEST_F()
[all …]
Dgaia_auth_fetcher.h194 bool HasPendingFetch();
Dgaia_auth_fetcher.cc197 bool GaiaAuthFetcher::HasPendingFetch() { in HasPendingFetch() function in GaiaAuthFetcher
/external/chromium_org/chromeos/login/auth/
Donline_attempt.cc129 bool OnlineAttempt::HasPendingFetch() { in HasPendingFetch() function in chromeos::OnlineAttempt
130 return client_fetcher_->HasPendingFetch(); in HasPendingFetch()
138 if (HasPendingFetch()) { in CancelClientLogin()
Donline_attempt.h60 bool HasPendingFetch();