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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 345 virtual void addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild = 0);
    [all...]
RenderBlock.cpp 384 return beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
391 return beforeChildParent->addChildIgnoringAnonymousColumnBlocks(newChild, beforeChild);
397 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
409 return toRenderBlock(immediateChild->previousSibling())->addChildIgnoringAnonymousColumnBlocks(newChild, 0); // Treat like an append.
417 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
685 void RenderBlock::addChildIgnoringAnonymousColumnBlocks(RenderObject* newChild, RenderObject* beforeChild)
    [all...]

Completed in 306 milliseconds