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

  /external/webkit/Source/WebCore/rendering/
RenderText.h 85 float& minW, float& maxW, bool& stripFrontSpaces);
RenderText.cpp 659 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;
    [all...]
RenderBlock.cpp     [all...]

Completed in 55 milliseconds