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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnFlowThread.cpp 64 RenderMultiColumnBlock* parentBlock = toRenderMultiColumnBlock(parent());
65 return parentBlock->columnWidth();
94 RenderMultiColumnBlock* parentBlock = toRenderMultiColumnBlock(parent());
96 firstSet->setStyle(RenderStyle::createAnonymousStyleWithDisplay(parentBlock->style(), BLOCK));
97 parentBlock->RenderBlock::addChild(firstSet);
RenderMultiColumnSet.cpp 140 RenderMultiColumnBlock* parentBlock = toRenderMultiColumnBlock(parent());
141 setComputedColumnWidthAndCount(parentBlock->columnWidth(), parentBlock->columnCount()); // FIXME: This will eventually vary if we are contained inside regions.
202 RenderMultiColumnBlock* parentBlock = toRenderMultiColumnBlock(parent());
203 if (parentBlock->style()->hasNormalColumnGap())
204 return parentBlock->style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins.
205 return parentBlock->style()->columnGap();
RenderVTTCue.cpp 77 RenderBlock* parentBlock = containingBlock();
108 position += m_cue->getWritingDirection() == VTTCue::Horizontal ? parentBlock->height() : parentBlock->width();
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 169 RenderBlockFlow* parentBlock = block();
170 ASSERT(parentBlock);
174 parentBlock->setLocation(boundingRect.location());
175 parentBlock->setSize(boundingRect.size());
  /external/llvm/lib/CodeGen/
MachineSink.cpp 596 MachineBasicBlock *ParentBlock = MI->getParent();
597 MachineBasicBlock *SuccToSinkTo = FindSuccToSinkTo(MI, ParentBlock, BreakPHIEdge);
633 if (!TryBreak && !DT->dominates(ParentBlock, SuccToSinkTo)) {
649 SplitCriticalEdge(MI, ParentBlock, SuccToSinkTo, BreakPHIEdge);
656 " BB#" << ParentBlock->getNumber()
670 MachineBasicBlock *NewSucc = SplitCriticalEdge(MI, ParentBlock,
679 " BB#" << ParentBlock->getNumber()
696 SuccToSinkTo->splice(InsertPos, ParentBlock, MI,
703 SuccToSinkTo->splice(InsertPos, ParentBlock, DbgMI,

Completed in 186 milliseconds