Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DCollectionType.h38 DocScripts, // all <script> elements enumerator
DHTMLCollection.cpp103 case DocScripts: in itemAfter()
134 case DocScripts: in itemAfter()
/external/webkit/WebCore/dom/
DDocument.cpp4232 return HTMLCollection::create(this, DocScripts); in scripts()