Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp93 if (candidate.isOutOfRange() != element().isOutOfRange()) in canShareStyleWithControl()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DInputType.h118 bool isOutOfRange(const String&) const;
DInputType.cpp299 bool InputType::isOutOfRange(const String& value) const in isOutOfRange() function in blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.h317 virtual bool isOutOfRange() const OVERRIDE FINAL;
DHTMLInputElement.cpp1378 bool HTMLInputElement::isOutOfRange() const in isOutOfRange() function in blink::HTMLInputElement
1380 return m_inputType->isOutOfRange(value()); in isOutOfRange()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h434 virtual bool isOutOfRange() const { return false; } in isOutOfRange() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp872 return element.isOutOfRange(); in checkOne()