elementMatches     51 Source/core/dom/ClassCollection.h     bool elementMatches(const Element&) const;
elementMatches     60 Source/core/dom/ClassCollection.h inline bool ClassCollection::elementMatches(const Element& testElement) const
elementMatches     30 Source/core/dom/LiveNodeList.cpp     return nodeList.elementMatches(element);
elementMatches     46 Source/core/dom/LiveNodeList.h     virtual bool elementMatches(const Element&) const = 0;
elementMatches     47 Source/core/dom/NameNodeList.h     virtual bool elementMatches(const Element&) const OVERRIDE;
elementMatches     50 Source/core/dom/TagCollection.h     bool elementMatches(const Element&) const;
elementMatches     67 Source/core/dom/TagCollection.h     bool elementMatches(const Element&) const;
elementMatches     75 Source/core/dom/TagCollection.h inline bool HTMLTagCollection::elementMatches(const Element& testElement) const
elementMatches    204 Source/core/html/HTMLCollection.cpp         return static_cast<const ClassCollection&>(htmlCollection).elementMatches(element);
elementMatches    206 Source/core/html/HTMLCollection.cpp         return static_cast<const TagCollection&>(htmlCollection).elementMatches(element);
elementMatches    208 Source/core/html/HTMLCollection.cpp         return static_cast<const HTMLTagCollection&>(htmlCollection).elementMatches(element);
elementMatches    271 Source/core/html/HTMLCollection.cpp     return collection.elementMatches(element);
elementMatches    276 Source/core/html/HTMLCollection.cpp     return collection.elementMatches(element);
elementMatches     46 Source/core/html/LabelsNodeList.h     virtual bool elementMatches(const Element&) const OVERRIDE;
elementMatches     53 Source/core/html/RadioNodeList.h     virtual bool elementMatches(const Element&) const OVERRIDE;