Searched defs:dropSecondStep (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXPathPath.cpp155 bool dropSecondStep; local
156 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep);
157 if (dropSecondStep) {
169 bool dropSecondStep; local
170 optimizeStepPair(step, m_steps[0], dropSecondStep);
171 if (dropSecondStep) {
H A DXPathStep.cpp73 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep) argument
75 dropSecondStep = false;
92 dropSecondStep = true;

Completed in 73 milliseconds