Searched refs:RelativeDate (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/common/ |
D | time_format_unittest.cc | 17 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()
|
D | time_format.h | 49 static string16 RelativeDate(const base::Time& time,
|
D | time_format.cc | 323 string16 TimeFormat::RelativeDate( in RelativeDate() function in TimeFormat
|
/external/chromium_org/ui/base/l10n/ |
D | time_format_unittest.cc | 54 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()
|
D | time_format.h | 58 static base::string16 RelativeDate(const base::Time& time,
|
D | time_format.cc | 363 base::string16 TimeFormat::RelativeDate( in RelativeDate() function in ui::TimeFormat
|
/external/chromium/chrome/browser/ui/webui/ |
D | history2_ui.cc | 268 string16 date_str = TimeFormat::RelativeDate(page.visit_time(), in QueryComplete()
|
D | history_ui.cc | 268 string16 date_str = TimeFormat::RelativeDate(page.visit_time(), in QueryComplete()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | history_ui.cc | 198 base::string16 date_str = ui::TimeFormat::RelativeDate(visit_time, &midnight); in getRelativeDateLocalized() 347 base::string16 date_str = ui::TimeFormat::RelativeDate(time, &midnight); in ToValue()
|
D | downloads_dom_handler.cc | 127 "since_string", ui::TimeFormat::RelativeDate( in CreateDownloadItemValue()
|
/external/chromium/chrome/browser/download/ |
D | download_util.cc | 616 TimeFormat::RelativeDate(download->start_time(), NULL)); in CreateDownloadItemValue()
|