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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp389 static IntRect ellipsisRectForBox(InlineTextBox* box, unsigned startPos, unsigned endPos) function in namespace:blink
419 // FIXME: ellipsisRectForBox should switch to return FloatRect soon with the subpixellayout branch.
420 IntRect ellipsisRect = (option == ClipToEllipsis) ? ellipsisRectForBox(box, 0, textLength()) : IntRect();
1621 rect.unite(ellipsisRectForBox(box, startPos, endPos));

Completed in 36 milliseconds