Searched refs:suggested_text (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/instant/
H A Dinstant_loader.h52 string16* suggested_text);
113 // starts with |suggested_text|, then the delegate is notified of the change,
115 void SetCompleteSuggestedText(const string16& suggested_text,
H A Dinstant_controller.h86 string16* suggested_text);
224 string16* suggested_text);
H A Dinstant_controller.cc142 string16* suggested_text) {
143 suggested_text->clear();
179 user_text, real_verbatim, suggested_text);
566 // suggested_text here.
567 string16 suggested_text; local
569 &suggested_text);
600 string16* suggested_text) {
610 user_text, verbatim, suggested_text)) {
138 Update(TabContentsWrapper* tab_contents, const AutocompleteMatch& match, const string16& user_text, bool verbatim, string16* suggested_text) argument
595 UpdateLoader(const TemplateURL* template_url, const GURL& url, PageTransition::Type transition_type, const string16& user_text, bool verbatim, string16* suggested_text) argument
H A Dinstant_loader.cc629 string16* suggested_text) {
652 suggested_text->assign(last_suggestion_);
692 *suggested_text = last_suggestion_ =
623 Update(TabContentsWrapper* tab_contents, const TemplateURL* template_url, const GURL& url, PageTransition::Type transition_type, const string16& user_text, bool verbatim, string16* suggested_text) argument
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.cc211 string16 suggested_text; local
224 UseVerbatimInstant(), &suggested_text);
239 SetSuggestedText(suggested_text, instant_complete_behavior_);

Completed in 77 milliseconds