Searched defs:nodeMatches (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/html/ | ||
D | LabelsNodeList.cpp | 45 bool LabelsNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::LabelsNodeList |
/external/webkit/Source/WebCore/dom/ | ||
D | ClassNodeList.cpp | 50 bool ClassNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::ClassNodeList |
D | NameNodeList.cpp | 45 bool NameNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::NameNodeList |
D | TagNodeList.cpp | 45 bool TagNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::TagNodeList |
D | ChildNodeList.cpp | 101 bool ChildNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::ChildNodeList |
/external/webkit/Source/WebCore/xml/ | ||
D | XPathStep.cpp | 212 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatches() function |