Lines Matching refs:Time
17 class Time; variable
55 BASE_I18N_EXPORT string16 TimeFormatTimeOfDay(const Time& time);
59 BASE_I18N_EXPORT string16 TimeFormatTimeOfDayWithMilliseconds(const Time& time);
66 const Time& time,
71 BASE_I18N_EXPORT string16 TimeFormatShortDate(const Time& time);
74 BASE_I18N_EXPORT string16 TimeFormatShortDateNumeric(const Time& time);
77 BASE_I18N_EXPORT string16 TimeFormatShortDateAndTime(const Time& time);
80 BASE_I18N_EXPORT string16 TimeFormatMonthAndYear(const Time& time);
85 TimeFormatShortDateAndTimeWithTimeZone(const Time& time);
89 BASE_I18N_EXPORT string16 TimeFormatFriendlyDateAndTime(const Time& time);
93 BASE_I18N_EXPORT string16 TimeFormatFriendlyDate(const Time& time);
99 BASE_I18N_EXPORT string16 TimeFormatWithPattern(const Time& time,
131 BASE_I18N_EXPORT string16 DateIntervalFormat(const Time& begin_time,
132 const Time& end_time,