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

  /external/chromium/chrome/common/
time_format.h 49 static string16 RelativeDate(const base::Time& time,
time_format_unittest.cc 17 TEST(TimeFormat, RelativeDate) {
19 string16 today_str = TimeFormat::RelativeDate(now, NULL);
23 string16 yesterday_str = TimeFormat::RelativeDate(yesterday, NULL);
27 string16 two_days_ago_str = TimeFormat::RelativeDate(two_days_ago, NULL);
31 string16 a_week_ago_str = TimeFormat::RelativeDate(a_week_ago, NULL);
time_format.cc 323 string16 TimeFormat::RelativeDate(
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 268 string16 date_str = TimeFormat::RelativeDate(page.visit_time(),
history_ui.cc 268 string16 date_str = TimeFormat::RelativeDate(page.visit_time(),
  /external/chromium/chrome/browser/download/
download_util.cc 616 TimeFormat::RelativeDate(download->start_time(), NULL));
    [all...]

Completed in 70 milliseconds