Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DInsertTextCommand.cpp72 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()
DInsertTextCommand.h45 …void input(const String& text, bool selectInsertedText = false, RebalanceType = RebalanceLeadingAn…
59 bool performTrivialReplace(const String&, bool selectInsertedText);
DTypingCommand.h74 void insertText(const String &text, bool selectInsertedText);
75 void insertTextRunWithoutNewlines(const String &text, bool selectInsertedText);
DTypingCommand.cpp371 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()
DCompositeEditCommand.h61 void inputText(const String&, bool selectInsertedText = false);
DEditor.h204 …bool insertTextWithoutSendingTextEvent(const String&, bool selectInsertedText, TextEvent* triggeri…
DCompositeEditCommand.cpp300 void CompositeEditCommand::inputText(const String& text, bool selectInsertedText) in inputText() argument
321 if (selectInsertedText) { in inputText()
DEditor.cpp1081 bool Editor::insertTextWithoutSendingTextEvent(const String& text, bool selectInsertedText, TextEve… in insertTextWithoutSendingTextEvent() argument
1116 if (selectInsertedText) in insertTextWithoutSendingTextEvent()
/external/webkit/Source/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/Source/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…