Home
last modified time | relevance | path

Searched refs:LocationPath (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathPath.cpp87 LocationPath::LocationPath() in LocationPath() function in WebCore::XPath::LocationPath
93 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()
DXPathPath.h55 class LocationPath FINAL : public Expression {
57 LocationPath();
58 virtual ~LocationPath();
76 Path(Expression*, LocationPath*);
86 OwnPtrWillBeMember<LocationPath> m_path;
DXPathGrammar.y68 WebCore::XPath::LocationPath* locationPath;
89 %type <locationPath> LocationPath
125 LocationPath:
140 $$ = new LocationPath;
160 $$ = new LocationPath;
422 LocationPath
DXPathParser.h41 class LocationPath; variable
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1317 LocationPath(); in PathExpr()
1572 protected void LocationPath() throws javax.xml.transform.TransformerException in LocationPath() method in XPathParser