Searched defs:Step (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/xml/
H A DXPathStep.cpp44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) function in class:WebCore::XPath::Step
51 Step::~Step()
57 void Step::optimize()
73 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)
77 if (first->m_axis == Step::DescendantOrSelfAxis
78 && first->m_nodeTest.kind() == Step::NodeTest::AnyNodeTest
86 if (second->m_axis == Step
[all...]
H A DXPathGrammar.y61 Step::Axis axis;
62 Step::NodeTest* nodeTest;
69 Step* step;
94 %type <step> Step
160 Step
168 RelativeLocationPath '/' Step
174 RelativeLocationPath DescendantOrSelf Step
183 Step: label
187 $$ = new Step(Step
[all...]
H A DXPathStep.h42 class Step : public ParseNode, public Noncopyable { class in namespace:WebCore::XPath
77 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
78 ~Step();
88 friend void optimizeStepPair(Step*, Step*, bool&);
100 void optimizeStepPair(Step*, Step*, bool& dropSecondStep);
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
H A Dbasesteps.py6 class Step(klass): class in function:buildStepWithDefaultTimeout
12 return Step
/external/v8/src/
H A Dscanner.cc218 void KeywordMatcher::Step(uc32 input) { function in class:v8::internal::KeywordMatcher
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 16 milliseconds