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

  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 58 int *&newBox = getNewBox();
59 newBox = 0;
60 return newBox;
  /frameworks/support/v7/palette/src/android/support/v7/graphics/
ColorCutQuantizer.java 256 Vbox newBox = new Vbox(splitPoint + 1, mUpperIndex);
262 return newBox;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 508 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock();
509 children()->appendChildNode(this, newBox);
510 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
531 RenderBlock* newBox = newChildHasColumnSpan ? createAnonymousColumnSpanBlock() : createAnonymousColumnsBlock();
532 children()->insertChildNode(this, newBox, newBeforeChild);
533 newBox->addChildIgnoringAnonymousColumnBlocks(newChild, 0);
    [all...]
RenderInline.cpp 330 RenderBlockFlow* newBox = RenderBlockFlow::createAnonymous(&document());
331 newBox->setStyle(newStyle.release());
333 setContinuation(newBox);
335 splitFlow(beforeChild, newBox, newChild, oldContinuation);
    [all...]
RenderBlockLineLayout.cpp 172 InlineBox* newBox = createInlineBoxForRenderer(obj, obj == this);
173 ASSERT_WITH_SECURITY_IMPLICATION(newBox->isInlineFlowBox());
174 parentBox = toInlineFlowBox(newBox);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
audio_player.js 264 var newBox = this.trackStackItems_[newTrack].getBox();
265 newBox.classList.add('selected'); // Put on top immediately.
266 newBox.classList.add('visible'); // Start fading in.
274 // oldBox is already completely obscured by newBox.
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 

Completed in 637 milliseconds