Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp55 case DocForms: in shouldTypeOnlyIncludeDirectChildren()
89 case DocForms: in rootTypeFromCollectionType()
128 case DocForms: in invalidationTypeExcludingIdAndNameAttributes()
212 case DocForms: in isMatchingHTMLElement()
DCollectionType.h33 DocForms, // all <form> elements enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4609 return ensureCachedCollection<HTMLCollection>(DocForms); in forms()