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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1356 bool stripFrontSpaces = true; local
1524 stripFrontSpaces = false;
1552 childMin, childMax, stripFrontSpaces, styleToUse->direction());
1563 if (stripFrontSpaces)
1630 stripFrontSpaces = true;
1635 stripFrontSpaces = true;
H A DRenderText.cpp764 float& minWidth, float& maxWidth, bool& stripFrontSpaces,
769 stripFrontSpaces = false;
774 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart;
779 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
803 if (stripFrontSpaces) {
812 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
759 trimmedPrefWidths(float leadWidth, float& firstLineMinWidth, bool& hasBreakableStart, float& lastLineMinWidth, bool& hasBreakableEnd, bool& hasBreakableChar, bool& hasBreak, float& firstLineMaxWidth, float& lastLineMaxWidth, float& minWidth, float& maxWidth, bool& stripFrontSpaces, TextDirection direction) argument

Completed in 107 milliseconds