HomeSort by relevance Sort by last modified time
    Searched refs:collectionType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 30 #include "core/html/CollectionType.h"
52 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)
87 ALWAYS_INLINE CollectionType type() const { return static_cast<CollectionType>(m_collectionType); }
191 LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsR (…)
    [all...]
NodeRareData.h 84 PassRefPtr<T> addCacheWithAtomicName(Node* node, CollectionType collectionType, const AtomicString& name)
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)
99 NodeListAtomicNameCacheMap::AddResult result = m_atomicNameCaches.add(namedNodeListKey(collectionType, starAtom), 0);
103 RefPtr<T> list = T::create(node, collectionType);
109 T* cacheWithAtomicName(CollectionType collectionType)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 238 private void addOneCollectionToRequest(final Serializer s, final int collectionType,
244 s.data(Tags.SYNC_CLASS, Eas.getFolderClass(collectionType));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp 39 static bool shouldOnlyIncludeDirectChildren(CollectionType type)
77 static NodeListRootType rootTypeFromCollectionType(CollectionType type)
115 static NodeListInvalidationType invalidationTypeExcludingIdAndNameAttributes(CollectionType type)
159 HTMLCollection::HTMLCollection(Node* ownerNode, CollectionType type, ItemAfterOverrideType itemAfterOverrideType)
166 PassRefPtr<HTMLCollection> HTMLCollection::create(Node* base, CollectionType type)
183 CollectionType type = htmlCollection->type();
276 CollectionType collectionType = type();
279 if (isNodeList(collectionType)) {
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 162 milliseconds