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

  /external/chromium_org/components/history/core/common/
thumbnail_score.cc 38 time_at_snapshot(Time::Now()),
47 time_at_snapshot(Time::Now()),
59 time_at_snapshot(time),
69 time_at_snapshot == rhs.time_at_snapshot &&
77 "time_at_snapshot: %f, redirect_hops_from_dest: %d",
82 time_at_snapshot.ToDoubleT(),
114 replacement.time_at_snapshot - current.time_at_snapshot;
132 const TimeDelta time_elapsed = Time::Now() - time_at_snapshot;
    [all...]
thumbnail_score.h 66 base::Time time_at_snapshot; member in struct:ThumbnailScore
thumbnail_score_unittest.cc 85 score.time_at_snapshot -=
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_unittest.cc 102 bad_score.time_at_snapshot = base::Time::UnixEpoch(); // Ancient time stamp.
116 good_score.time_at_snapshot = base::Time::Now(); // Very new.
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 478 thumbnail.thumbnail_score.time_at_snapshot =
521 statement.BindInt64(6, score.time_at_snapshot.ToInternalValue());
550 statement.BindInt64(8, score.time_at_snapshot.ToInternalValue());
673 thumbnail->thumbnail_score.time_at_snapshot =

Completed in 803 milliseconds