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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.cc 30 : sources_fetching_count_(0),
55 sources_fetching_count_ = sources_.size();
66 DCHECK_GT(sources_fetching_count_, 0);
67 sources_fetching_count_--;
68 if (sources_fetching_count_ == 0) {
suggestions_combiner.h 92 int sources_fetching_count_; member in class:SuggestionsCombiner

Completed in 34 milliseconds