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

  /external/chromium/chrome/browser/history/
history_backend.cc 384 // times earlier than our last_recorded_time_, because someone might set
387 last_recorded_time_ = last_recorded_time_ + TimeDelta::FromMicroseconds(1);
390 last_recorded_time_ = last_requested_time_;
408 last_ids = AddPageVisit(request->url, last_recorded_time_,
416 last_recorded_time_);
475 last_recorded_time_, last_ids.second,
480 from_visit_id, last_ids.second, t, last_recorded_time_);
508 last_recorded_time_);
    [all...]
history_backend.h 564 // to the database by using the last_recorded_time_ (q.v.). We still can't
572 base::Time last_recorded_time_; member in class:history::HistoryBackend

Completed in 133 milliseconds