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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSpinButtonElement.cpp206 bool SpinButtonElement::matchesReadOnlyPseudoClass() const function in class:blink::SpinButtonElement
208 return shadowHost()->matchesReadOnlyPseudoClass();
H A DSliderThumbElement.cpp94 bool SliderThumbElement::matchesReadOnlyPseudoClass() const function in class:blink::SliderThumbElement
96 return hostInput() && hostInput()->matchesReadOnlyPseudoClass();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextAreaElement.cpp546 bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const function in class:blink::HTMLTextAreaElement
H A DHTMLElement.cpp950 bool HTMLElement::matchesReadOnlyPseudoClass() const function in class:blink::HTMLElement
H A DHTMLInputElement.cpp1388 bool HTMLInputElement::matchesReadOnlyPseudoClass() const function in class:blink::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h410 virtual bool matchesReadOnlyPseudoClass() const { return false; } function in class:blink::Element

Completed in 259 milliseconds