HomeSort by relevance Sort by last modified time
    Searched defs:days_ago (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 27 const int days_ago; member in struct:history::__anon4633::TestEntry
104 now - (test_entries[i].days_ago * TimeDelta::FromDays(1));
visitsegment_database.cc 273 int days_ago = (now - timeslot).InDays(); local
282 float recency_boost = 1.0f + (2.0f * (1.0f / (1.0f + days_ago/7.0f)));
  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 123 const int days_ago) {
128 DCHECK_GE(days_ago, 0);
138 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
counting_policy.cc 378 const int days_ago) {
383 DCHECK_GE(days_ago, 0);
393 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 28 const int days_ago; member in struct:history::__anon7584::TestEntry
174 now - (test_entries[i].days_ago * TimeDelta::FromDays(1));
visitsegment_database.cc 439 int days_ago = (now - timeslot).InDays(); local
440 float recency_boost = 1.0f + (2.0f * (1.0f / (1.0f + days_ago/7.0f)));

Completed in 86 milliseconds