Searched refs:WindowNamedItems (Results 1 – 6 of 6) sorted by relevance
16 ASSERT_UNUSED(type, type == WindowNamedItems); in create()26 …eNodeListBase, collection, collection->type() == WindowNamedItems, collection.type() == WindowName…
52 WindowNamedItems, enumerator67 static const CollectionType FirstNamedCollectionType = WindowNamedItems;
65 case WindowNamedItems: in shouldTypeOnlyIncludeDirectChildren()94 case WindowNamedItems: in rootTypeFromCollectionType()148 case WindowNamedItems: in invalidationTypeExcludingIdAndNameAttributes()245 case WindowNamedItems: in isMatchingHTMLElement()268 case WindowNamedItems: in elementMatches()
13 : HTMLNameCollection(document, WindowNamedItems, name) in WindowNameCollection()
38 ASSERT(type() == WindowNamedItems || type() == DocumentNamedItems); in ~HTMLNameCollection()
4630 return ensureCachedCollection<WindowNameCollection>(WindowNamedItems, name); in windowNamedItems()