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

  /external/webkit/WebCore/rendering/
RenderInline.cpp 193 RenderBlock* newBox = new (renderArena()) RenderBlock(document() /* anonymous box */);
194 newBox->setStyle(newStyle.release());
196 setContinuation(newBox);
208 splitFlow(beforeChild, newBox, newChild, oldContinuation);
809 RenderBlock* newBox = containingBlock()->createAnonymousBlock();
811 setContinuation(newBox);
814 splitFlow(beforeChild, newBox, child, oldContinuation);
    [all...]
RenderBlock.cpp 334 RenderBlock* newBox = createAnonymousBlock();
335 RenderBox::addChild(newBox, beforeChild);
336 newBox->addChild(newChild);
    [all...]
RenderBlockLineLayout.cpp 234 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this);
235 ASSERT(newBox->isInlineFlowBox());
236 parentBox = static_cast<InlineFlowBox*>(newBox);
    [all...]

Completed in 175 milliseconds