Searched defs:HTMLTextAreaElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLTextAreaElement.h34 class HTMLTextAreaElement : public HTMLTextFormControlElement { class in namespace:WebCore
36 static PassRefPtr<HTMLTextAreaElement> create(const QualifiedName&, Document*, HTMLFormElement*);
64 HTMLTextAreaElement(const QualifiedName&, Document*, HTMLFormElement*);
H A DHTMLTextAreaElement.cpp27 #include "HTMLTextAreaElement.h"
63 static inline void notifyFormStateChanged(const HTMLTextAreaElement* element)
71 HTMLTextAreaElement::HTMLTextAreaElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form) function in class:WebCore::HTMLTextAreaElement
84 PassRefPtr<HTMLTextAreaElement> HTMLTextAreaElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
86 return adoptRef(new HTMLTextAreaElement(tagName, document, form));
89 const AtomicString& HTMLTextAreaElement::formControlType() const
95 bool HTMLTextAreaElement::saveFormControlState(String& result) const
104 void HTMLTextAreaElement
[all...]

Completed in 2729 milliseconds