Home
last modified time | relevance | path

Searched refs:addChildToContinuation (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.h127 void addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild);
DRenderBlock.h355 void addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild);
DRenderInline.cpp291 return addChildToContinuation(newChild, beforeChild); in addChild()
519 void RenderInline::addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildToContinuation() function in blink::RenderInline
DRenderBlock.cpp449 void RenderBlock::addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildToContinuation() function in blink::RenderBlock
927 addChildToContinuation(newChild, beforeChild); in addChild()