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

  /external/chromium_org/third_party/WebKit/Source/core/html/
URLInputType.cpp 57 bool URLInputType::typeMismatchFor(const String& value) const
64 return typeMismatchFor(element()->value());
URLInputType.h 46 virtual bool typeMismatchFor(const String&) const OVERRIDE;
EmailInputType.h 46 virtual bool typeMismatchFor(const String&) const OVERRIDE;
BaseDateAndTimeInputType.h 60 virtual bool typeMismatchFor(const String&) const OVERRIDE;
ColorInputType.h 65 virtual bool typeMismatchFor(const String&) const OVERRIDE;
BaseDateAndTimeInputType.cpp 71 bool BaseDateAndTimeInputType::typeMismatchFor(const String& value) const
78 return typeMismatchFor(element()->value());
159 return typeMismatchFor(proposedValue) ? emptyString() : proposedValue;
NumberInputType.h 52 virtual bool typeMismatchFor(const String&) const OVERRIDE;
RangeInputType.h 52 virtual bool typeMismatchFor(const String&) const OVERRIDE;
EmailInputType.cpp 125 bool EmailInputType::typeMismatchFor(const String& value) const
142 return typeMismatchFor(element()->value());
NumberInputType.cpp 156 bool NumberInputType::typeMismatchFor(const String& value) const
163 ASSERT(!typeMismatchFor(element()->value()));
ColorInputType.cpp 169 bool ColorInputType::typeMismatchFor(const String& value) const
InputType.h 146 virtual bool typeMismatchFor(const String&) const;
148 // though typeMismatchFor() does something for them because of value
RangeInputType.cpp 112 bool RangeInputType::typeMismatchFor(const String& value) const
InputType.cpp 221 bool InputType::typeMismatchFor(const String&) const
HTMLInputElement.cpp 231 return !m_inputType->typeMismatchFor(value)
    [all...]

Completed in 57 milliseconds