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

  /external/chromium_org/components/history/core/browser/
history_types.cc 171 int64 QueryOptions::EffectiveEndTime() const {
history_types.h 286 int64 EffectiveEndTime() const;
  /external/chromium_org/chrome/browser/history/
visit_database.cc 273 statement.BindInt64(2, options.EffectiveEndTime());
363 statement.BindInt64(1, options.EffectiveEndTime());
web_history_service.cc 255 std::min(base::Time::FromInternalValue(options.EffectiveEndTime()),

Completed in 2249 milliseconds