Home
last modified time | relevance | path

Searched refs:HTMLFormControlElement (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/WebCore/html/
DHTMLFormControlElement.cpp43 HTMLFormControlElement::HTMLFormControlElement(const QualifiedName& tagName, Document* doc, HTMLFor… in HTMLFormControlElement() function in WebCore::HTMLFormControlElement
56 HTMLFormControlElement::~HTMLFormControlElement() in ~HTMLFormControlElement()
62 void HTMLFormControlElement::parseMappedAttribute(MappedAttribute *attr) in parseMappedAttribute()
86 void HTMLFormControlElement::attach() in attach()
107 void HTMLFormControlElement::insertedIntoTree(bool deep) in insertedIntoTree()
132 void HTMLFormControlElement::removedFromTree(bool deep) in removedFromTree()
149 const AtomicString& HTMLFormControlElement::name() const in name()
155 void HTMLFormControlElement::setName(const AtomicString &value) in setName()
160 void HTMLFormControlElement::onChange() in onChange()
165 bool HTMLFormControlElement::disabled() const in disabled()
[all …]
DHTMLFormElement.h37 class HTMLFormControlElement; variable
73 void registerFormElement(HTMLFormControlElement*);
74 void removeFormElement(HTMLFormControlElement*);
106 PassRefPtr<HTMLFormControlElement> elementForAlias(const AtomicString&);
107 void addElementAlias(HTMLFormControlElement*, const AtomicString& alias);
110 Vector<HTMLFormControlElement*> formElements;
114 void addButton(HTMLFormControlElement*);
115 void removeButton(HTMLFormControlElement*);
135 unsigned formElementIndex(HTMLFormControlElement*);
139 typedef HashMap<RefPtr<AtomicStringImpl>, RefPtr<HTMLFormControlElement> > AliasMap;
DHTMLOptGroupElement.cpp41 : HTMLFormControlElement(tagName, doc, f) in HTMLOptGroupElement()
60 bool result = HTMLFormControlElement::insertBefore(newChild, refChild, ec, shouldLazyAttach); in insertBefore()
68 bool result = HTMLFormControlElement::replaceChild(newChild, oldChild, ec, shouldLazyAttach); in replaceChild()
76 bool result = HTMLFormControlElement::removeChild(oldChild, ec); in removeChild()
84 bool result = HTMLFormControlElement::appendChild(newChild, ec, shouldLazyAttach); in appendChild()
92 bool result = HTMLFormControlElement::removeChildren(); in removeChildren()
101HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelt… in childrenChanged()
106 HTMLFormControlElement::parseMappedAttribute(attr); in parseMappedAttribute()
139 HTMLFormControlElement::attach(); in attach()
145 HTMLFormControlElement::detach(); in detach()
DHTMLOptionElement.cpp44 : HTMLFormControlElement(tagName, doc, f) in HTMLOptionElement()
60 HTMLFormControlElement::attach(); in attach()
66 HTMLFormControlElement::detach(); in detach()
134 HTMLFormControlElement::parseMappedAttribute(attr); in parseMappedAttribute()
173HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelt… in childrenChanged()
229 …return HTMLFormControlElement::disabled() || (parentNode() && static_cast<HTMLFormControlElement*>… in disabled()
238 HTMLFormControlElement::insertedIntoDocument(); in insertedIntoDocument()
DHTMLFormElement.cpp175 HTMLFormControlElement* control = formElements[i]; in createFormData()
285 HTMLFormControlElement* firstSuccessfulSubmitButton = 0; in submit()
291 HTMLFormControlElement* control = formElements[i]; in submit()
418 unsigned HTMLFormElement::formElementIndex(HTMLFormControlElement* e) in formElementIndex()
431 && static_cast<HTMLFormControlElement*>(node)->form() == this) in formElementIndex()
438 void HTMLFormElement::registerFormElement(HTMLFormControlElement* e) in registerFormElement()
445 void HTMLFormElement::removeFormElement(HTMLFormControlElement* e) in removeFormElement()
521 PassRefPtr<HTMLFormControlElement> HTMLFormElement::elementForAlias(const AtomicString& alias) in elementForAlias()
528 void HTMLFormElement::addElementAlias(HTMLFormControlElement* element, const AtomicString& alias) in addElementAlias()
542 RefPtr<HTMLFormControlElement> aliasElem; in getNamedElements()
[all …]
DHTMLFormControlElement.h36 class HTMLFormControlElement : public HTMLElement, public FormControlElement {
38 HTMLFormControlElement(const QualifiedName& tagName, Document*, HTMLFormElement*);
39 virtual ~HTMLFormControlElement();
114 class HTMLFormControlElementWithState : public HTMLFormControlElement, public FormControlElementWit…
DHTMLButtonElement.cpp42 : HTMLFormControlElement(tagName, doc, form) in HTMLButtonElement()
96 HTMLFormControlElement::parseMappedAttribute(attr); in parseMappedAttribute()
139 HTMLFormControlElement::defaultEventHandler(evt); in defaultEventHandler()
DHTMLFormCollection.cpp80 Vector<HTMLFormControlElement*>& l = static_cast<HTMLFormElement*>(base())->formElements; in item()
111 HTMLFormControlElement* e = form->formElements[i]; in getNamedFormItem()
191 HTMLFormControlElement* e = f->formElements[i]; in updateNameCache()
DHTMLLegendElement.h31 class HTMLLegendElement : public HTMLFormControlElement {
DHTMLFieldSetElement.h39 class HTMLFieldSetElement : public HTMLFormControlElement {
DHTMLIsIndexElement.cpp47 HTMLFormControlElement::parseMappedAttribute(attr); in parseMappedAttribute()
DHTMLFieldSetElement.cpp37 : HTMLFormControlElement(tagName, doc, f) in HTMLFieldSetElement()
DHTMLButtonElement.h31 class HTMLButtonElement : public HTMLFormControlElement {
DHTMLKeygenElement.cpp71 HTMLFormControlElement::parseMappedAttribute(attr); in parseMappedAttribute()
DHTMLOptGroupElement.h34 class HTMLOptGroupElement : public HTMLFormControlElement, public OptionGroupElement {
DHTMLOptionElement.h35 class HTMLOptionElement : public HTMLFormControlElement, public OptionElement {
DHTMLLegendElement.cpp37 : HTMLFormControlElement(tagName, doc, f) in HTMLLegendElement()
/external/webkit/WebCore/dom/
DFormControlElement.cpp40 return static_cast<HTMLFormControlElement*>(element); in toFormControlElement()
/external/webkit/WebKit/mac/WebView/
DWebHTMLRepresentation.mm49 #import <WebCore/HTMLFormControlElement.h>
276 Vector<HTMLFormControlElement*>& elements = formElement->formElements;
279 HTMLFormControlElement* elt = elements[i];
324 Vector<HTMLFormControlElement*>& elements = formElement->formElements;
/external/webkit/WebKit/android/jni/
DWebCoreFrameBridge.cpp1100 WTF::Vector<WebCore::HTMLFormControlElement*> elements = in HasPasswordField()
1104 WebCore::HTMLFormControlElement* e = elements[i]; in HasPasswordField()
1130 WTF::Vector<WebCore::HTMLFormControlElement*> elements = in GetUsernamePassword()
1134 WebCore::HTMLFormControlElement* e = elements[i]; in GetUsernamePassword()
1175 WTF::Vector<WebCore::HTMLFormControlElement*> elements = in SetUsernamePassword()
1179 WebCore::HTMLFormControlElement* e = elements[i]; in SetUsernamePassword()
1229 WTF::Vector<WebCore::HTMLFormControlElement*> elements = form->formElements; in GetFormTextData()
1232 WebCore::HTMLFormControlElement* e = elements[i]; in GetFormTextData()
/external/webkit/WebKit/win/
DWebFrame.cpp1006 Vector<HTMLFormControlElement*>& elements = formElement->formElements; in elementWithName()
1009 HTMLFormControlElement *elt = elements[i]; in elementWithName()
1070 Vector<HTMLFormControlElement*>& elements = formElement->formElements; in controlsInForm()
/external/webkit/WebCore/page/
DFrame.cpp1243 return static_cast<HTMLFormControlElement*>(n)->form(); in scanForForm()
1267 return static_cast<HTMLFormControlElement*>(n)->form(); in currentForm()
/external/webkit/WebCore/
DAndroid.mk424 html/HTMLFormControlElement.cpp \
DWebCore.scons236 'html/HTMLFormControlElement.cpp',
DGNUmakefile.am866 WebCore/html/HTMLFormControlElement.cpp \
867 WebCore/html/HTMLFormControlElement.h \

12