Searched refs:selectInsertedText (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | InsertTextCommand.cpp | 72 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText) in performTrivialReplace() argument 99 if (!selectInsertedText) in performTrivialReplace() 105 void InsertTextCommand::input(const String& text, bool selectInsertedText, RebalanceType whitespace… in input() argument 116 if (performTrivialReplace(text, selectInsertedText)) in input() 201 if (!selectInsertedText) in input()
|
D | InsertTextCommand.h | 45 …void input(const String& text, bool selectInsertedText = false, RebalanceType = RebalanceLeadingAn… 59 bool performTrivialReplace(const String&, bool selectInsertedText);
|
D | TypingCommand.h | 74 void insertText(const String &text, bool selectInsertedText); 75 void insertTextRunWithoutNewlines(const String &text, bool selectInsertedText);
|
D | TypingCommand.cpp | 371 void TypingCommand::insertText(const String &text, bool selectInsertedText) in insertText() argument 387 insertTextRunWithoutNewlines(text, selectInsertedText); in insertText() 391 … insertTextRunWithoutNewlines(text.substring(offset, length - offset), selectInsertedText); in insertText() 395 void TypingCommand::insertTextRunWithoutNewlines(const String &text, bool selectInsertedText) in insertTextRunWithoutNewlines() argument 411 command->input(text, selectInsertedText, in insertTextRunWithoutNewlines()
|
D | CompositeEditCommand.h | 61 void inputText(const String&, bool selectInsertedText = false);
|
D | Editor.h | 204 …bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, TextEvent* triggeri…
|
D | CompositeEditCommand.cpp | 300 void CompositeEditCommand::inputText(const String& text, bool selectInsertedText) in inputText() argument 321 if (selectInsertedText) { in inputText()
|
D | Editor.cpp | 1081 bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, TextEve… in insertTextWithoutSendingTextEvent() argument 1116 if (selectInsertedText) in insertTextWithoutSendingTextEvent()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 25715 (-[WebCoreBridge insertText:selectInsertedText:]) 33954 (-[WebCoreBridge insertText:selectInsertedText:]): Ditto 34990 selectInsertedText parameter. 36647 … selectInsertedText parameter to some commands. Made almost all member functions const, because 36658 (khtml::InputTextCommand::input): Added selectInsertedText parameter. 36670 …Added selectInsertedText to InputTextCommandImpl's input function and TypingCommandImpl's construc… 36693 … level of indirection, since it was the only caller. Added selectInsertedText parameter and changed 36711 (khtml::TypingCommandImpl::TypingCommandImpl): Added selectInsertedText parameter. 36712 (khtml::TypingCommandImpl::doApply): Pass along selectInsertedText parameter. 36754 selectInsertedText parameter to insertText method, and added selectionStartHasStyle: method. [all …]
|
D | ChangeLog-2006-05-10 | 3561 (-[WebCoreFrameBridge insertText:selectInsertedText:]): 29924 (-[WebCoreFrameBridge insertText:selectInsertedText:]): 36096 (-[WebCoreBridge insertText:selectInsertedText:]):
|
D | ChangeLog-2006-12-31 | 29811 (-[WebCoreFrameBridge insertText:selectInsertedText:]):
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 7259 … (-[WebHTMLView _insertText:selectInsertedText:]): Check for empty string to avoid an assertion 10949 …(-[WebHTMLView _insertText:selectInsertedText:]): Ditto. Some code rearranging to eliminate bridge… 11542 … (-[WebHTMLView _insertText:selectInsertedText:]): Removed check for empty string. An empty string 11760 (-[WebHTMLView _insertText:selectInsertedText:]): Added new helper method for use by both
|
D | ChangeLog-2007-10-14 | 7713 …(-[WebHTMLView _insertText:selectInsertedText:triggeringEvent:]): Added parameter for triggeringEv…
|