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

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 40 InsertLineBreak,
65 static void insertLineBreak(Document*, Options);
76 void insertLineBreak();
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:

Completed in 23 milliseconds