Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCollectionType.h33 DocEmbeds, // all <embed> elements enumerator
DHTMLCollection.cpp98 case DocEmbeds: in itemAfter()
175 case DocEmbeds: in itemAfter()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4205 return HTMLCollection::create(this, DocEmbeds); in embeds()
4211 return HTMLCollection::create(this, DocEmbeds); in plugins()