Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:SearchProvider

92   scoped_refptr<SearchProvider> provider_;
101 SearchProvider::set_query_suggest_immediately(true);
152 provider_ = new SearchProvider(this, &profile_);
184 // RunAllPending so that the task scheduled by SearchProvider to create the
210 SearchProvider::kDefaultProviderURLFetcherID);
213 // Tell the SearchProvider the default suggest query is done.
229 SearchProvider::kDefaultProviderURLFetcherID);
237 // Tell the SearchProvider the suggest query is done.
246 // The SearchProvider is done. Make sure it has a result for the history
282 SearchProvider::kDefaultProviderURLFetcherID);
285 // Tell the SearchProvider the default suggest query is done.
293 SearchProvider::kKeywordProviderURLFetcherID);
301 // Tell the SearchProvider the keyword suggest query is done.
310 // The SearchProvider is done. Make sure it has a result for the history
344 SearchProvider::kDefaultProviderURLFetcherID) == NULL);