Searched refs:TimeFormatShortDateAndTime (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/i18n/
H A Dtime_formatting.h49 BASE_I18N_EXPORT string16 TimeFormatShortDateAndTime(const Time& time);
H A Dtime_formatting_unittest.cc137 TimeFormatShortDateAndTime(time));
141 TimeFormatShortDateAndTime(time));
167 TimeFormatShortDateAndTime(time));
H A Dtime_formatting.cc103 string16 TimeFormatShortDateAndTime(const Time& time) { function in namespace:base
/external/chromium_org/components/metrics/
H A Ddaily_event.cc71 << base::TimeFormatShortDateAndTime(last_fired_);
/external/chromium_org/google_apis/drive/
H A Dtime_util_unittest.cc17 return base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(time));
/external/chromium_org/chrome/browser/ui/webui/
H A Dcertificate_viewer_webui.cc357 base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(issued)) + " " +
361 base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(expires)) + " " +
/external/chromium_org/printing/
H A Dprinted_document.cc218 filename = base::TimeFormatShortDateAndTime(now);
/external/chromium_org/components/signin/core/browser/
H A Dabout_signin_internals.cc33 return base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(time));
149 base::UTF16ToUTF8(base::TimeFormatShortDateAndTime(now));
/external/chromium_org/components/invalidation/
H A Dgcm_network_channel.cc431 base::TimeFormatShortDateAndTime(last_message_received_time_));
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.cc475 base::TimeFormatShortDateAndTime(value)));
/external/chromium_org/net/base/
H A Dnet_util_icu.cc616 modified_str = base::TimeFormatShortDateAndTime(modified);
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc90 base::TimeFormatShortDateAndTime(syncer::ProtoTimeToTime(tm)));

Completed in 300 milliseconds