Home
last modified time | relevance | path

Searched defs:nodeMatches (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
DLabelsNodeList.cpp45 bool LabelsNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::LabelsNodeList
/external/webkit/Source/WebCore/dom/
DClassNodeList.cpp50 bool ClassNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::ClassNodeList
DNameNodeList.cpp45 bool NameNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::NameNodeList
DTagNodeList.cpp45 bool TagNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::TagNodeList
DChildNodeList.cpp101 bool ChildNodeList::nodeMatches(Element* testNode) const in nodeMatches() function in WebCore::ChildNodeList
/external/webkit/Source/WebCore/xml/
DXPathStep.cpp212 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatches() function