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 744 if (style()->collapseWhiteSpace()) {
768 run.setTabSize(!style()->collapseWhiteSpace(), style()->tabSize());
780 bool collapseWhiteSpace = style()->collapseWhiteSpace();
781 if (!collapseWhiteSpace)
825 stripFrontSpaces = collapseWhiteSpace && m_hasEndWhiteSpace;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 600 static bool collapseWhiteSpace(EWhiteSpace ws)
606 bool collapseWhiteSpace() const
608 return collapseWhiteSpace(whiteSpace());
616 return collapseWhiteSpace();
    [all...]

Completed in 3176 milliseconds