Searched defs:newBox (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp58 int *&newBox = getNewBox(); local
59 newBox = 0;
60 return newBox;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp349 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&document()); local
350 newBox->setStyle(newStyle.release());
352 setContinuation(newBox);
354 splitFlow(beforeChild, newBox, newChild, oldContinuation);
1206 RenderBlock* newBox = containingBlock()->createAnonymousBlock(); local
1208 setContinuation(newBox);
1211 splitFlow(beforeChild, newBox, child, oldContinuation);
H A DRenderBlockLineLayout.cpp121 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this); local
122 ASSERT_WITH_SECURITY_IMPLICATION(newBox->isInlineFlowBox());
123 parentBox = toInlineFlowBox(newBox);
H A DRenderBlock.cpp527 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock(); local
528 children()->appendChildNode(this, newBox);
529 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
550 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock(); local
551 children()->insertChildNode(this, newBox, newBeforeChild);
552 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
858 RenderBlockFlow* newBox = createAnonymousColumnSpanBlock(); local
868 setContinuation(newBox);
870 splitFlow(beforeChild, newBox, newChild, oldContinuation);
877 makeChildrenAnonymousColumnBlocks(beforeChild, newBox, newChil
910 RenderBlock* newBox = createAnonymousBlock(); local
4220 RenderBlock* newBox = 0; local
4240 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&parent->document()); local
4251 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&parent->document()); local
[all...]

Completed in 1580 milliseconds