Searched defs:nodeTest (Results 1 – 4 of 4) sorted by relevance
42 Step::Step(Axis axis, const NodeTest& nodeTest) in Step()48 Step::Step(Axis axis, const NodeTest& nodeTest, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& p… in Step()171 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatchesBasicTest()235 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatches()
106 const NodeTest& nodeTest() const { return *m_nodeTest; } in nodeTest() function111 NodeTest& nodeTest() { return *m_nodeTest; } in nodeTest() function
60 WebCore::XPath::Step::NodeTest* nodeTest; member
38 void setNodeTest(NodeTest nodeTest); in setNodeTest()