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

  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 250 RenderBlock* newBox = new (renderArena()) RenderBlock(document() /* anonymous box */);
251 newBox->setStyle(newStyle.release());
253 setContinuation(newBox);
265 splitFlow(beforeChild, newBox, newChild, oldContinuation);
    [all...]
RenderBlock.cpp 395 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock();
396 children()->appendChildNode(this, newBox);
397 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
415 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock();
416 children()->insertChildNode(this, newBox, newBeforeChild);
417 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
735 RenderBlock* newBox = createAnonymousColumnSpanBlock();
741 setContinuation(newBox);
    [all...]
RenderBlockLineLayout.cpp 242 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this);
243 ASSERT(newBox->isInlineFlowBox());
244 parentBox = static_cast<InlineFlowBox*>(newBox);
    [all...]

Completed in 115 milliseconds