Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderCounter.cpp145 CounterNode* candidateCounter = 0; in findPlaceForCounter() local
149 if (!candidateCounter) in findPlaceForCounter()
150 candidateCounter = c; in findPlaceForCounter()
151 if (candidateCounter) { in findPlaceForCounter()
152 if (candidateCounter->isReset()) { in findPlaceForCounter()
153 parent = candidateCounter; in findPlaceForCounter()
156 parent = candidateCounter->parent(); in findPlaceForCounter()
157 previousSibling = candidateCounter; in findPlaceForCounter()
164 candidateCounter = 0; in findPlaceForCounter()
165 else if (!candidateCounter) in findPlaceForCounter()
[all …]