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

  /external/chromium/chrome/browser/history/
history_types.cc 181 std::swap(first_time_searched_, other->first_time_searched_);
203 if (first_time_searched_ > other->first_time_searched_)
204 std::swap(first_time_searched_, other->first_time_searched_);
history_types.h 393 base::Time first_time_searched() const { return first_time_searched_; }
394 void set_first_time_searched(base::Time t) { first_time_searched_ = t; }
460 base::Time first_time_searched_; member in class:history::QueryResults

Completed in 57 milliseconds