Home
last modified time | relevance | path

Searched refs:CollectionType (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DCollectionType.h28 enum CollectionType { enum
65 static const CollectionType FirstNodeListType = ChildNodeListType;
67 inline bool isNodeList(CollectionType type) in isNodeList()
DHTMLAllCollection.h35 static PassRefPtr<HTMLAllCollection> create(Node*, CollectionType);
43 HTMLAllCollection(Node*, CollectionType);
DHTMLNameCollection.h36 …static PassRefPtr<HTMLNameCollection> create(Node* document, CollectionType type, const AtomicStri… in create()
44 HTMLNameCollection(Node*, CollectionType, const AtomicString& name);
DHTMLAllCollection.cpp34 PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(Node* node, CollectionType type) in create()
39 HTMLAllCollection::HTMLAllCollection(Node* node, CollectionType type) in HTMLAllCollection()
DHTMLCollection.h36 static PassRefPtr<HTMLCollection> create(Node* base, CollectionType);
68 HTMLCollection(Node* base, CollectionType, ItemAfterOverrideType);
DHTMLCollection.cpp40 static bool shouldOnlyIncludeDirectChildren(CollectionType type) in shouldOnlyIncludeDirectChildren()
78 static NodeListRootType rootTypeFromCollectionType(CollectionType type) in rootTypeFromCollectionType()
116 static NodeListInvalidationType invalidationTypeExcludingIdAndNameAttributes(CollectionType type) in invalidationTypeExcludingIdAndNameAttributes()
160 HTMLCollection::HTMLCollection(Node* ownerNode, CollectionType type, ItemAfterOverrideType itemAfte… in HTMLCollection()
167 PassRefPtr<HTMLCollection> HTMLCollection::create(Node* base, CollectionType type) in create()
184 CollectionType type = htmlCollection->type(); in isMatchingElement()
277 CollectionType collectionType = type(); in iterateForPreviousNode()
DLabelsNodeList.h35 …static PassRefPtr<LabelsNodeList> create(Node* ownerNode, CollectionType type, const AtomicString&) in create()
DHTMLTableRowsCollection.h41 static PassRefPtr<HTMLTableRowsCollection> create(Node*, CollectionType);
DRadioNodeList.h37 …static PassRefPtr<RadioNodeList> create(Node* ownerNode, CollectionType type, const AtomicString& … in create()
DHTMLOptionsCollection.h37 static PassRefPtr<HTMLOptionsCollection> create(Node*, CollectionType);
DHTMLFormControlsCollection.h41 static PassRefPtr<HTMLFormControlsCollection> create(Node*, CollectionType);
DHTMLNameCollection.cpp37 HTMLNameCollection::HTMLNameCollection(Node* document, CollectionType type, const AtomicString& nam… in HTMLNameCollection()
DHTMLOptionsCollection.cpp40 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(Node* select, CollectionType) in create() argument
DHTMLTableRowsCollection.cpp160 PassRefPtr<HTMLTableRowsCollection> HTMLTableRowsCollection::create(Node* table, CollectionType) in create() argument
DHTMLFormControlsCollection.cpp45 …Ptr<HTMLFormControlsCollection> HTMLFormControlsCollection::create(Node* ownerNode, CollectionType) in create() argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRareData.h84 …PassRefPtr<T> addCacheWithAtomicName(Node* node, CollectionType collectionType, const AtomicString… in addCacheWithAtomicName()
97 PassRefPtr<T> addCacheWithAtomicName(Node* node, CollectionType collectionType) in addCacheWithAtomicName()
109 T* cacheWithAtomicName(CollectionType collectionType) in cacheWithAtomicName()
115 PassRefPtr<T> addCacheWithName(Node* node, CollectionType collectionType, const String& name) in addCacheWithName()
138 …void removeCacheWithAtomicName(LiveNodeListBase* list, CollectionType collectionType, const Atomic…
146 …void removeCacheWithName(LiveNodeListBase* list, CollectionType collectionType, const String& name) in removeCacheWithName()
213 …std::pair<unsigned char, AtomicString> namedNodeListKey(CollectionType type, const AtomicString& n… in namedNodeListKey()
218 std::pair<unsigned char, String> namedNodeListKey(CollectionType type, const String& name) in namedNodeListKey()
DTagNodeList.h42 …static PassRefPtr<TagNodeList> create(PassRefPtr<Node> rootNode, CollectionType type, const Atomic… in create()
51 …TagNodeList(PassRefPtr<Node> rootNode, CollectionType, const AtomicString& namespaceURI, const Ato…
61 …static PassRefPtr<HTMLTagNodeList> create(PassRefPtr<Node> rootNode, CollectionType type, const At… in create()
DLiveNodeList.h52 …bool shouldOnlyIncludeDirectChildren, CollectionType collectionType, ItemAfterOverrideType itemAft… in LiveNodeListBase()
87 …ALWAYS_INLINE CollectionType type() const { return static_cast<CollectionType>(m_collectionType); } in type()
191 …LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType i…
DNameNodeList.h36 …static PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, CollectionType type, const Atomi… in create()
DTagNodeList.cpp32 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, CollectionType type, const AtomicString& namesp… in TagNodeList()
DElement.h562 PassRefPtr<HTMLCollection> ensureCachedHTMLCollection(CollectionType);
563 HTMLCollection* cachedHTMLCollection(CollectionType);
DDocument.h1080 PassRefPtr<HTMLCollection> ensureCachedCollection(CollectionType);
DElement.cpp3204 PassRefPtr<HTMLCollection> Element::ensureCachedHTMLCollection(CollectionType type) in ensureCachedHTMLCollection()
3238 HTMLCollection* Element::cachedHTMLCollection(CollectionType type) in cachedHTMLCollection()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertStore1Test.java68 private static final String CollectionType = "Collection"; field in CertStore1Test
85 defaultProviderCol = SpiEngUtils.isSupport(CollectionType,
91 validValuesC[0] = CollectionType;
92 validValuesC[1] = CollectionType.toUpperCase();
93 validValuesC[2] = CollectionType.toLowerCase();
110 dType = (CollectionSupport ? CollectionType : defaultType ); in initParams()
/external/llvm/include/llvm/Support/
DYAMLParser.h307 template <class CollectionType>
308 typename CollectionType::iterator begin(CollectionType &C) { in begin()
311 typename CollectionType::iterator ret(&C); in begin()
316 template <class CollectionType>
317 void skip(CollectionType &C) { in skip()
321 for (typename CollectionType::iterator i = begin(C), e = C.end(); in skip()

12