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 WebCore::SpinButtonElement
208 return shadowHost()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
DSliderThumbElement.h68 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DSpinButtonElement.h81 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DSliderThumbElement.cpp237 bool SliderThumbElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::SliderThumbElement
239 return hostInput() && hostInput()->matchesReadOnlyPseudoClass(); in matchesReadOnlyPseudoClass()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.h121 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DHTMLElement.h91 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
DHTMLInputElement.h258 virtual bool matchesReadOnlyPseudoClass() const OVERRIDE FINAL;
DHTMLTextAreaElement.cpp531 bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLTextAreaElement
DHTMLElement.cpp915 bool HTMLElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLElement
DHTMLInputElement.cpp1377 bool HTMLInputElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h427 virtual bool matchesReadOnlyPseudoClass() const { return false; } in matchesReadOnlyPseudoClass() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp821 return element.matchesReadOnlyPseudoClass(); in checkOne()