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

  /external/chromium_org/chrome/common/
instant_types.cc 7 InstantSuggestion::InstantSuggestion() {
10 InstantSuggestion::InstantSuggestion(const base::string16& in_text,
16 InstantSuggestion::~InstantSuggestion() {
instant_types.h 23 struct InstantSuggestion {
24 InstantSuggestion();
25 InstantSuggestion(const base::string16& in_text,
27 ~InstantSuggestion();
render_messages.h 166 IPC_STRUCT_TRAITS_BEGIN(InstantSuggestion)
328 InstantSuggestion /* suggestion */)
  /external/chromium_org/chrome/browser/ui/search/
instant_search_prerenderer.h 60 void Prerender(const InstantSuggestion& suggestion);
96 InstantSuggestion last_instant_suggestion_;
instant_search_prerenderer.cc 79 last_instant_suggestion_ = InstantSuggestion();
84 void InstantSearchPrerenderer::Prerender(const InstantSuggestion& suggestion) {
instant_search_prerenderer_unittest.cc 198 InstantSuggestion(query, std::string());
223 prerenderer->Prerender(InstantSuggestion(query, std::string()));
252 InstantSuggestion(ASCIIToUTF16("flowers"), std::string()));
264 InstantSuggestion(ASCIIToUTF16("flowers"), std::string()));
274 prerenderer->Prerender(InstantSuggestion(query, std::string()));
instant_controller.h 60 void SetSuggestionToPrefetch(const InstantSuggestion& suggestion);
search_ipc_router.h 126 void SetSuggestionToPrefetch(const InstantSuggestion& suggestion);
search_tab_helper.h 72 void SetSuggestionToPrefetch(const InstantSuggestion& suggestion);
instant_controller.cc 101 const InstantSuggestion& suggestion) {
search_ipc_router.cc 58 const InstantSuggestion& suggestion) {
search_tab_helper.cc 199 const InstantSuggestion& suggestion) {
search_ipc_router_unittest.cc 713 GetSearchTabHelper(contents)->SetSuggestionToPrefetch(InstantSuggestion());
727 GetSearchTabHelper(contents)->SetSuggestionToPrefetch(InstantSuggestion());
    [all...]
  /external/chromium_org/chrome/renderer/searchbox/
searchbox.h 110 const InstantSuggestion& suggestion() const { return suggestion_; }
127 void OnSetSuggestionToPrefetch(const InstantSuggestion& suggestion);
150 InstantSuggestion suggestion_;
searchbox.cc 413 void SearchBox::OnSetSuggestionToPrefetch(const InstantSuggestion& suggestion) {
459 suggestion_ = InstantSuggestion();
searchbox_extension.cc 723 const InstantSuggestion& suggestion =
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.h 18 struct InstantSuggestion;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.cc 107 InstantSuggestion prefetch_suggestion;

Completed in 1117 milliseconds