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

  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api.cc 138 int days_ago = -1; local
139 if (filter->days_ago.get())
140 days_ago = *filter->days_ago;
151 days_ago,
  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 127 const int days_ago) {
160 if (days_ago >= 0)
180 if (days_ago >= 0) {
183 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
396 const int days_ago,
409 days_ago),
counting_policy.cc 425 const int days_ago) {
458 if (days_ago >= 0)
480 if (days_ago >= 0) {
483 Util::ComputeDatabaseTimeBounds(Now(), days_ago, &early_bound, &late_bound); local
721 const int days_ago,
734 days_ago),
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 28 const int days_ago; member in struct:history::__anon8645::TestEntry
175 now - (test_entries[i].days_ago * TimeDelta::FromDays(1));
visitsegment_database.cc 242 int days_ago = (now - timeslot).InDays(); local
251 float recency_boost = 1.0f + (2.0f * (1.0f / (1.0f + days_ago/7.0f)));

Completed in 628 milliseconds