Searched refs:addChildToAnonymousColumnBlocks (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h344 void addChildToAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild);
H A DRenderBlock.cpp375 void RenderBlock::addChildToAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild) function in class:WebCore::RenderBlock
816 return addChildToAnonymousColumnBlocks(newChild, beforeChild);

Completed in 49 milliseconds