Searched refs:LocationPath (Results 1 – 5 of 5) sorted by relevance
87 LocationPath::LocationPath() in LocationPath() function in WebCore::XPath::LocationPath93 LocationPath::~LocationPath() in ~LocationPath()100 void LocationPath::trace(Visitor* visitor) in trace()108 Value LocationPath::evaluate() const in evaluate()136 void LocationPath::evaluate(NodeSet& nodes) const in evaluate()175 void LocationPath::appendStep(Step* step) in appendStep()192 void LocationPath::insertFirstStep(Step* step) in insertFirstStep()209 Path::Path(Expression* filter, LocationPath* path) in Path()
55 class LocationPath FINAL : public Expression {57 LocationPath();58 virtual ~LocationPath();76 Path(Expression*, LocationPath*);86 OwnPtrWillBeMember<LocationPath> m_path;
68 WebCore::XPath::LocationPath* locationPath;89 %type <locationPath> LocationPath125 LocationPath:140 $$ = new LocationPath;160 $$ = new LocationPath;422 LocationPath
41 class LocationPath; variable
1317 LocationPath(); in PathExpr()1572 protected void LocationPath() throws javax.xml.transform.TransformerException in LocationPath() method in XPathParser