HomeSort by relevance Sort by last modified time
    Searched defs:suggestions_url (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 252 if (p.suggestions_url()) {
254 WriteParam(m, *p.suggestions_url());
284 TemplateURLRef suggestions_url; local
304 if (!ReadParam(m, iter, &suggestions_url))
341 p->SetSuggestionsURL(suggestions_url.url(), suggestions_url.index_offset(),
342 suggestions_url.page_offset());
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 424 const TemplateURLRef* const suggestions_url = provider.suggestions_url(); local
425 DCHECK(suggestions_url->SupportsReplacement());
427 GURL(suggestions_url->ReplaceSearchTerms(
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url.h 27 // suggestions_url or url for keyword/suggestion expansion:
28 // . suggestions_url describes a URL that is ideal for as you type suggestions.
322 void SetSuggestionsURL(const std::string& suggestions_url,
325 const TemplateURLRef* suggestions_url() const { function in class:TemplateURL

Completed in 35 milliseconds