Searched defs:isActivatedSubmit (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLButtonElement.cpp147 bool HTMLButtonElement::isActivatedSubmit() const function in class:WebCore::HTMLButtonElement
H A DHTMLFormControlElement.h87 virtual bool isActivatedSubmit() const { return false; } function in class:WebCore::HTMLFormControlElement
H A DHTMLInputElement.cpp742 bool HTMLInputElement::isActivatedSubmit() const function in class:WebCore::HTMLInputElement
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp73 bool WebInputElement::isActivatedSubmit() const function in class:WebKit::WebInputElement
75 return constUnwrap<HTMLInputElement>()->isActivatedSubmit();

Completed in 4106 milliseconds