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

  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 799 bool ignoringSpaces = false;
838 if (!ignoringSpaces && style()->collapseWhiteSpace() && previousCharacterIsSpace && isSpace)
839 ignoringSpaces = true;
841 if (ignoringSpaces && !isSpace)
842 ignoringSpaces = false;
845 if (ignoringSpaces) {
    [all...]

Completed in 32 milliseconds