OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasPendingFetch
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
online_attempt.cc
139
bool OnlineAttempt::
HasPendingFetch
() {
140
return client_fetcher_->
HasPendingFetch
();
149
if (
HasPendingFetch
()) {
online_attempt.h
57
bool
HasPendingFetch
();
/external/chromium_org/google_apis/gaia/
gaia_auth_fetcher_unittest.cc
520
EXPECT_TRUE(auth.
HasPendingFetch
());
527
EXPECT_FALSE(auth.
HasPendingFetch
());
539
EXPECT_TRUE(auth.
HasPendingFetch
());
546
EXPECT_FALSE(auth.
HasPendingFetch
());
559
EXPECT_TRUE(auth.
HasPendingFetch
());
569
EXPECT_FALSE(auth.
HasPendingFetch
());
587
EXPECT_TRUE(auth.
HasPendingFetch
());
597
EXPECT_TRUE(auth.
HasPendingFetch
());
604
EXPECT_FALSE(auth.
HasPendingFetch
());
627
EXPECT_TRUE(auth.
HasPendingFetch
());
[
all
...]
gaia_auth_fetcher.h
165
bool
HasPendingFetch
();
gaia_auth_fetcher.cc
191
bool GaiaAuthFetcher::
HasPendingFetch
() {
[
all
...]
/external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.cc
438
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
());
gaia_auth_fetcher.h
85
bool
HasPendingFetch
();
gaia_auth_fetcher.cc
109
bool GaiaAuthFetcher::
HasPendingFetch
() {
/external/chromium/chrome/browser/chromeos/login/
online_attempt.cc
141
if (gaia_authenticator_->
HasPendingFetch
()) {
google_authenticator.cc
72
if (gaia_authenticator_->
HasPendingFetch
()) {
/external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.h
118
virtual bool
HasPendingFetch
() const;
gaia_oauth_fetcher.cc
42
bool GaiaOAuthFetcher::
HasPendingFetch
() const {
Completed in 312 milliseconds