/external/webkit/WebCore/editing/ |
D | TypingCommand.h | 48 …static void insertText(Document*, const String&, bool selectInsertedText = false, bool insertedTex… 49 …static void insertText(Document*, const String&, const Selection&, bool selectInsertedText = false… 59 void insertText(const String &text, bool selectInsertedText); 60 void insertTextRunWithoutNewlines(const String &text, bool selectInsertedText); 69 …t* document, ETypingCommand command, const String& text = "", bool selectInsertedText = false, Tex… 71 …return adoptRef(new TypingCommand(document, command, text, selectInsertedText, granularity, killRi… 74 …TypingCommand(Document*, ETypingCommand, const String& text, bool selectInsertedText, TextGranular…
|
D | TypingCommand.cpp | 46 …ment, ETypingCommand commandType, const String &textToInsert, bool selectInsertedText, TextGranula… in TypingCommand() argument 52 m_selectInsertedText(selectInsertedText), in TypingCommand() 118 void TypingCommand::insertText(Document* document, const String& text, bool selectInsertedText, boo… in insertText() argument 125 …insertText(document, text, frame->selection()->selection(), selectInsertedText, insertedTextIsComp… in insertText() 128 …, const String& text, const Selection& selectionForInsertion, bool selectInsertedText, bool insert… in insertText() argument 162 lastTypingCommand->insertText(newText, selectInsertedText); in insertText() 170 …fPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, selectInsertedText); in insertText() 312 void TypingCommand::insertText(const String &text, bool selectInsertedText) in insertText() argument 328 insertTextRunWithoutNewlines(text, selectInsertedText); in insertText() 332 … insertTextRunWithoutNewlines(text.substring(offset, length - offset), selectInsertedText); in insertText() [all …]
|
D | InsertTextCommand.cpp | 78 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText) in performTrivialReplace() argument 103 if (!selectInsertedText) in performTrivialReplace() 109 void InsertTextCommand::input(const String& originalText, bool selectInsertedText) in input() argument 128 if (performTrivialReplace(text, selectInsertedText)) in input() 201 if (!selectInsertedText) in input()
|
D | InsertTextCommand.h | 40 void input(const String& text, bool selectInsertedText = false); 54 bool performTrivialReplace(const String&, bool selectInsertedText);
|
D | CompositeEditCommand.h | 57 void inputText(const String&, bool selectInsertedText = false);
|
D | Editor.h | 180 …bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, Event* triggeringEv…
|
D | CompositeEditCommand.cpp | 276 void CompositeEditCommand::inputText(const String& text, bool selectInsertedText) in inputText() argument 297 if (selectInsertedText) { in inputText()
|
D | Editor.cpp | 957 bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, Event* … in insertTextWithoutSendingTextEvent() argument 979 TypingCommand::insertText(document.get(), text, selection, selectInsertedText); in insertTextWithoutSendingTextEvent()
|
/external/webkit/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/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…
|