Home
last modified time | relevance | path

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

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp58 int *&newBox = getNewBox(); in getValue() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp527 …RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousCo… in addChildToAnonymousColumnBlocks() local
550 …RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousCo… in addChildToAnonymousColumnBlocks() local
858 RenderBlockFlow* newBox = createAnonymousColumnSpanBlock(); in addChildIgnoringAnonymousColumnBlocks() local
910 RenderBlock* newBox = createAnonymousBlock(); in addChildIgnoringAnonymousColumnBlocks() local
2695 if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak()) in positionForPointWithInlineChildren() local
4220 RenderBlock* newBox = 0; in createAnonymousWithParentRendererAndDisplay() local
4240 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&parent->document()); in createAnonymousColumnsWithParentRenderer() local
4251 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&parent->document()); in createAnonymousColumnSpanWithParentRenderer() local
DRenderInline.cpp349 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&document()); in addChildIgnoringContinuation() local
1206 RenderBlock* newBox = containingBlock()->createAnonymousBlock(); in childBecameNonInline() local
DRenderBlockLineLayout.cpp121 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this); in createLineBoxes() local