Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderText.cpp659 float& minW, float& maxW, bool& stripFrontSpaces) in trimmedPrefWidths() argument
663 stripFrontSpaces = false; in trimmedPrefWidths()
668 beginWS = !stripFrontSpaces && m_hasBeginWS; in trimmedPrefWidths()
673 if (!len || (stripFrontSpaces && text()->containsOnlyWhitespace())) { in trimmedPrefWidths()
697 if (stripFrontSpaces) { in trimmedPrefWidths()
705 stripFrontSpaces = collapseWhiteSpace && m_hasEndWS; in trimmedPrefWidths()
DRenderText.h85 float& minW, float& maxW, bool& stripFrontSpaces);
DRenderBlock.cpp4796 bool stripFrontSpaces = true; in computeInlinePreferredLogicalWidths() local
4937 stripFrontSpaces = false; in computeInlinePreferredLogicalWidths()
4964 childMin, childMax, stripFrontSpaces); in computeInlinePreferredLogicalWidths()
4975 if (stripFrontSpaces) in computeInlinePreferredLogicalWidths()
5030 stripFrontSpaces = true; in computeInlinePreferredLogicalWidths()
5035 stripFrontSpaces = true; in computeInlinePreferredLogicalWidths()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1080206 depending on stripFrontSpaces.