/external/chromium_org/chrome/browser/autocomplete/ |
zero_suggest_provider.h | 112 // search |template_url| for |query_string|. |accepted_suggestion| will be 121 int accepted_suggestion,
|
zero_suggest_provider.cc | 290 int accepted_suggestion, 298 accepted_suggestion, -1, true);
|
search_provider.h | 80 // should be. |accepted_suggestion| and |omnibox_start_margin| are used along 97 int accepted_suggestion, 550 int accepted_suggestion,
|
search_provider.cc | 411 int accepted_suggestion, 446 match.search_terms_args->accepted_suggestion = accepted_suggestion; [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url.cc | 270 int accepted_suggestion, 275 accepted_suggestion, 283 int accepted_suggestion, 352 if (accepted_suggestion == NO_SUGGESTION_CHOSEN) 354 else if (accepted_suggestion != NO_SUGGESTIONS_AVAILABLE) 355 url.insert(i->index, StringPrintf("aq=%d&", accepted_suggestion)); 367 if (accepted_suggestion >= 0)
|
template_url.h | 44 // Magic numbers to pass to ReplaceSearchTerms() for the |accepted_suggestion| 76 int accepted_suggestion, 85 int accepted_suggestion,
|
template_url_unittest.cc | 358 const int accepted_suggestion; member in struct:TestData 381 data[i].accepted_suggestion, data[i].original_query_for_suggestion));
|
/external/chromium/chrome/browser/autocomplete/ |
search_provider.h | 260 int accepted_suggestion,
|
search_provider.cc | 754 int accepted_suggestion, [all...] |
/external/chromium_org/chrome/browser/search_engines/ |
template_url_unittest.cc | 618 const int accepted_suggestion; member in struct:TestData 643 search_terms_args.accepted_suggestion = test_data[i].accepted_suggestion; [all...] |
template_url.h | 38 // Magic numbers to pass to ReplaceSearchTerms() for the |accepted_suggestion| 88 int accepted_suggestion; member in struct:TemplateURLRef::SearchTermsArgs
|
template_url.cc | 204 accepted_suggestion(NO_SUGGESTIONS_AVAILABLE), [all...] |