HomeSort by relevance Sort by last modified time
    Searched refs:selHeight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 203 LayoutUnit selHeight = selectionHeight();
216 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
218 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight)));
227 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight;
228 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
    [all...]
RootInlineBox.h 129 GapRects lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*);
RootInlineBox.cpp 430 LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo* paintInfo)
443 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
446 lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
461 LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
    [all...]
RenderBlock.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 775 int selHeight = sel.getMeasuredHeight();
776 if (selHeight <= height) {
777 sel.offsetTopAndBottom((height - selHeight) / 2);
    [all...]

Completed in 65 milliseconds