HomeSort by relevance Sort by last modified time
    Searched refs:in_startup_sleep_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/google/core/browser/
google_url_tracker.h 176 bool in_startup_sleep_; // True if we're in the five-second "no fetching" member in class:GoogleURLTracker
google_url_tracker.cc 36 in_startup_sleep_(true),
213 in_startup_sleep_ = false;
224 if (in_startup_sleep_ || already_fetched_ || !need_to_fetch_)

Completed in 722 milliseconds