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 93 float& firstLineMaxWidth, float& lastLineMaxWidth,
RenderText.cpp 772 float& firstLineMaxWidth, float& lastLineMaxWidth,
791 lastLineMaxWidth = 0;
830 lastLineMaxWidth = maxWidth;
837 lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, 0, 0);
841 firstLineMaxWidth = lastLineMaxWidth;
853 lastLineMaxWidth = 0;
    [all...]
RenderBlock.cpp     [all...]

Completed in 38 milliseconds