OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_startup_sleep_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/google/
google_url_tracker.h
142
bool
in_startup_sleep_
; // True if we're in the five-second "no fetching"
member in class:GoogleURLTracker
google_url_tracker.cc
98
in_startup_sleep_
(true),
169
in_startup_sleep_
= false;
180
if (
in_startup_sleep_
|| already_fetched_ || !need_to_fetch_)
/external/chromium_org/chrome/browser/google/
google_url_tracker.h
190
bool
in_startup_sleep_
; // True if we're in the five-second "no fetching"
member in class:GoogleURLTracker
google_url_tracker.cc
46
in_startup_sleep_
(true),
229
in_startup_sleep_
= false;
240
if (
in_startup_sleep_
|| already_fetched_ || !need_to_fetch_)
Completed in 92 milliseconds