RelativeDate      127 chrome/browser/ui/webui/downloads_dom_handler.cc       "since_string", ui::TimeFormat::RelativeDate(
RelativeDate      198 chrome/browser/ui/webui/history_ui.cc   base::string16 date_str = ui::TimeFormat::RelativeDate(visit_time, &midnight);
RelativeDate      347 chrome/browser/ui/webui/history_ui.cc     base::string16 date_str = ui::TimeFormat::RelativeDate(time, &midnight);
RelativeDate       90 ui/base/l10n/time_format.h   static base::string16 RelativeDate(const base::Time& time,
RelativeDate      333 ui/base/l10n/time_format_unittest.cc TEST_F(TimeFormatTest, RelativeDate) {
RelativeDate      335 ui/base/l10n/time_format_unittest.cc   base::string16 today_str = TimeFormat::RelativeDate(now, NULL);
RelativeDate      339 ui/base/l10n/time_format_unittest.cc   base::string16 yesterday_str = TimeFormat::RelativeDate(yesterday, NULL);
RelativeDate      344 ui/base/l10n/time_format_unittest.cc       TimeFormat::RelativeDate(two_days_ago, NULL);
RelativeDate      348 ui/base/l10n/time_format_unittest.cc   base::string16 a_week_ago_str = TimeFormat::RelativeDate(a_week_ago, NULL);