Searched refs:isOutOfRange (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp94 if (candidate.isOutOfRange() != element().isOutOfRange())
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputType.h135 bool isOutOfRange(const String&) const;
H A DInputType.cpp304 bool InputType::isOutOfRange(const String& value) const function in class:WebCore::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h337 virtual bool isOutOfRange() const OVERRIDE FINAL;
H A DHTMLInputElement.cpp1367 bool HTMLInputElement::isOutOfRange() const function in class:WebCore::HTMLInputElement
1369 return m_inputType->isOutOfRange(value());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h451 virtual bool isOutOfRange() const { return false; } function in class:WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp895 return element.isOutOfRange();

Completed in 94 milliseconds