Searched defs:SetWindowTextAndCaretPos (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_unittest.cc36 virtual void SetWindowTextAndCaretPos(const string16& text, function in class:__anon1692::TestingAutocompleteEditView
H A Dautocomplete_edit_view_views.cc362 SetWindowTextAndCaretPos(display_text, display_text.length());
368 void AutocompleteEditViewViews::SetWindowTextAndCaretPos( function in class:AutocompleteEditViewViews
447 SetWindowTextAndCaretPos(display_text, display_text.length());
H A Dautocomplete_edit_view_gtk.cc550 SetWindowTextAndCaretPos(display_text, display_text.length());
556 void AutocompleteEditViewGtk::SetWindowTextAndCaretPos(const string16& text, function in class:AutocompleteEditViewGtk
634 SetWindowTextAndCaretPos(display_text, display_text.length());
H A Dautocomplete_edit_view_win.cc653 SetWindowTextAndCaretPos(display_text, display_text.length());
659 void AutocompleteEditViewWin::SetWindowTextAndCaretPos(const string16& text, function in class:AutocompleteEditViewWin
821 SetWindowTextAndCaretPos(display_text, display_text.length());
1363 // if SetWindowTextAndCaretPos() was called due to the user clicking an

Completed in 53 milliseconds