Searched refs:fill_into_edit (Results 26 - 31 of 31) sorted by path

12

/external/chromium_org/components/omnibox/
H A Dautocomplete_result.cc247 base::ASCIIToUTF16("fill_into_edit=") +
248 default_match_->fill_into_edit +
H A Dautocomplete_result_unittest.cc135 match->fill_into_edit = base::IntToString16(data.url_id);
H A Dbase_search_provider.cc232 // When the user forced a query, we need to make sure all the fill_into_edit
236 match.fill_into_edit.assign(base::ASCIIToUTF16("?"));
238 match.fill_into_edit.append(match.keyword + base::char16(' '));
249 match.fill_into_edit.append(suggestion.suggestion());
H A Dkeyword_provider.cc391 match.fill_into_edit = keyword;
393 match.fill_into_edit.push_back(L' ');
394 match.fill_into_edit.append(remaining_input);
H A Dkeyword_provider_unittest.cc189 &AutocompleteMatch::fill_into_edit);
H A Dsearch_provider.cc829 it->fill_into_edit == trimmed_verbatim) {
1323 match.fill_into_edit +=
1330 // Preserve the forced query '?' prefix in |match.fill_into_edit|.
1333 match.fill_into_edit.insert(0, base::ASCIIToUTF16("?"));
1338 DCHECK(inline_autocomplete_offset <= match.fill_into_edit.length());
1340 match.fill_into_edit.substr(inline_autocomplete_offset);
1413 match->fill_into_edit.empty())
1417 answers_cache_.UpdateRecentAnswers(match->fill_into_edit, match->answer_type);

Completed in 185 milliseconds

12