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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyBase.cpp88 RenderBlock* toBlock;
91 toBlock = toBase;
97 toBlock = toRenderBlock(lastChild);
99 toBlock = toBase->createAnonymousBlock();
100 toBase->children()->appendChildNode(toBase, toBlock);
104 moveChildrenTo(toBlock, firstChild(), beforeChild);
H A DRenderInline.h130 void splitInlines(RenderBlock* fromBlock, RenderBlock* toBlock, RenderBlock* middleBlock,
H A DRenderInline.cpp352 void RenderInline::splitInlines(RenderBlock* fromBlock, RenderBlock* toBlock, argument
429 // Now we are at the block level. We need to put the clone into the toBlock.
430 toBlock->children()->appendChildNode(toBlock, cloneInline);
433 // and put them in the toBlock.
438 toBlock->children()->appendChildNode(toBlock, fromBlock->children()->removeChildNode(fromBlock, tmp));
H A DRenderBlock.h451 void splitBlocks(RenderBlock* fromBlock, RenderBlock* toBlock, RenderBlock* middleBlock,
H A DRenderBlockFlow.h105 void moveAllChildrenIncludingFloatsTo(RenderBlock* toBlock, bool fullRemoveInsert);
H A DRenderBlock.cpp585 void RenderBlock::splitBlocks(RenderBlock* fromBlock, RenderBlock* toBlock, argument
649 // Now we are at the columns block level. We need to put the clone into the toBlock.
650 toBlock->children()->appendChildNode(toBlock, cloneBlock);
653 // and put them in the toBlock.
654 fromBlock->moveChildrenTo(toBlock, currChildNextSibling, 0, true);
H A DRenderBlockFlow.cpp1889 void RenderBlockFlow::moveAllChildrenIncludingFloatsTo(RenderBlock* toBlock, bool fullRemoveInsert) argument
1891 RenderBlockFlow* toBlockFlow = toRenderBlockFlow(toBlock);

Completed in 272 milliseconds