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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp217 LayoutUnit selHeight = selectionHeight(); local
228 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
230 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight.toFloat())));
239 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight;
240 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
629 int selHeight = std::max(0, roundToInt(selectionBottom - selectionTop)); local
632 FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight));
636 context->drawHighlightForText(font, textRun, localOrigin, selHeight, c, sPos, ePos);
660 int selHeight = selectionHeight(); local
662 context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, backgroundColo
978 int selHeight = selectionHeight(); local
1021 int selHeight = selectionHeight(); local
[all...]
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 DRootInlineBox.h125 GapRects lineSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*) const;
H A DRenderBlockFlow.cpp2760 LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock(); local
2767 LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight);
2772 result.unite(curr->lineSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, paintInfo));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 781 milliseconds