Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCollectionType.h34 DocObjects, // all <object> elements enumerator
DHTMLCollection.cpp102 case DocObjects: in itemAfter()
179 case DocObjects: in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4216 return HTMLCollection::create(this, DocObjects); in objects()