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.h80 …virtual bool isDisabledFormControl() const OVERRIDE { return shadowHost() && shadowHost()->isDisab… in isDisabledFormControl() function
DSliderThumbElement.cpp89 bool SliderThumbElement::isDisabledFormControl() const in isDisabledFormControl() function in blink::SliderThumbElement
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptGroupElement.cpp56 bool HTMLOptGroupElement::isDisabledFormControl() const in isDisabledFormControl() function in blink::HTMLOptGroupElement
DHTMLOptionElement.cpp324 bool HTMLOptionElement::isDisabledFormControl() const in isDisabledFormControl() function in blink::HTMLOptionElement
DHTMLFormControlElement.cpp296 bool HTMLFormControlElement::isDisabledFormControl() const in isDisabledFormControl() function in blink::HTMLFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h441 virtual bool isDisabledFormControl() const { return false; } in isDisabledFormControl() function
665 inline bool isDisabledFormControl(const Node* node) in isDisabledFormControl() function