Searched defs:typeMismatchFor (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DColorInputType.cpp65 bool ColorInputType::typeMismatchFor(const String& value) const function in class:WebCore::ColorInputType
H A DURLInputType.cpp51 bool URLInputType::typeMismatchFor(const String& value) const function in class:WebCore::URLInputType
58 return typeMismatchFor(element()->value());
H A DEmailInputType.cpp63 bool EmailInputType::typeMismatchFor(const String& value) const function in class:WebCore::EmailInputType
80 return typeMismatchFor(element()->value());
H A DBaseDateAndTimeInputType.cpp73 bool BaseDateAndTimeInputType::typeMismatchFor(const String& value) const function in class:WebCore::BaseDateAndTimeInputType
80 return typeMismatchFor(element()->value());
H A DNumberInputType.cpp84 bool NumberInputType::typeMismatchFor(const String& value) const function in class:WebCore::NumberInputType
91 ASSERT(!typeMismatchFor(element()->value()));
H A DInputType.cpp192 bool InputType::typeMismatchFor(const String&) const function in class:WebCore::InputType

Completed in 117 milliseconds