Home
last modified time | relevance | path

Searched refs:RelativeDate (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/common/
Dtime_format_unittest.cc17 TEST(TimeFormat, RelativeDate) { in TEST() argument
19 string16 today_str = TimeFormat::RelativeDate(now, NULL); in TEST()
23 string16 yesterday_str = TimeFormat::RelativeDate(yesterday, NULL); in TEST()
27 string16 two_days_ago_str = TimeFormat::RelativeDate(two_days_ago, NULL); in TEST()
31 string16 a_week_ago_str = TimeFormat::RelativeDate(a_week_ago, NULL); in TEST()
Dtime_format.h49 static string16 RelativeDate(const base::Time& time,
Dtime_format.cc323 string16 TimeFormat::RelativeDate( in RelativeDate() function in TimeFormat
/external/chromium_org/ui/base/l10n/
Dtime_format_unittest.cc54 TEST(TimeFormat, RelativeDate) { in TEST() argument
56 string16 today_str = TimeFormat::RelativeDate(now, NULL); in TEST()
60 string16 yesterday_str = TimeFormat::RelativeDate(yesterday, NULL); in TEST()
64 string16 two_days_ago_str = TimeFormat::RelativeDate(two_days_ago, NULL); in TEST()
68 string16 a_week_ago_str = TimeFormat::RelativeDate(a_week_ago, NULL); in TEST()
Dtime_format.h58 static base::string16 RelativeDate(const base::Time& time,
Dtime_format.cc363 base::string16 TimeFormat::RelativeDate( in RelativeDate() function in ui::TimeFormat
/external/chromium/chrome/browser/ui/webui/
Dhistory2_ui.cc268 string16 date_str = TimeFormat::RelativeDate(page.visit_time(), in QueryComplete()
Dhistory_ui.cc268 string16 date_str = TimeFormat::RelativeDate(page.visit_time(), in QueryComplete()
/external/chromium_org/chrome/browser/ui/webui/
Dhistory_ui.cc198 base::string16 date_str = ui::TimeFormat::RelativeDate(visit_time, &midnight); in getRelativeDateLocalized()
347 base::string16 date_str = ui::TimeFormat::RelativeDate(time, &midnight); in ToValue()
Ddownloads_dom_handler.cc127 "since_string", ui::TimeFormat::RelativeDate( in CreateDownloadItemValue()
/external/chromium/chrome/browser/download/
Ddownload_util.cc616 TimeFormat::RelativeDate(download->start_time(), NULL)); in CreateDownloadItemValue()