Home
last modified time | relevance | path

Searched refs:stripFrontSpaces (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp778 float& minWidth, float& maxWidth, bool& stripFrontSpaces) in trimmedPrefWidths() argument
782 stripFrontSpaces = false; in trimmedPrefWidths()
787 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart; in trimmedPrefWidths()
792 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) { in trimmedPrefWidths()
816 if (stripFrontSpaces) { in trimmedPrefWidths()
825 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace; in trimmedPrefWidths()
DRenderText.h96 float& minWidth, float& maxWidth, bool& stripFrontSpaces);
DRenderBlock.cpp4090 bool stripFrontSpaces = true; in computeInlinePreferredLogicalWidths() local
4257 stripFrontSpaces = false; in computeInlinePreferredLogicalWidths()
4285 childMin, childMax, stripFrontSpaces); in computeInlinePreferredLogicalWidths()
4296 if (stripFrontSpaces) in computeInlinePreferredLogicalWidths()
4363 stripFrontSpaces = true; in computeInlinePreferredLogicalWidths()
4368 stripFrontSpaces = true; in computeInlinePreferredLogicalWidths()