Searched defs:InsertText (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.cc27 bool InsertText(const base::string16& text, aura::RootWindow* root_window) { function in namespace:keyboard
31 // Handle Backspace and Enter specially: using TextInputClient::InsertText is
62 tic->InsertText(text);
70 // ui::TextInputClient from that (see above in InsertText()).
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_views_model.h83 void InsertText(const string16& text) { function in class:views::TextfieldViewsModel
H A Dnative_textfield_views.cc333 model_->InsertText(text);
517 model_->InsertText(text);
900 void NativeTextfieldViews::InsertText(const string16& text) { function in class:views::NativeTextfieldViews
908 model_->InsertText(GetTextForDisplay(text));
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.h39 InsertText, enumerator in enum:WebCore::TypingCommand::ETypingCommand
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc50 void PrefixSelector::InsertText(const string16& text) { function in class:views::PrefixSelector
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc127 void InputMethodBridge::InsertText(const string16& text) { function in class:views::InputMethodBridge
130 client->InsertText(text);
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store_unittest.cc27 MOCK_METHOD1(InsertText, void(const string16&));
485 void InsertText(const string16& text) { function in class:ui::RequestLockTextChangeTestCallback
538 EXPECT_CALL(text_input_client_, InsertText(_))
540 &RequestLockTextChangeTestCallback::InsertText));
1035 EXPECT_CALL(text_input_client_, InsertText(_))
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp92 void RewriteBuffer::InsertText(unsigned OrigOffset, StringRef Str, function in class:RewriteBuffer
236 /// InsertText - Insert the specified string at the specified location in the
238 bool Rewriter::InsertText(SourceLocation Loc, StringRef Str, function in class:Rewriter
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
286 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
415 RB.InsertText(offs, indent, /*InsertAfter=*/false);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc679 void RenderWidgetHostViewViews::InsertText(const string16& text) { function in class:RenderWidgetHostViewViews
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc237 InsertText(std::string());
265 void InsertText(const std::string& text) { function in class:MyTextField
336 InsertText(std::string());
348 InsertText(std::string());
656 it->InsertText(str);
668 it->InsertText(ev.GetText().AsString());
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc797 void AutocompleteEditViewWin::InsertText(int position, function in class:AutocompleteEditViewWin
991 InsertText(string_drop_position, text);
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_win.cc854 void OmniboxViewWin::InsertText(int position, const string16& text) { function in class:OmniboxViewWin
1094 InsertText(string_drop_position, text);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2135 void RenderWidgetHostViewAura::InsertText(const string16& text) { function in class:content::RenderWidgetHostViewAura
H A Drender_widget_host_view_win.cc1014 void RenderWidgetHostViewWin::InsertText(const string16& text) { function in class:content::RenderWidgetHostViewWin
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp246 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon15319::RewriteObjC
249 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
774 InsertText(startLoc, "// ");
844 InsertText(onePastSemiLoc, Getr);
886 InsertText(onePastSemiLoc, Setr);
953 InsertText(LocStart, "#if 0\n");
956 InsertText(LocStart, "// ");
1180 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1218 InsertText(IMD ? IMD->getLocEnd() : CID->getLocEnd(), "// ");
1645 InsertText(endBodyLo
[all...]
H A DRewriteModernObjC.cpp283 void InsertText(SourceLocation Loc, StringRef Str, function in class:__anon15316::RewriteModernObjC
286 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
926 InsertText(startLoc, "// ");
997 InsertText(startGetterSetterLoc, Getr);
1040 InsertText(startGetterSetterLoc, Setr);
1111 InsertText(LocStart, "#if 0\n");
1114 InsertText(LocStart, "// ");
1366 InsertText(IMD->getLocStart(), "// ");
1370 InsertText(CID->getLocStart(), "// ");
1408 InsertText(IM
[all...]

Completed in 216 milliseconds