Home
last modified time | relevance | path

Searched refs:CommentNodeTest (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/xml/
DXPathStep.h55 … TextNodeTest, CommentNodeTest, ProcessingInstructionNodeTest, AnyNodeTest, NameTest enumerator
DXPathGrammar.y262 $$ = new Step::NodeTest(Step::NodeTest::CommentNodeTest);
DXPathStep.cpp160 case Step::NodeTest::CommentNodeTest: in nodeMatchesBasicTest()