Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp269 static RenderBoxModelObject* nextContinuation(RenderObject* renderer) in nextContinuation() function
281 RenderBoxModelObject* curr = nextContinuation(this); in continuationBefore()
293 curr = nextContinuation(curr); in continuationBefore()
497 RenderBoxModelObject* cont = nextContinuation(flow); in addChildToContinuation()
DRenderBlock.cpp1139 RenderBoxModelObject* nextContinuation = continuation(); in removeChild() local
1141 toRenderInline(curr)->setContinuation(nextContinuation); in removeChild()
1143 toRenderBlock(curr)->setContinuation(nextContinuation); in removeChild()
2306 RenderBlock* nextContinuation = toRenderBlock(currentContinuation); in blockElementContinuation() local
2307 if (nextContinuation->isAnonymousBlock()) in blockElementContinuation()
2308 return nextContinuation->blockElementContinuation(); in blockElementContinuation()
2309 return nextContinuation; in blockElementContinuation()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp158 static RenderBoxModelObject* nextContinuation(RenderObject* renderer) in nextContinuation() function
2021 …nderObject* contsTest = nodeRenderFirstChild; contsTest; contsTest = nextContinuation(contsTest)) { in renderParentObject()