Searched refs:collectionType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRareData.h84 PassRefPtr<T> addCacheWithAtomicName(Node* node, CollectionType collectionType, const AtomicString& name) argument
86 NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, name), 0);
90 RefPtr<T> list = T::create(node, collectionType, name);
97 PassRefPtr<T> addCacheWithAtomicName(Node* node, CollectionType collectionType) argument
99 NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, starAtom), 0);
103 RefPtr<T> list = T::create(node, collectionType);
109 T* cacheWithAtomicName(CollectionType collectionType) argument
111 return static_cast<T*>(m_atomicNameCaches.get(namedNodeListKey(collectionType, starAtom)));
115 PassRefPtr<T> addCacheWithName(Node* node, CollectionType collectionType, const String& name) argument
117 NodeListNameCacheMap::AddResult result = m_nameCaches.add(namedNodeListKey(collectionType, nam
138 removeCacheWithAtomicName(LiveNodeListBase* list, CollectionType collectionType, const AtomicString& name = starAtom) argument
146 removeCacheWithName(LiveNodeListBase* list, CollectionType collectionType, const String& name) argument
[all...]
H A DLiveNodeList.h52 bool shouldOnlyIncludeDirectChildren, CollectionType collectionType, ItemAfterOverrideType itemAfterOverrideType)
61 , m_collectionType(collectionType)
67 ASSERT(m_collectionType == static_cast<unsigned>(collectionType));
68 ASSERT(!m_overridesItemAfter || !isNodeList(collectionType));
70 if (collectionType != ChildNodeListType)
191 LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRootedAtNode) argument
192 : LiveNodeListBase(ownerNode.get(), rootType, invalidationType, collectionType == ChildNodeListType,
193 collectionType, DoesNotOverrideItemAfter)
51 LiveNodeListBase(Node* ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType, bool shouldOnlyIncludeDirectChildren, CollectionType collectionType, ItemAfterOverrideType itemAfterOverrideType) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCollection.cpp276 CollectionType collectionType = type(); local
279 if (isNodeList(collectionType)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 175 milliseconds