/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TagCollection.h | 33 class TagCollection : public HTMLCollection { 35 …static PassRefPtrWillBeRawPtr<TagCollection> create(ContainerNode& rootNode, const AtomicString& n… in create() 38 …return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, namespaceURI, localName)); in create() 41 …static PassRefPtrWillBeRawPtr<TagCollection> create(ContainerNode& rootNode, CollectionType type, … in create() 44 … return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, starAtom, localName)); in create() 47 virtual ~TagCollection(); 52 …TagCollection(ContainerNode& rootNode, CollectionType, const AtomicString& namespaceURI, const Ato… 58 DEFINE_TYPE_CASTS(TagCollection, LiveNodeListBase, collection, collection->type() == TagCollectionT…
|
D | TagCollection.cpp | 32 TagCollection::TagCollection(ContainerNode& rootNode, CollectionType type, const AtomicString& name… in TagCollection() function in blink::TagCollection 40 TagCollection::~TagCollection() in ~TagCollection() 50 bool TagCollection::elementMatches(const Element& testNode) const in elementMatches()
|
D | NodeListsNodeData.h | 96 …typedef WillBeHeapHashMap<QualifiedName, RawPtrWillBeWeakMember<TagCollection> > TagCollectionCach… 138 …PassRefPtrWillBeRawPtr<TagCollection> addCache(ContainerNode& node, const AtomicString& namespaceU… in addCache() 145 … RefPtrWillBeRawPtr<TagCollection> list = TagCollection::create(node, namespaceURI, localName); in addCache()
|
D | ContainerNode.h | 41 class TagCollection; variable 89 PassRefPtrWillBeRawPtr<TagCollection> getElementsByTagName(const AtomicString&); 90 …PassRefPtrWillBeRawPtr<TagCollection> getElementsByTagNameNS(const AtomicString& namespaceURI, con…
|
D | ContainerNode.cpp | 1367 PassRefPtrWillBeRawPtr<TagCollection> ContainerNode::getElementsByTagName(const AtomicString& local… in getElementsByTagName() 1374 return ensureCachedCollection<TagCollection>(TagCollectionType, localName); in getElementsByTagName() 1377 PassRefPtrWillBeRawPtr<TagCollection> ContainerNode::getElementsByTagNameNS(const AtomicString& nam… in getElementsByTagNameNS() 1385 …return ensureCachedCollection<TagCollection>(TagCollectionType, namespaceURI.isEmpty() ? nullAtom … in getElementsByTagNameNS()
|
D | Node.h | 85 class TagCollection; variable
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTagCollection.cpp | 31 : TagCollection(rootNode, HTMLTagCollectionType, starAtom, localName) in HTMLTagCollection()
|
D | HTMLTagCollection.h | 34 class HTMLTagCollection FINAL : public TagCollection {
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | FontResource.cpp | 193 …RefPtrWillBeRawPtr<TagCollection> collection = m_externalSVGDocument->getElementsByTagNameNS(SVGNa… in getSVGFontById()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.darwin-x86.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.linux-x86.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.darwin-arm64.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.linux-arm64.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.linux-mips.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.darwin-mips64.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.linux-mips64.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.darwin-x86_64.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.linux-x86_64.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.linux-arm.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
|
D | core.gypi | 2196 'dom/TagCollection.cpp', 2197 'dom/TagCollection.h',
|