Searched refs:toBlock (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyBase.cpp86 RenderBlock* toBlock;
89 toBlock = toBase;
95 toBlock = toRenderBlock(lastChild);
97 toBlock = toBase->createAnonymousBlock();
98 toBase->children()->appendChildNode(toBase, toBlock);
102 moveChildrenTo(toBlock, firstChild(), beforeChild);
H A DRenderInline.h130 void splitInlines(RenderBlock* fromBlock, RenderBlock* toBlock, RenderBlock* middleBlock,
H A DRenderInline.cpp371 void RenderInline::splitInlines(RenderBlock* fromBlock, RenderBlock* toBlock, argument
448 // Now we are at the block level. We need to put the clone into the toBlock.
449 toBlock->children()->appendChildNode(toBlock, cloneInline);
452 // and put them in the toBlock.
457 toBlock->children()->appendChildNode(toBlock, fromBlock->children()->removeChildNode(fromBlock, tmp));
H A DRenderBlock.h424 void splitBlocks(RenderBlock* fromBlock, RenderBlock* toBlock, RenderBlock* middleBlock,
H A DRenderBlockFlow.h113 void moveAllChildrenIncludingFloatsTo(RenderBlock* toBlock, bool fullRemoveInsert);
H A DRenderBlock.cpp604 void RenderBlock::splitBlocks(RenderBlock* fromBlock, RenderBlock* toBlock, argument
668 // Now we are at the columns block level. We need to put the clone into the toBlock.
669 toBlock->children()->appendChildNode(toBlock, cloneBlock);
672 // and put them in the toBlock.
673 fromBlock->moveChildrenTo(toBlock, currChildNextSibling, 0, true);
H A DRenderBlockFlow.cpp2009 void RenderBlockFlow::moveAllChildrenIncludingFloatsTo(RenderBlock* toBlock, bool fullRemoveInsert) argument
2011 RenderBlockFlow* toBlockFlow = toRenderBlockFlow(toBlock);

Completed in 118 milliseconds