Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DCollectionType.h36 DocLinks, // all <a> _and_ <area> elements with a value for href enumerator
DHTMLCollection.cpp101 case DocLinks: in itemAfter()
183 case DocLinks: // all <a> and <area> elements with a value for href in itemAfter()
/external/webkit/WebCore/dom/
DDocument.cpp4237 return HTMLCollection::create(this, DocLinks); in links()