OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optimizeStepPair
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/xml/
XPathStep.h
90
friend void
optimizeStepPair
(Step*, Step*, bool&);
102
void
optimizeStepPair
(Step*, Step*, bool& dropSecondStep);
XPathPath.cpp
156
optimizeStepPair
(m_steps[stepCount - 1], step, dropSecondStep);
170
optimizeStepPair
(step, m_steps[0], dropSecondStep);
XPathStep.cpp
73
void
optimizeStepPair
(Step* first, Step* second, bool& dropSecondStep)
Completed in 364 milliseconds