HomeSort by relevance Sort by last modified time
    Searched refs:lastLineMaxWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 98 float& firstLineMaxWidth, float& lastLineMaxWidth,
RenderText.cpp 769 float& firstLineMaxWidth, float& lastLineMaxWidth,
789 lastLineMaxWidth = 0;
828 lastLineMaxWidth = maxWidth;
835 lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, direction, 0, 0);
839 firstLineMaxWidth = lastLineMaxWidth;
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 37 milliseconds