Searched refs:nextContinuation (Results 1 – 3 of 3) sorted by relevance
269 static RenderBoxModelObject* nextContinuation(RenderObject* renderer) in nextContinuation() function281 RenderBoxModelObject* curr = nextContinuation(this); in continuationBefore()293 curr = nextContinuation(curr); in continuationBefore()497 RenderBoxModelObject* cont = nextContinuation(flow); in addChildToContinuation()
1139 RenderBoxModelObject* nextContinuation = continuation(); in removeChild() local1141 toRenderInline(curr)->setContinuation(nextContinuation); in removeChild()1143 toRenderBlock(curr)->setContinuation(nextContinuation); in removeChild()2306 RenderBlock* nextContinuation = toRenderBlock(currentContinuation); in blockElementContinuation() local2307 if (nextContinuation->isAnonymousBlock()) in blockElementContinuation()2308 return nextContinuation->blockElementContinuation(); in blockElementContinuation()2309 return nextContinuation; in blockElementContinuation()
158 static RenderBoxModelObject* nextContinuation(RenderObject* renderer) in nextContinuation() function2021 …nderObject* contsTest = nodeRenderFirstChild; contsTest; contsTest = nextContinuation(contsTest)) { in renderParentObject()