Home
last modified time | relevance | path

Searched defs:matchesReadOnlyPseudoClass (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSpinButtonElement.cpp204 bool SpinButtonElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::SpinButtonElement
DSliderThumbElement.cpp230 bool SliderThumbElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::SliderThumbElement
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.cpp501 bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLTextAreaElement
DHTMLInputElement.cpp1386 bool HTMLInputElement::matchesReadOnlyPseudoClass() const in matchesReadOnlyPseudoClass() function in WebCore::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h424 virtual bool matchesReadOnlyPseudoClass() const { return false; } in matchesReadOnlyPseudoClass() function