Searched refs:days_ago (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/QueueStatusServer/handlers/
H A Dqueuestatus.py78 days_ago = datetime.datetime.now() - datetime.timedelta(days=days)
79 statuses.filter("date >", days_ago)
/external/chromium/chrome/browser/history/
H A Dvisitsegment_database.cc273 int days_ago = (now - timeslot).InDays(); local
282 float recency_boost = 1.0f + (2.0f * (1.0f / (1.0f + days_ago/7.0f)));
H A Dhistory_querying_unittest.cc27 const int days_ago; member in struct:history::__anon2200::TestEntry
104 now - (test_entries[i].days_ago * TimeDelta::FromDays(1));
H A Dhistory_types.cc301 void QueryOptions::SetRecentDayRange(int days_ago) { argument
303 begin_time = end_time - base::TimeDelta::FromDays(days_ago);
H A Dhistory_types.h495 // Sets the query time to the last |days_ago| days to the present time.
496 void SetRecentDayRange(int days_ago);

Completed in 129 milliseconds