Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp2824 static int blockDirectionOffset(RenderBlock* rootBlock, const IntSize& offsetFromRootBlock) in blockDirectionOffset()
2829 static int inlineDirectionOffset(RenderBlock* rootBlock, const IntSize& offsetFromRootBlock) in inlineDirectionOffset()
2846 GapRects RenderBlock::selectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPositi… in selectionGaps()
2901 GapRects RenderBlock::inlineSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysical… in inlineSelectionGaps()
2956 GapRects RenderBlock::blockSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalP… in blockSelectionGaps()
3018 IntRect RenderBlock::blockSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPos… in blockSelectionGap()
3039 IntRect RenderBlock::logicalLeftSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysi… in logicalLeftSelectionGap()
3055 IntRect RenderBlock::logicalRightSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhys… in logicalRightSelectionGap()
3082 int RenderBlock::logicalLeftSelectionOffset(RenderBlock* rootBlock, int position) in logicalLeftSelectionOffset()
3100 int RenderBlock::logicalRightSelectionOffset(RenderBlock* rootBlock, int position) in logicalRightSelectionOffset()
DRootInlineBox.cpp307 GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalP… in lineSelectionGap()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaMethod.java761 SsaBasicBlock rootBlock = reverse ? getExitBlock() : getEntryBlock(); in forEachBlockDepthFirst() local