HomeSort by relevance Sort by last modified time
    Searched refs:SendSuggestions (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_unittest.cc 15 namespace SendSuggestions = omnibox::SendSuggestions;
67 scoped_ptr<SendSuggestions::Params> params(
68 SendSuggestions::Params::Create(*list));
91 scoped_ptr<SendSuggestions::Params> swapped_params(
92 SendSuggestions::Params::Create(*swap_list));
143 scoped_ptr<SendSuggestions::Params> params(
144 SendSuggestions::Params::Create(*list));
180 scoped_ptr<SendSuggestions::Params> moved_params(
181 SendSuggestions::Params::Create(*moved_list))
    [all...]
omnibox_api.cc 29 namespace SendSuggestions = omnibox::SendSuggestions;
270 scoped_ptr<SendSuggestions::Params> params(
271 SendSuggestions::Params::Create(*args_));
277 content::Details<SendSuggestions::Params>(params.get()));
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.cc 60 SendSuggestions(NULL);
69 SendSuggestions(NULL);
77 SendSuggestions(&suggestions);
98 SendSuggestions(NULL);
161 void AutocompleteHistoryManager::SendSuggestions(
autocomplete_history_manager.h 60 void SendSuggestions(const std::vector<base::string16>* suggestions);
autocomplete_history_manager_unittest.cc 198 using AutocompleteHistoryManager::SendSuggestions;
220 autocomplete_history_manager.SendSuggestions(NULL);
autofill_manager_unittest.cc 631 autofill_manager_->autocomplete_history_manager_->SendSuggestions(&result);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
keyword_extensions_delegate_impl.cc 152 const omnibox_api::SendSuggestions::Params& suggestions =
154 omnibox_api::SendSuggestions::Params>(details).ptr();

Completed in 50 milliseconds