Home
last modified time | relevance | path

Searched defs:selectInsertedText (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertTextCommand.cpp39 …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()
DTypingCommand.cpp52 …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()
DEditor.cpp859 bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, TextEve… in insertTextWithoutSendingTextEvent()