Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DCollectionType.h30 DocImages, // all <img> elements in the document enumerator
DHTMLCollection.cpp48 case DocImages: in shouldOnlyIncludeDirectChildren()
81 case DocImages: in rootTypeFromCollectionType()
119 case DocImages: in invalidationTypeExcludingIdAndNameAttributes()
189 case DocImages: in isMatchingElement()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4216 return ensureCachedCollection(DocImages); in images()