Home
last modified time | relevance | path

Searched refs:SetWindowTextAndCaretPos (Results 1 – 23 of 23) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view.h87 virtual void SetWindowTextAndCaretPos(const string16& text,
Dautocomplete_edit_view_views.cc362 SetWindowTextAndCaretPos(display_text, display_text.length()); in SetUserText()
368 void AutocompleteEditViewViews::SetWindowTextAndCaretPos( in SetWindowTextAndCaretPos() function in AutocompleteEditViewViews
447 SetWindowTextAndCaretPos(display_text, display_text.length()); in OnTemporaryTextMaybeChanged()
Dautocomplete_edit.cc168 view_->SetWindowTextAndCaretPos(final_text, final_text.length()); in FinalizeInstantQuery()
378 view_->SetWindowTextAndCaretPos(permanent_text_, in Revert()
552 view_->SetWindowTextAndCaretPos(string16(), 0); in AcceptKeyword()
566 view_->SetWindowTextAndCaretPos(window_text.c_str(), keyword_.length()); in ClearKeyword()
Dautocomplete_edit_unittest.cc36 virtual void SetWindowTextAndCaretPos(const string16& text, in SetWindowTextAndCaretPos() function in __anona41191390111::TestingAutocompleteEditView
Dautocomplete_edit_view_mac.h61 virtual void SetWindowTextAndCaretPos(const string16& text,
Dautocomplete_edit_view_views.h95 virtual void SetWindowTextAndCaretPos(const string16& text,
Dautocomplete_edit_view_gtk.h116 virtual void SetWindowTextAndCaretPos(const string16& text,
Dautocomplete_edit_view_browsertest.cc735 edit_view->SetWindowTextAndCaretPos(text + WideToUTF16(L"\x3000"), in AcceptKeywordBySpaceTest()
752 edit_view->SetWindowTextAndCaretPos(text + char16(' '), text.length() + 1); in AcceptKeywordBySpaceTest()
796 edit_view->SetWindowTextAndCaretPos(text + ASCIIToUTF16(" bar"), in AcceptKeywordBySpaceTest()
Dautocomplete_edit_view_win.h111 virtual void SetWindowTextAndCaretPos(const string16& text,
Dautocomplete_edit_view_win.cc653 SetWindowTextAndCaretPos(display_text, display_text.length()); in SetUserText()
659 void AutocompleteEditViewWin::SetWindowTextAndCaretPos(const string16& text, in SetWindowTextAndCaretPos() function in AutocompleteEditViewWin
821 SetWindowTextAndCaretPos(display_text, display_text.length()); in OnTemporaryTextMaybeChanged()
Dautocomplete_edit_view_gtk.cc550 SetWindowTextAndCaretPos(display_text, display_text.length()); in SetUserText()
556 void AutocompleteEditViewGtk::SetWindowTextAndCaretPos(const string16& text, in SetWindowTextAndCaretPos() function in AutocompleteEditViewGtk
634 SetWindowTextAndCaretPos(display_text, display_text.length()); in OnTemporaryTextMaybeChanged()
Dautocomplete_edit_view_mac.mm367 void AutocompleteEditViewMac::SetWindowTextAndCaretPos(const string16& text, function
603 SetWindowTextAndCaretPos(display_text, display_text.size());
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.cc344 view_->SetWindowTextAndCaretPos(final_text, final_text.length(), false, in CommitSuggestedText()
524 view_->SetWindowTextAndCaretPos(permanent_text_, in Revert()
881 view_->SetWindowTextAndCaretPos(window_text.c_str(), keyword_.length(), in ClearKeyword()
891 view_->SetWindowTextAndCaretPos(window_text.c_str(), keyword_.length(), in ClearKeyword()
1101 view_->SetWindowTextAndCaretPos(DisplayTextFromUserText(user_text), 0, in OnPopupDataChanged()
Domnibox_view.h108 virtual void SetWindowTextAndCaretPos(const base::string16& text,
Domnibox_view.cc114 SetWindowTextAndCaretPos(display_text, display_text.length(), update_popup, in SetUserText()
Domnibox_edit_unittest.cc38 virtual void SetWindowTextAndCaretPos(const base::string16& text, in SetWindowTextAndCaretPos() function in __anone7d1fd010111::TestingOmniboxView
Domnibox_view_browsertest.cc846 omnibox_view->SetWindowTextAndCaretPos(search_keyword + in IN_PROC_BROWSER_TEST_F()
861 omnibox_view->SetWindowTextAndCaretPos(search_keyword + char16(' '), in IN_PROC_BROWSER_TEST_F()
902 omnibox_view->SetWindowTextAndCaretPos(search_keyword + in IN_PROC_BROWSER_TEST_F()
1552 omnibox_view->SetWindowTextAndCaretPos(ASCIIToUTF16("abcd"), 2, false, false); in IN_PROC_BROWSER_TEST_F()
1720 omnibox_view->SetWindowTextAndCaretPos(ASCIIToUTF16("data:text/plain,test"), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.h36 virtual void SetWindowTextAndCaretPos(const base::string16& text,
Domnibox_view_mac.mm258 void OmniboxViewMac::SetWindowTextAndCaretPos(const base::string16& text, function
494 SetWindowTextAndCaretPos(display_text, display_text.size(), false, false);
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.h80 virtual void SetWindowTextAndCaretPos(const base::string16& text,
Domnibox_view_views.cc484 void OmniboxViewViews::SetWindowTextAndCaretPos(const base::string16& text, in SetWindowTextAndCaretPos() function in OmniboxViewViews
569 SetWindowTextAndCaretPos(display_text, display_text.length(), false, in OnTemporaryTextMaybeChanged()
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
Domnibox_view_gtk.h75 virtual void SetWindowTextAndCaretPos(const base::string16& text,
Domnibox_view_gtk.cc488 void OmniboxViewGtk::SetWindowTextAndCaretPos(const base::string16& text, in SetWindowTextAndCaretPos() function in OmniboxViewGtk
566 SetWindowTextAndCaretPos(display_text, display_text.length(), false, false); in OnTemporaryTextMaybeChanged()