Home
last modified time | relevance | path

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

/external/chromium_org/base/i18n/
Dtime_formatting_unittest.cc132 EXPECT_EQ(ASCIIToUTF16("Apr 30, 2011"), TimeFormatShortDate(time)); in TEST()
164 EXPECT_EQ(ASCIIToUTF16("30 Apr 2011"), TimeFormatShortDate(time)); in TEST()
Dtime_formatting.h43 BASE_I18N_EXPORT string16 TimeFormatShortDate(const Time& time);
Dtime_formatting.cc91 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate() function
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_info_ui.cc82 source_->AddString("installTime", base::TimeFormatShortDate(install_time)); in AddExtensionDataToSource()
/external/chromium_org/chrome/browser/ssl/
Dssl_blocking_page.cc436 base::TimeFormatShortDate(now))); in GetHTMLContents()
522 base::TimeFormatShortDate(ssl_info_.cert->valid_expiry())); in GetHTMLContents()
524 "currentDate", base::TimeFormatShortDate(now)); in GetHTMLContents()
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
Dapp_info_summary_panel.cc224 new views::Label(base::TimeFormatShortDate(GetInstalledTime())); in CreateDetailsControl()
241 last_run_value_str = base::TimeFormatShortDate(GetLastLaunchedTime()); in CreateDetailsControl()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_android.cc314 base::TimeFormatShortDate(passphrase_time); in GetSyncEnterGooglePassphraseBodyWithDateText()
327 base::TimeFormatShortDate(passphrase_time); in GetSyncEnterCustomPassphraseBodyWithDateText()
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_dom_handler.cc133 "date_string", base::TimeFormatShortDate(download_item->GetStartTime())); in CreateDownloadItemValue()
Dsync_setup_handler.cc393 base::TimeFormatShortDate(passphrase_time); in DisplayConfigureSync()
Dhistory_ui.cc349 result->SetString("dateShort", base::TimeFormatShortDate(time)); in ToValue()
/external/chromium_org/chrome/browser/ui/website_settings/
Dwebsite_settings.cc768 base::TimeFormatShortDate(first_visit)); in PresentHistoryInfo()