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 96 float& minWidth, float& maxWidth, bool& stripFrontSpaces);
RenderText.cpp 778 float& minWidth, float& maxWidth, bool& stripFrontSpaces)
782 stripFrontSpaces = false;
787 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart;
792 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
816 if (stripFrontSpaces) {
825 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
    [all...]
RenderBlock.cpp     [all...]

Completed in 79 milliseconds