/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | CollectionType.h | 28 enum CollectionType { enum 65 static const CollectionType FirstNodeListType = ChildNodeListType; 67 inline bool isNodeList(CollectionType type) in isNodeList()
|
D | HTMLAllCollection.h | 35 static PassRefPtr<HTMLAllCollection> create(Node*, CollectionType); 43 HTMLAllCollection(Node*, CollectionType);
|
D | HTMLNameCollection.h | 36 …static PassRefPtr<HTMLNameCollection> create(Node* document, CollectionType type, const AtomicStri… in create() 44 HTMLNameCollection(Node*, CollectionType, const AtomicString& name);
|
D | HTMLAllCollection.cpp | 34 PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(Node* node, CollectionType type) in create() 39 HTMLAllCollection::HTMLAllCollection(Node* node, CollectionType type) in HTMLAllCollection()
|
D | HTMLCollection.h | 36 static PassRefPtr<HTMLCollection> create(Node* base, CollectionType); 68 HTMLCollection(Node* base, CollectionType, ItemAfterOverrideType);
|
D | HTMLCollection.cpp | 40 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()
|
D | LabelsNodeList.h | 35 …static PassRefPtr<LabelsNodeList> create(Node* ownerNode, CollectionType type, const AtomicString&) in create()
|
D | HTMLTableRowsCollection.h | 41 static PassRefPtr<HTMLTableRowsCollection> create(Node*, CollectionType);
|
D | RadioNodeList.h | 37 …static PassRefPtr<RadioNodeList> create(Node* ownerNode, CollectionType type, const AtomicString& … in create()
|
D | HTMLOptionsCollection.h | 37 static PassRefPtr<HTMLOptionsCollection> create(Node*, CollectionType);
|
D | HTMLFormControlsCollection.h | 41 static PassRefPtr<HTMLFormControlsCollection> create(Node*, CollectionType);
|
D | HTMLNameCollection.cpp | 37 HTMLNameCollection::HTMLNameCollection(Node* document, CollectionType type, const AtomicString& nam… in HTMLNameCollection()
|
D | HTMLOptionsCollection.cpp | 40 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(Node* select, CollectionType) in create() argument
|
D | HTMLTableRowsCollection.cpp | 160 PassRefPtr<HTMLTableRowsCollection> HTMLTableRowsCollection::create(Node* table, CollectionType) in create() argument
|
D | HTMLFormControlsCollection.cpp | 45 …Ptr<HTMLFormControlsCollection> HTMLFormControlsCollection::create(Node* ownerNode, CollectionType) in create() argument
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | NodeRareData.h | 84 …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()
|
D | TagNodeList.h | 42 …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()
|
D | LiveNodeList.h | 52 …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…
|
D | NameNodeList.h | 36 …static PassRefPtr<NameNodeList> create(PassRefPtr<Node> rootNode, CollectionType type, const Atomi… in create()
|
D | TagNodeList.cpp | 32 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, CollectionType type, const AtomicString& namesp… in TagNodeList()
|
D | Element.h | 562 PassRefPtr<HTMLCollection> ensureCachedHTMLCollection(CollectionType); 563 HTMLCollection* cachedHTMLCollection(CollectionType);
|
D | Document.h | 1080 PassRefPtr<HTMLCollection> ensureCachedCollection(CollectionType);
|
D | Element.cpp | 3204 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/ |
D | CertStore1Test.java | 68 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/ |
D | YAMLParser.h | 307 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()
|