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

  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 58 int *&newBox = getNewBox();
59 newBox = 0;
60 return newBox;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 527 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock();
528 children()->appendChildNode(this, newBox);
529 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
550 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock();
551 children()->insertChildNode(this, newBox, newBeforeChild);
552 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
    [all...]
RenderInline.cpp 349 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&document());
350 newBox->setStyle(newStyle.release());
352 setContinuation(newBox);
354 splitFlow(beforeChild, newBox, newChild, oldContinuation);
    [all...]
RenderBlockLineLayout.cpp 121 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this);
122 ASSERT_WITH_SECURITY_IMPLICATION(newBox->isInlineFlowBox());
123 parentBox = toInlineFlowBox(newBox);
    [all...]

Completed in 890 milliseconds