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.cpp40 …mmand::InsertTextCommand(Document& document, const String& text, bool selectInsertedText, Rebalanc… in InsertTextCommand()
81 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText) in performTrivialReplace()
101 bool InsertTextCommand::performOverwrite(const String& text, bool selectInsertedText) in performOverwrite()
DTypingCommand.cpp54 …TypingCommandLineOperation(TypingCommand* typingCommand, bool selectInsertedText, const String& te… in TypingCommandLineOperation()
334 void TypingCommand::insertText(const String &text, bool selectInsertedText) in insertText()
345 void TypingCommand::insertTextRunWithoutNewlines(const String &text, bool selectInsertedText) in insertTextRunWithoutNewlines()
DEditor.cpp757 bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, TextEve… in insertTextWithoutSendingTextEvent()