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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlsCollection.cpp24 #include "core/html/HTMLFormControlsCollection.h"
38 HTMLFormControlsCollection::HTMLFormControlsCollection(Node* ownerNode) function in class:WebCore::HTMLFormControlsCollection
45 PassRefPtr<HTMLFormControlsCollection> HTMLFormControlsCollection::create(Node* ownerNode, CollectionType)
47 return adoptRef(new HTMLFormControlsCollection(ownerNode));
50 HTMLFormControlsCollection::~HTMLFormControlsCollection()
54 const Vector<FormAssociatedElement*>& HTMLFormControlsCollection::formControlElements() const
63 const Vector<HTMLImageElement*>& HTMLFormControlsCollection
[all...]

Completed in 85 milliseconds