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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.h 83 String m_dateTimeFormatWithoutSeconds;
LocaleMac.mm 233 if (!m_dateTimeFormatWithoutSeconds.isNull())
234 return m_dateTimeFormatWithoutSeconds;
235 m_dateTimeFormatWithoutSeconds = [dateTimeFormatterWithoutSeconds().get() dateFormat];
236 return m_dateTimeFormatWithoutSeconds;
LocaleICU.h 100 String m_dateTimeFormatWithoutSeconds;
LocaleMac.h 89 String m_dateTimeFormatWithoutSeconds;
LocaleWin.cpp 476 if (!m_dateTimeFormatWithoutSeconds.isNull())
477 return m_dateTimeFormatWithoutSeconds;
482 m_dateTimeFormatWithoutSeconds = builder.toString();
483 return m_dateTimeFormatWithoutSeconds;
LocaleICU.cpp 291 m_dateTimeFormatWithoutSeconds = getDateFormatPattern(dateTimeFormatWithoutSeconds);
373 return m_dateTimeFormatWithoutSeconds;

Completed in 117 milliseconds