Searched defs:insertText (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ui/keyboard/resources/
H A Dapi_adapter.js21 function insertText(text) { function
22 chrome.virtualKeyboardPrivate.insertText(text, logIfError);
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java270 public void insertText() throws ParseException; method in interface:HtmlParser
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.cpp158 void TypingCommand::insertText(Document& document, const String& text, Options options, TextCompositionType composition) function in class:blink::TypingCommand
166 insertText(document, text, frame->selection().selection(), options, composition);
170 void TypingCommand::insertText(Document& document, const String& text, const VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType) function in class:blink::TypingCommand
191 lastTypingCommand->insertText(newText, options & SelectInsertedText);
277 insertText(m_textToInsert, m_selectInsertedText);
334 void TypingCommand::insertText(const String &text, bool selectInsertedText) function in class:blink::TypingCommand
H A DEditor.cpp752 bool Editor::insertText(const String& text, KeyboardEvent* triggeringEvent) function in class:blink::Editor
768 // Get the selection to use for the event that triggered this insertText.
780 TypingCommand::insertText(*document.get(), text, selection, options, triggeringEvent && triggeringEvent->isComposition() ? TypingCommand::TextCompositionConfirm : TypingCommand::TextCompositionNone);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java283 public void insertText() { method in class:AutoEscapeContext
285 htmlParser.insertText();
287 throw new JSilverAutoEscapingException("Error during insertText(): " + e, resourceName,
299 * does not cause any issues because the including template will call {@code insertText} when it
300 * encounters the include command, and {@code insertText} will cause the HTML parser to switch its
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java389 * <p>The two cases where {@code #insertText()} affects our parsing are:
406 public void insertText() throws ParseException { method in class:HtmlParserImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp494 void WebRemoteFrameImpl::insertText(const WebString&) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp962 void WebLocalFrameImpl::insertText(const WebString& text) function in class:WebLocalFrameImpl
967 frame()->editor().insertText(text, 0);

Completed in 162 milliseconds