OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetch_pending_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc
37
fetch_pending_
(false),
43
return
fetch_pending_
;
48
fetch_pending_
= false;
260
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
270
fetch_pending_
= true;
275
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
288
fetch_pending_
= true;
294
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
303
fetch_pending_
= true;
312
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!"
[
all
...]
gaia_oauth_fetcher.h
226
bool
fetch_pending_
;
member in class:GaiaOAuthFetcher
/external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.cc
188
fetch_pending_
(false) {}
193
return
fetch_pending_
;
198
fetch_pending_
= false;
472
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
492
fetch_pending_
= true;
499
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
510
fetch_pending_
= true;
516
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
529
fetch_pending_
= true;
534
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!"
[
all
...]
gaia_auth_fetcher.h
376
bool
fetch_pending_
;
member in class:GaiaAuthFetcher
/external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc
105
fetch_pending_
(false) {}
110
return
fetch_pending_
;
115
fetch_pending_
= false;
260
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
278
fetch_pending_
= true;
286
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
295
fetch_pending_
= true;
301
DCHECK(!
fetch_pending_
) << "Tried to fetch two things at once!";
309
fetch_pending_
= true;
426
fetch_pending_
= false
[
all
...]
gaia_auth_fetcher.h
190
bool
fetch_pending_
;
member in class:GaiaAuthFetcher
Completed in 622 milliseconds