OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeFormatShortDateNumeric
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/base/i18n/
time_formatting.h
46
BASE_I18N_EXPORT string16
TimeFormatShortDateNumeric
(const Time& time);
time_formatting_unittest.cc
133
EXPECT_EQ(ASCIIToUTF16("4/30/11"),
TimeFormatShortDateNumeric
(time));
165
EXPECT_EQ(ASCIIToUTF16("30/04/2011"),
TimeFormatShortDateNumeric
(time));
time_formatting.cc
97
string16
TimeFormatShortDateNumeric
(const Time& time) {
/external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.cc
156
base::
TimeFormatShortDateNumeric
(issued));
158
base::
TimeFormatShortDateNumeric
(expires));
/external/chromium_org/chrome/browser/
certificate_manager_model.cc
150
rv = base::
TimeFormatShortDateNumeric
(cert.valid_expiry());
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc
76
base::
TimeFormatShortDateNumeric
(time));
80
base::
TimeFormatShortDateNumeric
(time));
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc
445
base::
TimeFormatShortDateNumeric
(last_attach_time));
[
all
...]
Completed in 764 milliseconds