HomeSort by relevance Sort by last modified time
    Searched refs:stripFrontSpaces (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h 94 float& minWidth, float& maxWidth, bool& stripFrontSpaces);
RenderText.cpp 773 float& minWidth, float& maxWidth, bool& stripFrontSpaces)
777 stripFrontSpaces = false;
782 hasBreakableStart = !stripFrontSpaces && m_hasBreakableStart;
787 if (!len || (stripFrontSpaces && text().impl()->containsOnlyWhitespace())) {
811 if (stripFrontSpaces) {
820 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
    [all...]
RenderBlock.cpp     [all...]

Completed in 609 milliseconds