Home
last modified time | relevance | path

Searched refs:predicates (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/xml/
DXPathPath.cpp41 Filter::Filter(Expression* expr, const Vector<Predicate*>& predicates) in Filter() argument
42 : m_expr(expr), m_predicates(predicates) in Filter()
DXPathStep.h77 … Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
DXPathStep.cpp43 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) in Step() argument
46 , m_predicates(predicates) in Step()
/external/webkit/V8Binding/v8/tools/gyp/
Dv8.gyp226 '../../src/char-predicates-inl.h',
227 '../../src/char-predicates.h',
/external/webkit/V8Binding/v8/tools/v8.xcodeproj/
Dproject.pbxproj341 …62E90 /* char-predicates-inl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
342 …0D62E90 /* char-predicates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s…
655 897FF10D0E719B8F00D62E90 /* char-predicates-inl.h */,
656 897FF10E0E719B8F00D62E90 /* char-predicates.h */,
/external/webkit/WebCore/
DChangeLog-2009-06-163634 fast/xpath/py-dom-xpath/predicates.html
4252 filtering it with predicates, we now try to apply predicates while enumerating an axis.
4256 (WebCore::XPath::Step::~Step): The step owns NodeTest merged predicates, so it is still
4258 (WebCore::XPath::Step::optimize): Merge predicates into NodeTest if possible.
4261 possible if there are no context sensitive predicates for "//".
4264 merged predicates.
4265 (WebCore::XPath::nodeMatches): Additionally check merged predicates, and update position.
4266 (WebCore::XPath::Step::nodesInAxis): Check merged predicates in optimized attribute code
DChangeLog-2006-12-3150491 (WebCore::XPath::Parser::parseStatement): Added code to delete the predicates and the
50495 the vector. However this does not delete the predicates in the vector.
DChangeLog-2007-10-1450196 (WebCore::XPath::Step::predicates):
54508 increment, decrement, and several predicates on the Position it is at.
DChangeLog-2008-08-1072993 XPath queries with predicates incorrectly retains the current node across unions