HomeSort by relevance Sort by last modified time
    Searched refs:m_timeFormatWithoutSeconds (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.h 84 String m_timeFormatWithoutSeconds;
LocaleMac.mm 219 if (!m_timeFormatWithoutSeconds.isNull())
220 return m_timeFormatWithoutSeconds;
221 m_timeFormatWithoutSeconds = [shortTimeFormatter().get() dateFormat];
222 return m_timeFormatWithoutSeconds;
LocaleICU.h 98 String m_timeFormatWithoutSeconds;
LocaleMac.h 89 String m_timeFormatWithoutSeconds;
LocaleWin.cpp 447 if (!m_timeFormatWithoutSeconds.isNull())
448 return m_timeFormatWithoutSeconds;
460 m_timeFormatWithoutSeconds = convertWindowsDateTimeFormat(format);
461 return m_timeFormatWithoutSeconds;
LocaleICU.cpp 285 m_timeFormatWithoutSeconds = getDateFormatPattern(m_shortTimeFormat);
362 return m_timeFormatWithoutSeconds;

Completed in 2824 milliseconds