HomeSort by relevance Sort by last modified time
    Searched refs:optimizeStepPair (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.h 107 friend void optimizeStepPair(Step*, Step*, bool&);
119 void optimizeStepPair(Step*, Step*, bool& dropSecondStep);
XPathPath.cpp 163 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep);
177 optimizeStepPair(step, m_steps[0], dropSecondStep);
XPathStep.cpp 76 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)

Completed in 44 milliseconds