Searched defs:stripFrontSpaces (Results 1 - 2 of 2) sorted by path

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp4796 bool stripFrontSpaces = true; local
4937 stripFrontSpaces = false;
4964 childMin, childMax, stripFrontSpaces);
4975 if (stripFrontSpaces)
5030 stripFrontSpaces = true;
5035 stripFrontSpaces = true;
H A DRenderText.cpp659 float& minW, float& maxW, bool& stripFrontSpaces)
663 stripFrontSpaces = false;
668 beginWS = !stripFrontSpaces && m_hasBeginWS;
673 if (!len || (stripFrontSpaces && text()->containsOnlyWhitespace())) {
697 if (stripFrontSpaces) {
705 stripFrontSpaces = collapseWhiteSpace && m_hasEndWS;
654 trimmedPrefWidths(float leadWidth, float& beginMinW, bool& beginWS, float& endMinW, bool& endWS, bool& hasBreakableChar, bool& hasBreak, float& beginMaxW, float& endMaxW, float& minW, float& maxW, bool& stripFrontSpaces) argument

Completed in 127 milliseconds