Searched defs:TypingCommand (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.cpp27 #include "core/editing/TypingCommand.h"
54 TypingCommandLineOperation(TypingCommand* typingCommand, bool selectInsertedText, const String& text)
73 TypingCommand* m_typingCommand;
78 TypingCommand::TypingCommand(Document& document, ETypingCommand commandType, const String &textToInsert, Options options, TextGranularity granularity, TextCompositionType compositionType) function in class:blink::TypingCommand
95 void TypingCommand::deleteSelection(Document& document, Options options)
103 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingCommand = lastTypingCommandIfStillOpenForTyping(frame)) {
109 TypingCommand::create(document, DeleteSelection, "", options)->apply();
112 void TypingCommand::deleteKeyPressed(Document& document, Options options, TextGranularity granularity)
116 if (RefPtrWillBeRawPtr<TypingCommand> lastTypingComman
[all...]

Completed in 93 milliseconds