Home
last modified time | relevance | path

Searched refs:DocForms (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionType.h35 DocForms, // all <form> elements enumerator
DHTMLCollection.cpp99 case DocForms: in itemAfter()
138 case DocForms: in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4231 return HTMLCollection::create(this, DocForms); in forms()