Searched refs:matchesReadOnlyPseudoClass (Results 1 – 12 of 12) sorted by relevance
206 bool SpinButtonElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::SpinButtonElement208 return shadowHost()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
68 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
81 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
94 bool SliderThumbElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::SliderThumbElement96 return hostInput() && hostInput()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
125 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
95 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
236 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE FINAL;
546 bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::HTMLTextAreaElement
950 bool HTMLElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::HTMLElement
1388 bool HTMLInputElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in blink::HTMLInputElement
410 virtual bool matchesReadOnlyPseudoClass() const { return false; } in matchesReadOnlyPseudoClass() function
803 return element.matchesReadOnlyPseudoClass(); in checkOne()