Searched defs:selectInsertedText (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InsertTextCommand.cpp | 39 …mmand::InsertTextCommand(Document& document, const String& text, bool selectInsertedText, Rebalanc… in InsertTextCommand() 89 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText) in performTrivialReplace() 109 bool InsertTextCommand::performOverwrite(const String& text, bool selectInsertedText) in performOverwrite()
|
D | TypingCommand.cpp | 52 …TypingCommandLineOperation(TypingCommand* typingCommand, bool selectInsertedText, const String& te… in TypingCommandLineOperation() 326 void TypingCommand::insertText(const String &text, bool selectInsertedText) in insertText() 337 void TypingCommand::insertTextRunWithoutNewlines(const String &text, bool selectInsertedText) in insertTextRunWithoutNewlines()
|
D | Editor.cpp | 859 bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, TextEve… in insertTextWithoutSendingTextEvent()
|