Searched refs:selHeight (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRootInlineBox.h132 LayoutUnit selTop, LayoutUnit selHeight, const LogicalSelectionOffsetCaches&, const PaintInfo*);
H A DRootInlineBox.cpp446 LayoutUnit selTop, LayoutUnit selHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo)
459 selTop, selHeight, cache, paintInfo));
463 selTop, selHeight, cache, paintInfo));
479 LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
445 lineSelectionGap(RenderBlock& rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo) argument
H A DInlineTextBox.cpp1123 int selHeight = selectionHeight(); local
1127 LayoutRect selectionRect = LayoutRect(startPoint, FloatSize(0, selHeight));
H A DRenderBlockFlow.cpp2983 LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock(); local
2989 LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight);
2994 result.unite(curr->lineSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, cache, paintInfo));

Completed in 146 milliseconds