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

  /external/webkit/Tools/QueueStatusServer/handlers/
queuestatus.py 78 days_ago = datetime.datetime.now() - datetime.timedelta(days=days)
79 statuses.filter("date >", days_ago)
  /external/chromium/chrome/browser/history/
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)));
history_querying_unittest.cc 27 const int days_ago; member in struct:history::__anon3214::TestEntry
104 now - (test_entries[i].days_ago * TimeDelta::FromDays(1));
history_types.cc 301 void QueryOptions::SetRecentDayRange(int days_ago) {
303 begin_time = end_time - base::TimeDelta::FromDays(days_ago);
history_types.h 495 // Sets the query time to the last |days_ago| days to the present time.
496 void SetRecentDayRange(int days_ago);

Completed in 293 milliseconds