Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DCollectionType.h35 DocAnchors, // all <a> elements with a value for name enumerator
DHTMLCollection.cpp44 case DocAnchors: in shouldOnlyIncludeDirectChildren()
86 case DocAnchors: in rootTypeFromCollectionType()
137 case DocAnchors: in invalidationTypeExcludingIdAndNameAttributes()
220 case DocAnchors: in isMatchingElement()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4246 return ensureCachedCollection(DocAnchors); in anchors()