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

  /external/chromium_org/chrome/browser/history/
visit_filter.cc 66 TimeVector times_of_the_day; local
72 max_results_, &times_of_the_day);
76 max_results_, &times_of_the_day);
80 if (times_of_the_day.empty()) {
87 times_.swap(times_of_the_day);
89 IntersectTimeVectors(times_of_the_day, days_of_the_week, &times_);

Completed in 37 milliseconds