Searched refs:findPlaceForCounter (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp292 static bool findPlaceForCounter(RenderObject* counterOwner, const AtomicString& identifier, bool isReset, CounterNode*& parent, CounterNode*& previousSibling) function in namespace:WebCore
412 if (findPlaceForCounter(object, identifier, isReset, newParent, newPreviousSibling))
614 findPlaceForCounter(renderer, AtomicString(it->first.get()), node->hasResetType(), newParent, newPreviousSibling);

Completed in 48 milliseconds