OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertParagraphSeparator
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/editing/
TypingCommand.h
41
InsertParagraphSeparator
,
66
static void
insertParagraphSeparator
(Document*, Options);
78
void
insertParagraphSeparator
();
TypingCommand.cpp
252
void TypingCommand::
insertParagraphSeparator
(Document *document, Options options)
263
lastTypingCommand->
insertParagraphSeparator
();
267
applyCommand(TypingCommand::create(document,
InsertParagraphSeparator
, "", options));
303
case
InsertParagraphSeparator
:
304
insertParagraphSeparator
();
347
if (range && (commandType == TypingCommand::InsertText || commandType == TypingCommand::InsertLineBreak || commandType == TypingCommand::
InsertParagraphSeparator
|| commandType == TypingCommand::InsertParagraphSeparatorInQuotedContent))
374
// This requires support from insertTextRunWithoutNewlines and
insertParagraphSeparator
for extending
383
insertParagraphSeparator
();
425
void TypingCommand::
insertParagraphSeparator
()
431
typingAddedToOpenCommand(
InsertParagraphSeparator
);
[
all
...]
/external/webkit/Source/WebKit/qt/Api/
qwebpage.h
158
InsertParagraphSeparator
,
qwebpage.cpp
223
"InsertNewline", //
InsertParagraphSeparator
635
updateAction(QWebPage::
InsertParagraphSeparator
);
887
{ QKeySequence::
InsertParagraphSeparator
, QWebPage::
InsertParagraphSeparator
},
[
all
...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp
540
case QWebPage::
InsertParagraphSeparator
:
/external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp
[
all
...]
Completed in 1343 milliseconds