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

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

Completed in 337 milliseconds