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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
DateTimeFormat.h 97 class TokenHandler {
99 virtual ~TokenHandler() { }
105 static bool parse(const String&, TokenHandler&);
DateTimeFormatTest.cpp 166 TokenHandler handler;
177 TokenHandler handler;
184 class TokenHandler : public DateTimeFormat::TokenHandler {
186 virtual ~TokenHandler() { }
DateTimeFormat.cpp 103 bool DateTimeFormat::parse(const String& source, TokenHandler& tokenHandler)
147 tokenHandler.visitLiteral(literalBuffer.toString());
171 tokenHandler.visitLiteral(literalBuffer.toString());
198 tokenHandler.visitField(fieldType, fieldCounter);
223 tokenHandler.visitLiteral(literalBuffer.toString());
229 tokenHandler.visitLiteral(literalBuffer.toString());
235 tokenHandler.visitField(fieldType, fieldCounter);
PlatformLocale.cpp 44 class DateTimeStringBuilder : private DateTimeFormat::TokenHandler {
54 // DateTimeFormat::TokenHandler functions.
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 55 class DateTimeFormatValidator : public DateTimeFormat::TokenHandler {
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp 49 class DateTimeEditBuilder : private DateTimeFormat::TokenHandler {
70 // DateTimeFormat::TokenHandler functions.

Completed in 105 milliseconds