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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 231 void setDefaultParagraphSeparator(EditorParagraphSeparator separator) { m_defaultParagraphSeparator = separator; }
EditorCommand.cpp 305 frame.editor().setDefaultParagraphSeparator(EditorParagraphSeparatorIsDiv);
307 frame.editor().setDefaultParagraphSeparator(EditorParagraphSeparatorIsP);
    [all...]

Completed in 173 milliseconds