Home
last modified time | relevance | path

Searched refs:TimeFormatShortDate (Results 1 – 7 of 7) sorted by relevance

/external/chromium/base/i18n/
Dtime_formatting.h34 string16 TimeFormatShortDate(const Time& time);
Dtime_formatting.cc69 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate() function
/external/chromium/chrome/browser/chromeos/status/
Dclock_menu_button.cc103 SetTooltipText(UTF16ToWide(base::TimeFormatShortDate(time))); in UpdateText()
/external/chromium/chrome/browser/
Dpage_info_model.cc328 base::TimeFormatShortDate(first_visit)), in OnGotVisitCountToHost()
/external/chromium/chrome/browser/ui/webui/
Dhistory_ui.cc283 base::TimeFormatShortDate(page.visit_time())); in QueryComplete()
Dhistory2_ui.cc283 base::TimeFormatShortDate(page.visit_time())); in QueryComplete()
/external/chromium/chrome/browser/download/
Ddownload_util.cc618 base::TimeFormatShortDate(download->start_time())); in CreateDownloadItemValue()