Searched refs:lastLogicalRight (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlock.h | 569 …ayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintI… 571 …ayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintI… 573 …LayoutUnit lastLogicalTop, LayoutUnit lastLogicalLeft, LayoutUnit lastLogicalRight, LayoutUnit log…
|
D | RenderBlock.cpp | 2483 …ayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintI… in selectionGaps() argument 2509 lastLogicalRight = logicalRightSelectionOffset(rootBlock, logicalHeight()); in selectionGaps() 2514 …ysicalPosition, offsetFromRootBlock, lastLogicalTop, lastLogicalLeft, lastLogicalRight, paintInfo); in selectionGaps() 2516 …ysicalPosition, offsetFromRootBlock, lastLogicalTop, lastLogicalLeft, lastLogicalRight, paintInfo); in selectionGaps() 2520 … rootBlockPhysicalPosition, offsetFromRootBlock, lastLogicalTop, lastLogicalLeft, lastLogicalRight, in selectionGaps() 2526 …ayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintI… in blockSelectionGaps() argument 2556 … rootBlockPhysicalPosition, offsetFromRootBlock, lastLogicalTop, lastLogicalLeft, lastLogicalRight, in blockSelectionGaps() 2578 lastLogicalRight = logicalRightSelectionOffset(rootBlock, curr->logicalBottom()); in blockSelectionGaps() 2582 … lastLogicalTop, lastLogicalLeft, lastLogicalRight, paintInfo)); in blockSelectionGaps() 2588 …LayoutUnit lastLogicalTop, LayoutUnit lastLogicalLeft, LayoutUnit lastLogicalRight, LayoutUnit log… in blockSelectionGap() argument [all …]
|
D | RenderBlockFlow.cpp | 2460 …LayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const Paint… in inlineSelectionGaps() argument 2472 lastLogicalRight = logicalRightSelectionOffset(rootBlock, logicalHeight()); in inlineSelectionGaps() 2488 lastLogicalLeft, lastLogicalRight, selTop, paintInfo)); in inlineSelectionGaps() 2510 … lastLogicalRight = logicalRightSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()
|
D | RenderBlockFlow.h | 158 …LayoutUnit& lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const Paint…
|