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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]
RenderBlock.h 124 IntRect logicalLeftSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
126 IntRect logicalRightSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
578 GapRects selectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
580 GapRects inlineSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
582 GapRects blockSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
584 IntRect blockSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
586 int logicalLeftSelectionOffset(RenderBlock* rootBlock, int position);
587 int logicalRightSelectionOffset(RenderBlock* rootBlock, int position);
    [all...]
RootInlineBox.h 108 GapRects lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, int selTop, int selHeight, const PaintInfo*);
RootInlineBox.cpp 307 GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
320 result.uniteLeft(block()->logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock,
323 result.uniteRight(block()->logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock,
341 IntRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 761 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock();
763 if (rootBlock == null) {
769 stack.add(rootBlock);

Completed in 27 milliseconds