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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 735 if (style()->collapseWhiteSpace()) {
759 run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
773 bool collapseWhiteSpace = style()->collapseWhiteSpace();
774 if (!collapseWhiteSpace)
818 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 610 static bool collapseWhiteSpace(EWhiteSpace ws)
616 bool collapseWhiteSpace() const
618 return collapseWhiteSpace(whiteSpace());
626 return collapseWhiteSpace();
    [all...]

Completed in 689 milliseconds