Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSpinButtonElement.cpp206 bool SpinButtonElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::SpinButtonElement
208 return shadowHost()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
DSliderThumbElement.h68 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DSpinButtonElement.h81 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DSliderThumbElement.cpp94 bool SliderThumbElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::SliderThumbElement
96 return hostInput() && hostInput()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.h125 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DHTMLElement.h95 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DHTMLInputElement.h236 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE FINAL;
DHTMLTextAreaElement.cpp546 bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::HTMLTextAreaElement
DHTMLElement.cpp950 bool HTMLElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::HTMLElement
DHTMLInputElement.cpp1388 bool HTMLInputElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h410 virtual bool matchesReadOnlyPseudoClass() const { return false; } in matchesReadOnlyPseudoClass() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp803 return element.matchesReadOnlyPseudoClass(); in checkOne()