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

  /external/chromium_org/chrome/browser/history/
history_types.h 356 base::Time first_time_searched() const { return first_time_searched_; }
357 void set_first_time_searched(base::Time t) { first_time_searched_ = t; }
420 base::Time first_time_searched_; member in class:history::QueryResults
history_types.cc 154 std::swap(first_time_searched_, other->first_time_searched_);

Completed in 85 milliseconds