Searched refs:matchesReadOnlyPseudoClass (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DSliderThumbElement.h68 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
H A DSpinButtonElement.cpp206 bool SpinButtonElement::matchesReadOnlyPseudoClass() const function in class:blink::SpinButtonElement
208 return shadowHost()->matchesReadOnlyPseudoClass();
H A DSpinButtonElement.h81 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
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 DHTMLElement.h95 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
H A DHTMLTextAreaElement.h125 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
H A DHTMLInputElement.h236 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE FINAL;
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
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp803 return element.matchesReadOnlyPseudoClass();

Completed in 2006 milliseconds