HomeSort by relevance Sort by last modified time
    Searched full:need_to_fetch_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/google/
google_url_tracker.cc 100 need_to_fetch_(false),
145 need_to_fetch_ = true;
180 if (in_startup_sleep_ || already_fetched_ || !need_to_fetch_)
google_url_tracker.h 146 bool need_to_fetch_; // True if a consumer actually wants us to fetch an member in class:GoogleURLTracker
  /external/chromium_org/chrome/browser/google/
google_url_tracker.cc 48 need_to_fetch_(false),
224 need_to_fetch_ = true;
240 if (in_startup_sleep_ || already_fetched_ || !need_to_fetch_)
google_url_tracker.h 194 bool need_to_fetch_; // True if a consumer actually wants us to fetch an member in class:GoogleURLTracker

Completed in 191 milliseconds