Searched defs:selTop (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp199 LayoutUnit selTop = paintOffset.y() + inlineBoxWrapper()->root().selectionTop(); local
200 LayoutUnit selBottom = paintOffset.y() + selTop + inlineBoxWrapper()->root().selectionHeight();
201 top = std::min(selTop, top);
H A DInlineTextBox.cpp216 LayoutUnit selTop = selectionTop(); local
225 FloatPoint startingPoint = FloatPoint(logicalLeft(), selTop.toFloat());
238 LayoutPoint topPoint = isHorizontal() ? LayoutPoint(r.x(), selTop) : LayoutPoint(selTop, r.x());
H A DRootInlineBox.cpp296 LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo* paintInfo) const
309 &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
313 &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
329 LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
295 lineSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo* paintInfo) const argument
H A DRenderBlockFlow.cpp2759 LayoutUnit selTop = curr->selectionTopAdjustedForPrecedingBlock(); local
2764 lastLogicalLeft, lastLogicalRight, selTop, paintInfo));
2767 LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight);
2772 result.unite(curr->lineSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, paintInfo));

Completed in 42 milliseconds