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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTagCollection.cpp 26 #include "HTMLTagCollection.h"
30 HTMLTagCollection::HTMLTagCollection(ContainerNode& rootNode, const AtomicString& localName)
HTMLTagCollection.h 34 class HTMLTagCollection FINAL : public TagCollection {
36 static PassRefPtrWillBeRawPtr<HTMLTagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName)
39 return adoptRefWillBeNoop(new HTMLTagCollection(rootNode, localName));
45 HTMLTagCollection(ContainerNode& rootNode, const AtomicString& localName);
50 DEFINE_TYPE_CASTS(HTMLTagCollection, LiveNodeListBase, collection, collection->type() == HTMLTagCollectionType, collection.type() == HTMLTagCollectionType);
52 inline bool HTMLTagCollection::elementMatches(const Element& testElement) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 45 #include "core/html/HTMLTagCollection.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.darwin-arm64.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.darwin-mips.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.darwin-mips64.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.darwin-x86.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.darwin-x86_64.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.linux-arm.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.linux-arm64.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.linux-mips.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.linux-mips64.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.linux-x86.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
webcore_html.target.linux-x86_64.mk 118 third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \

Completed in 127 milliseconds