Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaMethod.java761 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock(); in forEachBlockDepthFirst() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2482 GapRects RenderBlock::selectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPos… in selectionGaps()
2525 GapRects RenderBlock::blockSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysic… in blockSelectionGaps()
2587 LayoutRect RenderBlock::blockSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysi… in blockSelectionGap()
2608 LayoutRect RenderBlock::logicalLeftSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBloc… in logicalLeftSelectionGap()
2624 LayoutRect RenderBlock::logicalRightSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlo… in logicalRightSelectionGap()
2651 LayoutUnit RenderBlock::logicalLeftSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) in logicalLeftSelectionOffset()
2669 LayoutUnit RenderBlock::logicalRightSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) in logicalRightSelectionOffset()
DRootInlineBox.cpp423 GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysic… in lineSelectionGap()
DRenderBlockFlow.cpp1899 void RenderBlockFlow::clipOutFloatingObjects(RenderBlock* rootBlock, const PaintInfo* paintInfo, co… in clipOutFloatingObjects()
2459 GapRects RenderBlockFlow::inlineSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockP… in inlineSelectionGaps()