Searched refs:stripFrontSpaces (Results 1 – 4 of 4) sorted by relevance
659 float& minW, float& maxW, bool& stripFrontSpaces) in trimmedPrefWidths() argument663 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()
85 float& minW, float& maxW, bool& stripFrontSpaces);
4796 bool stripFrontSpaces = true; in computeInlinePreferredLogicalWidths() local4937 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()
80206 depending on stripFrontSpaces.