Searched refs:m_timeFormatWithoutSeconds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleMac.mm217 if (!m_timeFormatWithoutSeconds.isNull())
218 return m_timeFormatWithoutSeconds;
219 m_timeFormatWithoutSeconds = [shortTimeFormatter().get() dateFormat];
220 return m_timeFormatWithoutSeconds;
H A DLocaleMac.h87 String m_timeFormatWithoutSeconds; member in class:blink::LocaleMac
H A DLocaleWin.h81 String m_timeFormatWithoutSeconds; member in class:blink::LocaleWin
H A DLocaleICU.h98 String m_timeFormatWithoutSeconds; member in class:blink::LocaleICU
H A DLocaleWin.cpp445 if (!m_timeFormatWithoutSeconds.isNull())
446 return m_timeFormatWithoutSeconds;
458 m_timeFormatWithoutSeconds = convertWindowsDateTimeFormat(format);
459 return m_timeFormatWithoutSeconds;
H A DLocaleICU.cpp284 m_timeFormatWithoutSeconds = getDateFormatPattern(m_shortTimeFormat);
361 return m_timeFormatWithoutSeconds;

Completed in 167 milliseconds