Searched refs:previousSiblingProtector (Results 1 – 1 of 1) sorted by relevance
193 RefPtr<CounterNode> previousSiblingProtector = 0; in findPlaceForCounter() local201 … if (previousSiblingProtector) { // But we already found another counter that we come after. in findPlaceForCounter()218 if (previousSiblingProtector->parent() != currentCounter) in findPlaceForCounter()219 previousSiblingProtector = 0; in findPlaceForCounter()221 previousSibling = previousSiblingProtector.get(); in findPlaceForCounter()228 if (currentCounter->parent() != previousSiblingProtector->parent()) in findPlaceForCounter()232 previousSibling = previousSiblingProtector.get(); in findPlaceForCounter()247 previousSibling = previousSiblingProtector.get(); in findPlaceForCounter()255 previousSiblingProtector = currentCounter; in findPlaceForCounter()268 if (previousSiblingProtector) { in findPlaceForCounter()[all …]