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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 99 float& minWidth, float& maxWidth, bool& stripFrontSpaces,
RenderText.cpp 770 float& minWidth, float& maxWidth, bool& stripFrontSpaces,
775 stripFrontSpaces = false;
780 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart;
785 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
809 if (stripFrontSpaces) {
818 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 80 milliseconds