OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeFormatShortDate
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/base/i18n/
time_formatting.h
43
BASE_I18N_EXPORT string16
TimeFormatShortDate
(const Time& time);
time_formatting_unittest.cc
132
EXPECT_EQ(ASCIIToUTF16("Apr 30, 2011"),
TimeFormatShortDate
(time));
164
EXPECT_EQ(ASCIIToUTF16("30 Apr 2011"),
TimeFormatShortDate
(time));
time_formatting.cc
91
string16
TimeFormatShortDate
(const Time& time) {
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_info_ui.cc
82
source_->AddString("installTime", base::
TimeFormatShortDate
(install_time));
/external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc
436
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/
app_info_summary_panel.cc
224
new views::Label(base::
TimeFormatShortDate
(GetInstalledTime()));
241
last_run_value_str = base::
TimeFormatShortDate
(GetLastLaunchedTime());
/external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc
314
base::
TimeFormatShortDate
(passphrase_time);
327
base::
TimeFormatShortDate
(passphrase_time);
/external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc
768
base::
TimeFormatShortDate
(first_visit));
/external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc
133
"date_string", base::
TimeFormatShortDate
(download_item->GetStartTime()));
sync_setup_handler.cc
393
base::
TimeFormatShortDate
(passphrase_time);
[
all
...]
history_ui.cc
349
result->SetString("dateShort", base::
TimeFormatShortDate
(time));
[
all
...]
Completed in 1481 milliseconds