Home
last modified time | relevance | path

Searched defs:isDisabledFormControl (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSpinButtonElement.h74 …virtual bool isDisabledFormControl() const OVERRIDE { return shadowHost() && shadowHost()->isDisab… in isDisabledFormControl() function
DSliderThumbElement.cpp225 bool SliderThumbElement::isDisabledFormControl() const in isDisabledFormControl() function in WebCore::SliderThumbElement
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptGroupElement.cpp50 bool HTMLOptGroupElement::isDisabledFormControl() const in isDisabledFormControl() function in WebCore::HTMLOptGroupElement
DHTMLOptionElement.cpp329 bool HTMLOptionElement::isDisabledFormControl() const in isDisabledFormControl() function in WebCore::HTMLOptionElement
DHTMLFormControlElement.cpp305 bool HTMLFormControlElement::isDisabledFormControl() const in isDisabledFormControl() function in WebCore::HTMLFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h469 virtual bool isDisabledFormControl() const { return false; } in isDisabledFormControl() function
686 inline bool isDisabledFormControl(const Node* node) in isDisabledFormControl() function