Searched refs:fromBlock (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h130 void splitInlines(RenderBlock* fromBlock, RenderBlock* toBlock, RenderBlock* middleBlock,
H A DRenderInline.cpp371 void RenderInline::splitInlines(RenderBlock* fromBlock, RenderBlock* toBlock, argument
403 // We have been reparented and are now under the fromBlock. We need
415 while (curr && curr != fromBlock) {
451 // Now take all the children after currChild and remove them from the fromBlock
457 toBlock->children()->appendChildNode(toBlock, fromBlock->children()->removeChildNode(fromBlock, tmp));
H A DRenderBlock.h424 void splitBlocks(RenderBlock* fromBlock, RenderBlock* toBlock, RenderBlock* middleBlock,
H A DRenderBlock.cpp604 void RenderBlock::splitBlocks(RenderBlock* fromBlock, RenderBlock* toBlock, argument
629 // We have been reparented and are now under the fromBlock. We need
636 while (curr && curr->isDescendantOf(fromBlock) && curr != fromBlock) {
671 // Now take all the children after currChild and remove them from the fromBlock
673 fromBlock->moveChildrenTo(toBlock, currChildNextSibling, 0, true);

Completed in 62 milliseconds