Searched refs:InsertText (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/ui/views/controls/
H A Dprefix_selector_unittest.cc67 selector_->InsertText(ASCIIToUTF16("an"));
72 selector_->InsertText(ASCIIToUTF16("a"));
76 selector_->InsertText(ASCIIToUTF16("g"));
80 selector_->InsertText(ASCIIToUTF16("b"));
81 selector_->InsertText(ASCIIToUTF16("a"));
85 selector_->InsertText(ASCIIToUTF16("\t"));
86 selector_->InsertText(ASCIIToUTF16("b"));
87 selector_->InsertText(ASCIIToUTF16("a"));
H A Dprefix_selector.h32 virtual void InsertText(const base::string16& text) OVERRIDE;
H A Dprefix_selector.cc50 void PrefixSelector::InsertText(const base::string16& text) { function in class:views::PrefixSelector
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtext_input_controller.h36 void InsertText(const std::string& text);
H A Dtext_input_controller.cc38 void InsertText(const std::string& text);
87 .SetMethod("insertText", &TextInputControllerBindings::InsertText)
100 void TextInputControllerBindings::InsertText(const std::string& text) { function in class:content::TextInputControllerBindings
102 controller_->InsertText(text);
161 void TextInputController::InsertText(const std::string& text) { function in class:content::TextInputController
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h63 /// InsertText - Insert some text at the specified point, where the offset in
67 void InsertText(unsigned OrigOffset, StringRef Str,
74 /// method is the same as InsertText with "InsertAfter == false".
76 InsertText(OrigOffset, Str, false);
83 InsertText(OrigOffset, Str);
184 /// InsertText - Insert the specified string at the specified location in the
190 bool InsertText(SourceLocation Loc, StringRef Str,
197 /// at the some point (the default behavior for InsertText).
199 return InsertText(Loc, Str);
206 /// InsertText
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_surroundingtext_browsertest.cc45 helper.GetTextInputClient()->InsertText(sample_text1);
50 helper.GetTextInputClient()->InsertText(sample_text2);
86 helper.GetTextInputClient()->InsertText(sample_text);
/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc29 void DummyTextInputClient::InsertText(const base::string16& text) { function in class:ui::DummyTextInputClient
H A Dtext_input_client.h46 virtual void InsertText(const base::string16& text) = 0;
48 // Inserts a single char at the insertion point. Unlike above InsertText()
H A Ddummy_text_input_client.h23 virtual void InsertText(const base::string16& text) OVERRIDE;
H A Dinput_method_auralinux.cc125 GetTextInputClient()->InsertText(text);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.h103 KEYBOARD_EXPORT bool InsertText(const base::string16& text,
H A Dkeyboard_util.cc159 bool InsertText(const base::string16& text, aura::Window* root_window) { function in namespace:keyboard
172 tic->InsertText(text);
180 // ui::TextInputClient from that (see above in InsertText()).
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.h39 InsertText, enumerator in enum:blink::FINAL::ETypingCommand
H A DTypingCommand.cpp195 RefPtrWillBeRawPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, options, compositionType);
276 case InsertText:
352 typingAddedToOpenCommand(InsertText);
620 case InsertText:
/external/chromium_org/ui/app_list/views/
H A Dsearch_box_view_unittest.cc92 view_->search_box()->InsertText(base::string16(1, character));
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc396 selector()->InsertText(ASCIIToUTF16("b"));
398 selector()->InsertText(ASCIIToUTF16("1"));
403 selector()->InsertText(ASCIIToUTF16("z"));
407 selector()->InsertText(ASCIIToUTF16("a"));
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp96 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, function in class:RewriteBuffer
240 /// InsertText - Insert the specified string at the specified location in the
242 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, function in class:Rewriter
279 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
290 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
422 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/external/chromium_org/chrome/browser/extensions/api/input/
H A Dinput.cc51 return keyboard::InsertText(text, ash::Shell::GetPrimaryRootWindow());
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.h69 void InsertText(const base::string16& new_text) { function in class:views::TextfieldModel
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.h57 virtual void InsertText(const base::string16& text) OVERRIDE;
H A Dmock_input_method.cc83 client->InsertText(result_text_);
H A Dinput_method_bridge.cc201 void InputMethodBridge::InsertText(const base::string16& text) { function in class:views::InputMethodBridge
204 client->InsertText(text);
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc239 InsertText(std::string());
267 void InsertText(const std::string& text) { function in class:MyTextField
338 InsertText(std::string());
350 InsertText(std::string());
658 it->InsertText(str);
670 it->InsertText(ev.GetText().AsString());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp247 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon17975::RewriteObjC
250 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
781 InsertText(startLoc, "// ");
852 InsertText(onePastSemiLoc, Getr);
894 InsertText(onePastSemiLoc, Setr);
961 InsertText(LocStart, "#if 0\n");
964 InsertText(LocStart, "// ");
1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1201 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");
1623 InsertText(endBodyLo
[all...]

Completed in 654 milliseconds

123