Searched defs:visibleRightEdge (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp259 float InlineTextBox::placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, float &truncatedWidth, bool& foundBox) argument
267 float ellipsisX = flowIsLTR ? visibleRightEdge - ellipsisWidth : visibleLeftEdge + ellipsisWidth;
292 int visibleBoxWidth = visibleRightEdge - visibleLeftEdge - ellipsisWidth;
H A DInlineFlowBox.cpp1467 int visibleRightEdge = blockRightEdge; local
1470 int currResult = box->placeEllipsisBox(ltr, visibleLeftEdge, visibleRightEdge, ellipsisWidth, truncatedWidth, foundBox);
1479 visibleRightEdge -= box->logicalWidth();

Completed in 51 milliseconds