Home
last modified time | relevance | path

Searched refs:isFormControlElementWithState (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/wml/
DWMLFormControlElement.h52 virtual bool isFormControlElementWithState() const { return true; } in isFormControlElementWithState() function
/external/webkit/WebCore/dom/
DFormControlElementWithState.cpp60 if (!element->isFormControlElementWithState()) in toFormControlElementWithState()
DElement.h124 virtual bool isFormControlElementWithState() const { return false; } in isFormControlElementWithState() function
/external/webkit/WebCore/html/
DHTMLFormControlElement.h119 virtual bool isFormControlElementWithState() const { return true; } in isFormControlElementWithState() function
/external/webkit/WebCore/
DChangeLog2119 Add new virtual function isFormControlElementWithState() to Element.h.
2135 (WebCore::Element::isFormControlElementWithState):
2155 (WebCore::HTMLFormControlElementWithState::isFormControlElementWithState):
2193 (WebCore::WMLFormControlElementWithState::isFormControlElementWithState):