OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditorParagraphSeparatorIsDiv
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h
63
enum EditorParagraphSeparator {
EditorParagraphSeparatorIsDiv
, EditorParagraphSeparatorIsP };
Editor.cpp
838
, m_defaultParagraphSeparator(
EditorParagraphSeparatorIsDiv
)
851
m_defaultParagraphSeparator =
EditorParagraphSeparatorIsDiv
;
[
all
...]
htmlediting.cpp
816
case
EditorParagraphSeparatorIsDiv
:
[
all
...]
EditorCommand.cpp
305
frame.editor().setDefaultParagraphSeparator(
EditorParagraphSeparatorIsDiv
);
[
all
...]
Completed in 487 milliseconds