HomeSort by relevance Sort by last modified time
    Searched defs:HTMLTextAreaElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.h 34 class HTMLTextAreaElement : public HTMLTextFormControlElement {
36 static PassRefPtr<HTMLTextAreaElement> create(const QualifiedName&, Document*, HTMLFormElement*);
64 HTMLTextAreaElement(const QualifiedName&, Document*, HTMLFormElement*);
HTMLTextAreaElement.cpp 27 #include "HTMLTextAreaElement.h"
63 static inline void notifyFormStateChanged(const HTMLTextAreaElement* element)
71 HTMLTextAreaElement::HTMLTextAreaElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
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::restoreFormControlState(const String& state
    [all...]

Completed in 24 milliseconds