Home | History | Annotate | Download | only in WebView

Lines Matching refs:insertText

5321     // Ask AppKit to process the key event -- it will call back with either insertText or doCommandBySelector.
5362 if (commands[i].commandName == "insertText:")
5363 [self insertText:commands[i].text];
5822 - (void)insertText:(id)string
5826 LOG(TextInput, "insertText:\"%@\"", isAttributedString ? [string string] : string);
5856 // insertText can be called from an input method or from normal key event processing
5864 event->keypressCommands().append(KeypressCommand("insertText:", text));
5873 eventHandled = coreFrame->editor()->insertText(eventText, event);
5885 // Allow doCommandBySelector: to be called after insertText: by resetting interpretKeyEventsParameters