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

  /external/chromium_org/components/google/core/browser/
google_url_tracker.h 180 bool need_to_fetch_; // True if a consumer actually wants us to fetch an member in class:GoogleURLTracker
google_url_tracker.cc 38 need_to_fetch_(false),
208 need_to_fetch_ = true;
224 if (in_startup_sleep_ || already_fetched_ || !need_to_fetch_)

Completed in 51 milliseconds