Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCollectionType.h37 DocAnchors, // all <a> elements with a value for name enumerator
DHTMLCollection.cpp96 case DocAnchors: in itemAfter()
187 case DocAnchors: // all <a> elements with a value for name in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4236 return HTMLCollection::create(this, DocAnchors); in anchors()