Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertTextCommand.cpp72 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText) in performTrivialReplace()
105 void InsertTextCommand::input(const String& text, bool selectInsertedText, RebalanceType whitespace… in input()
DTypingCommand.cpp371 void TypingCommand::insertText(const String &text, bool selectInsertedText) in insertText()
395 void TypingCommand::insertTextRunWithoutNewlines(const String &text, bool selectInsertedText) in insertTextRunWithoutNewlines()
DCompositeEditCommand.cpp300 void CompositeEditCommand::inputText(const String& text, bool selectInsertedText) in inputText()
DEditor.cpp1081 bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, TextEve… in insertTextWithoutSendingTextEvent()