Home
last modified time | relevance | path

Searched refs:selectInsertedText (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/editing/
DTypingCommand.h48 …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…
DTypingCommand.cpp46 …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 …]
DInsertTextCommand.cpp78 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()
DInsertTextCommand.h40 void input(const String& text, bool selectInsertedText = false);
54 bool performTrivialReplace(const String&, bool selectInsertedText);
DCompositeEditCommand.h57 void inputText(const String&, bool selectInsertedText = false);
DEditor.h180 …bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, Event* triggeringEv…
DCompositeEditCommand.cpp276 void CompositeEditCommand::inputText(const String& text, bool selectInsertedText) in inputText() argument
297 if (selectInsertedText) { in inputText()
DEditor.cpp957 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/
DChangeLog-2005-08-2325715 (-[WebCoreBridge insertText:selectInsertedText:])
33954 (-[WebCoreBridge insertText:selectInsertedText:]): Ditto
34990 selectInsertedText parameter.
36647selectInsertedText 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 …]
DChangeLog-2006-05-103561 (-[WebCoreFrameBridge insertText:selectInsertedText:]):
29924 (-[WebCoreFrameBridge insertText:selectInsertedText:]):
36096 (-[WebCoreBridge insertText:selectInsertedText:]):
DChangeLog-2006-12-3129811 (-[WebCoreFrameBridge insertText:selectInsertedText:]):
/external/webkit/WebKit/mac/
DChangeLog-2006-02-097259 … (-[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
DChangeLog-2007-10-147713 …(-[WebHTMLView _insertText:selectInsertedText:triggeringEvent:]): Added parameter for triggeringEv…