HomeSort by relevance Sort by last modified time
    Searched refs:addChildIgnoringAnonymousColumnBlocks (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 512 beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
521 beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
529 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
541 toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, 0); // Treat like an append.
552 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
    [all...]
RenderBlock.h 359 void addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild = 0);

Completed in 257 milliseconds