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/
DHTMLCollection.cpp52 case DocAnchors: in shouldTypeOnlyIncludeDirectChildren()
91 case DocAnchors: in rootTypeFromCollectionType()
144 case DocAnchors: in invalidationTypeExcludingIdAndNameAttributes()
236 case DocAnchors: in isMatchingHTMLElement()
DCollectionType.h35 DocAnchors, // all <a> elements with a value for name enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4614 return ensureCachedCollection<HTMLCollection>(DocAnchors); in anchors()