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/forms/
URLInputType.cpp 56 bool URLInputType::typeMismatchFor(const String& value) const
63 return typeMismatchFor(element().value());
URLInputType.h 46 virtual bool typeMismatchFor(const String&) const OVERRIDE;
EmailInputType.h 46 virtual bool typeMismatchFor(const String&) const OVERRIDE;
ColorInputType.h 67 virtual bool typeMismatchFor(const String&) const OVERRIDE;
BaseDateAndTimeInputType.cpp 71 bool BaseDateAndTimeInputType::typeMismatchFor(const String& value) const
78 return typeMismatchFor(element().value());
169 return typeMismatchFor(proposedValue) ? emptyString() : proposedValue;
BaseDateAndTimeInputType.h 63 virtual bool typeMismatchFor(const String&) const OVERRIDE;
NumberInputType.h 52 virtual bool typeMismatchFor(const String&) const OVERRIDE;
RangeInputType.h 52 virtual bool typeMismatchFor(const String&) const OVERRIDE;
NumberInputType.cpp 133 bool NumberInputType::typeMismatchFor(const String& value) const
140 ASSERT(!typeMismatchFor(element().value()));
ColorInputType.cpp 179 bool ColorInputType::typeMismatchFor(const String& value) const
InputType.h 123 virtual bool typeMismatchFor(const String&) const;
125 // though typeMismatchFor() does something for them because of value
EmailInputType.cpp 191 bool EmailInputType::typeMismatchFor(const String& value) const
198 return typeMismatchFor(element().value());
RangeInputType.cpp 112 bool RangeInputType::typeMismatchFor(const String& value) const
InputType.cpp 221 bool InputType::typeMismatchFor(const String&) const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 205 return !m_inputType->typeMismatchFor(value)
    [all...]

Completed in 1374 milliseconds