Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp58 case DocScripts: in shouldTypeOnlyIncludeDirectChildren()
92 case DocScripts: in rootTypeFromCollectionType()
129 case DocScripts: in invalidationTypeExcludingIdAndNameAttributes()
210 case DocScripts: in isMatchingHTMLElement()
DCollectionType.h36 DocScripts, // all <script> elements enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4599 return ensureCachedCollection<HTMLCollection>(DocScripts); in scripts()