HomeSort by relevance Sort by last modified time
    Searched refs:in_startup_sleep_ (Results 1 - 2 of 2) 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_)

Completed in 168 milliseconds