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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1204 bool stripFrontSpaces = true; local
1372 stripFrontSpaces = false;
1400 childMin, childMax, stripFrontSpaces, styleToUse->direction());
1411 if (stripFrontSpaces)
1478 stripFrontSpaces = true;
1483 stripFrontSpaces = true;
H A DRenderText.cpp770 float& minWidth, float& maxWidth, bool& stripFrontSpaces,
775 stripFrontSpaces = false;
780 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart;
785 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
809 if (stripFrontSpaces) {
818 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
765 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 183 milliseconds