Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp54 case DocEmbeds: in shouldTypeOnlyIncludeDirectChildren()
88 case DocEmbeds: in rootTypeFromCollectionType()
127 case DocEmbeds: in invalidationTypeExcludingIdAndNameAttributes()
232 case DocEmbeds: in isMatchingHTMLElement()
DCollectionType.h32 DocEmbeds, // all <embed> elements enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4594 return ensureCachedCollection<HTMLCollection>(DocEmbeds); in embeds()