HomeSort by relevance Sort by last modified time
    Searched defs:insertLineBreak (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 218 void TypingCommand::insertLineBreak(Document *document, Options options)
229 lastTypingCommand->insertLineBreak();
233 applyCommand(TypingCommand::create(document, InsertLineBreak, "", options));
300 case InsertLineBreak:
301 insertLineBreak();
347 if (range && (commandType == TypingCommand::InsertText || commandType == TypingCommand::InsertLineBreak || commandType == TypingCommand::InsertParagraphSeparator || commandType == TypingCommand::InsertParagraphSeparatorInQuotedContent))
416 void TypingCommand::insertLineBreak()
422 typingAddedToOpenCommand(InsertLineBreak);
661 case InsertLineBreak:
CompositeEditCommand.cpp 131 void CompositeEditCommand::insertLineBreak()
316 insertLineBreak();
    [all...]
Editor.cpp 175 return insertLineBreak();
    [all...]

Completed in 2171 milliseconds