Home
last modified time | relevance | path

Searched refs:TagCollection (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTagCollection.h33 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();
52TagCollection(ContainerNode& rootNode, CollectionType, const AtomicString& namespaceURI, const Ato…
58 DEFINE_TYPE_CASTS(TagCollection, LiveNodeListBase, collection, collection->type() == TagCollectionT…
DTagCollection.cpp32 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()
DNodeListsNodeData.h96 …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()
DContainerNode.h41 class TagCollection; variable
89 PassRefPtrWillBeRawPtr<TagCollection> getElementsByTagName(const AtomicString&);
90 …PassRefPtrWillBeRawPtr<TagCollection> getElementsByTagNameNS(const AtomicString& namespaceURI, con…
DContainerNode.cpp1367 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()
DNode.h85 class TagCollection; variable
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTagCollection.cpp31 : TagCollection(rootNode, HTMLTagCollectionType, starAtom, localName) in HTMLTagCollection()
DHTMLTagCollection.h34 class HTMLTagCollection FINAL : public TagCollection {
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFontResource.cpp193 …RefPtrWillBeRawPtr<TagCollection> collection = m_externalSVGDocument->getElementsByTagNameNS(SVGNa… in getSVGFontById()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.linux-x86.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.darwin-arm64.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.linux-arm64.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.linux-mips.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.darwin-mips.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.darwin-mips64.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.linux-mips64.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.darwin-x86_64.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.linux-x86_64.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.linux-arm.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dwebcore_dom.target.darwin-arm.mk134 third_party/WebKit/Source/core/dom/TagCollection.cpp \
Dcore.gypi2196 'dom/TagCollection.cpp',
2197 'dom/TagCollection.h',