Searched refs:optimizeStepPair (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XPathStep.h | 90 friend void optimizeStepPair(Step*, Step*, bool&); 102 void optimizeStepPair(Step*, Step*, bool& dropSecondStep);
|
D | XPathPath.cpp | 156 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep); in appendStep() 170 optimizeStepPair(step, m_steps[0], dropSecondStep); in insertFirstStep()
|
D | XPathStep.cpp | 73 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep) in optimizeStepPair() function
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 46316 (WebCore::XPath::LocationPath::optimizeStepPair): 50177 …(WebCore::XPath::LocationPath::optimizeStepPair): This new method is called during LocationPath co… 50181 …Path::LocationPath::appendStep): A new accessor that modifies m_steps and calls optimizeStepPair(). 50202 New accessors that let optimizeStepPair() manipulate Step data.
|
D | ChangeLog-2009-06-16 | 4259 (WebCore::XPath::optimizeStepPair): Optimize some expressions containing "//". 5649 * xml/XPathPath.h: Removed broken optimizeStepPair(). 5653 (WebCore::XPath::LocationPath::appendStep): Don't call optimizeStepPair().
|