nextContinuation 2013 Source/core/accessibility/AXRenderObject.cpp             for (RenderObject* contsTest = nodeRenderFirstChild; contsTest; contsTest = nextContinuation(contsTest)) {
nextContinuation 1160 Source/core/rendering/RenderBlock.cpp                 RenderBoxModelObject* nextContinuation = continuation();
nextContinuation 1162 Source/core/rendering/RenderBlock.cpp                     toRenderInline(curr)->setContinuation(nextContinuation);
nextContinuation 1164 Source/core/rendering/RenderBlock.cpp                     toRenderBlock(curr)->setContinuation(nextContinuation);
nextContinuation 2107 Source/core/rendering/RenderBlock.cpp     RenderBlock* nextContinuation = toRenderBlock(currentContinuation);
nextContinuation 2108 Source/core/rendering/RenderBlock.cpp     if (nextContinuation->isAnonymousBlock())
nextContinuation 2109 Source/core/rendering/RenderBlock.cpp         return nextContinuation->blockElementContinuation();
nextContinuation 2110 Source/core/rendering/RenderBlock.cpp     return nextContinuation;
nextContinuation  279 Source/core/rendering/RenderInline.cpp     RenderBoxModelObject* curr = nextContinuation(this);
nextContinuation  291 Source/core/rendering/RenderInline.cpp         curr = nextContinuation(curr);
nextContinuation  495 Source/core/rendering/RenderInline.cpp         RenderBoxModelObject* cont = nextContinuation(flow);