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

  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 606 bool ignoringSpaces = false;
643 if (!ignoringSpaces && style()->collapseWhiteSpace() && previousCharacterIsSpace && isSpace)
644 ignoringSpaces = true;
646 if (ignoringSpaces && !isSpace)
647 ignoringSpaces = false;
650 if (ignoringSpaces) {
744 if ((needsWordSpacing && len > 1) || (ignoringSpaces && !firstWord))
    [all...]

Completed in 1241 milliseconds