Home
last modified time | relevance | path

Searched refs:stepCount (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/xml/
DXPathPath.cpp153 unsigned stepCount = m_steps.size(); in appendStep() local
154 if (stepCount) { in appendStep()
156 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep); in appendStep()