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 98 float& minWidth, float& maxWidth, bool& stripFrontSpaces,
RenderText.cpp 764 float& minWidth, float& maxWidth, bool& stripFrontSpaces,
769 stripFrontSpaces = false;
774 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart;
779 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
803 if (stripFrontSpaces) {
812 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 45 milliseconds