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.h124 void addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild);
DRenderInline.cpp265 return addChildToContinuation(newChild, beforeChild); in addChild()
489 void RenderInline::addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildToContinuation() function in WebCore::RenderInline
DRenderBlock.h506 void addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild);
DRenderBlock.cpp350 void RenderBlock::addChildToContinuation(RenderObject* newChild, RenderObject* beforeChild) in addChildToContinuation() function in WebCore::RenderBlock
828 addChildToContinuation(newChild, beforeChild); in addChild()