Home
last modified time | relevance | path

Searched refs:ellipsisRectForBox (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp389 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) in ellipsisRectForBox() function
420 …IntRect ellipsisRect = (option == ClipToEllipsis) ? ellipsisRectForBox(box, 0, textLength()) : Int… in absoluteQuads()
1621 rect.unite(ellipsisRectForBox(box, startPos, endPos)); in selectionRectForPaintInvalidation()