Searched refs:matchesReadOnlyPseudoClass (Results 1 – 12 of 12) sorted by relevance
206 bool SpinButtonElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::SpinButtonElement208 return shadowHost()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
68 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
81 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
237 bool SliderThumbElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::SliderThumbElement239 return hostInput() && hostInput()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
121 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
91 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
258 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE FINAL;
531 bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLTextAreaElement
915 bool HTMLElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLElement
1377 bool HTMLInputElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLInputElement
427 virtual bool matchesReadOnlyPseudoClass() const { return false; } in matchesReadOnlyPseudoClass() function
821 return element.matchesReadOnlyPseudoClass(); in checkOne()