Home
last modified time | relevance | path

Searched refs:flippedBlockRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2489 …LayoutRect flippedBlockRect(offsetFromRootBlock.width(), offsetFromRootBlock.height(), width(), he… in selectionGaps() local
2490 rootBlock->flipForWritingMode(flippedBlockRect); in selectionGaps()
2491 flippedBlockRect.moveBy(rootBlockPhysicalPosition); in selectionGaps()
2492 clipOutPositionedObjects(paintInfo, flippedBlockRect.location(), positionedObjects()); in selectionGaps()