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 95 float& firstLineMaxWidth, float& lastLineMaxWidth,
RenderText.cpp 777 float& firstLineMaxWidth, float& lastLineMaxWidth,
796 lastLineMaxWidth = 0;
835 lastLineMaxWidth = maxWidth;
842 lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, 0, 0);
846 firstLineMaxWidth = lastLineMaxWidth;
858 lastLineMaxWidth = 0;
    [all...]
RenderBlock.cpp     [all...]

Completed in 1386 milliseconds