Searched refs:nodeTest (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/xml/ |
D | XPathStep.cpp | 43 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) in Step() argument 45 , m_nodeTest(nodeTest) in Step() 155 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatchesBasicTest() argument 157 switch (nodeTest.kind()) { in nodeMatchesBasicTest() 163 const AtomicString& name = nodeTest.data(); in nodeMatchesBasicTest() 169 const AtomicString& name = nodeTest.data(); in nodeMatchesBasicTest() 170 const AtomicString& namespaceURI = nodeTest.namespaceURI(); in nodeMatchesBasicTest() 207 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) in nodeMatches() argument 209 if (!nodeMatchesBasicTest(node, axis, nodeTest)) in nodeMatches() 217 const Vector<Predicate*>& mergedPredicates = nodeTest.mergedPredicates(); in nodeMatches()
|
D | XPathStep.h | 77 … Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>()); 85 const NodeTest& nodeTest() const { return m_nodeTest; } in nodeTest() function 93 String namespaceFromNodetest(const String& nodeTest) const;
|
D | XPathGrammar.y | 62 Step::NodeTest* nodeTest; member 97 %type <nodeTest> NodeTest
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 46310 (WebCore::XPath::Step::nodeTest): 50193 (WebCore::XPath::Step::nodeTest):
|
D | ChangeLog-2009-06-16 | 4253 (WebCore::XPath::Step::nodeTest): Expose m_nodeTest.
|