Searched refs:first_time_searched_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_types.cc181 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_);
H A Dhistory_types.h393 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
/external/chromium_org/chrome/browser/history/
H A Dhistory_types.h353 base::Time first_time_searched() const { return first_time_searched_; }
354 void set_first_time_searched(base::Time t) { first_time_searched_ = t; }
417 base::Time first_time_searched_; member in class:history::QueryResults
H A Dhistory_types.cc154 std::swap(first_time_searched_, other->first_time_searched_);

Completed in 68 milliseconds