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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 66 enum EditorParagraphSeparator { EditorParagraphSeparatorIsDiv, EditorParagraphSeparatorIsP };
htmlediting.cpp 825 case EditorParagraphSeparatorIsDiv:
    [all...]
Editor.cpp 807 , m_defaultParagraphSeparator(EditorParagraphSeparatorIsDiv)
820 m_defaultParagraphSeparator = EditorParagraphSeparatorIsDiv;
    [all...]
EditorCommand.cpp 309 frame->editor()->setDefaultParagraphSeparator(EditorParagraphSeparatorIsDiv);
    [all...]

Completed in 377 milliseconds