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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp1175 int visibleRightEdge = blockRightEdge; local
1178 int currResult = box->placeEllipsisBox(ltr, visibleLeftEdge, visibleRightEdge, ellipsisWidth, truncatedWidth, foundBox);
1187 visibleRightEdge -= box->logicalWidth();
H A DInlineTextBox.cpp267 float InlineTextBox::placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, float &truncatedWidth, bool& foundBox) argument
275 float ellipsisX = flowIsLTR ? visibleRightEdge - ellipsisWidth : visibleLeftEdge + ellipsisWidth;
300 int visibleBoxWidth = visibleRightEdge - visibleLeftEdge - ellipsisWidth;

Completed in 102 milliseconds