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

  /external/chromium_org/chrome/browser/ui/app_list/search/
search_provider.cc 12 SearchProvider::SearchProvider() {}
13 SearchProvider::~SearchProvider() {}
15 void SearchProvider::Add(scoped_ptr<ChromeSearchResult> result) {
20 void SearchProvider::ClearResults() {
25 void SearchProvider::FireResultChanged() {
search_provider.h 18 class SearchProvider {
23 SearchProvider();
24 virtual ~SearchProvider();
49 DISALLOW_COPY_AND_ASSIGN(SearchProvider);
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 40 const int SearchProvider::kDefaultProviderURLFetcherID = 1;
42 const int SearchProvider::kKeywordProviderURLFetcherID = 2;
45 bool SearchProvider::query_suggest_immediately_ = false;
47 void SearchProvider::Providers::Set(const TemplateURL* default_provider,
60 SearchProvider::SearchProvider(ACProviderListener* listener, Profile* profile)
67 void SearchProvider::FinalizeInstantQuery(const string16& input_text,
133 void SearchProvider::Start(const AutocompleteInput& input,
205 void SearchProvider::Run() {
227 void SearchProvider::Stop()
    [all...]
search_provider.h 44 class SearchProvider : public AutocompleteProvider,
47 SearchProvider(ACProviderListener* listener, Profile* profile);
85 ~SearchProvider();
87 // Manages the providers (TemplateURLs) used by SearchProvider. Two providers
299 base::OneShotTimer<SearchProvider> timer_;
325 DISALLOW_COPY_AND_ASSIGN(SearchProvider);
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.h 52 class SearchProvider : public AutocompleteProvider,
61 SearchProvider(AutocompleteProviderListener* listener, Profile* profile);
113 // Manages the providers (TemplateURLs) used by SearchProvider. Two providers
166 // highly fragmented SearchProvider logic for each Result type.
206 // SearchProvider::ConvertResultsToAutocompleteMatches(), see comments
305 virtual ~SearchProvider();
503 base::OneShotTimer<SearchProvider> timer_;
532 DISALLOW_COPY_AND_ASSIGN(SearchProvider);
search_provider.cc 103 // SearchProvider::Providers --------------------------------------------------
105 SearchProvider::Providers::Providers(TemplateURLService* template_url_service)
109 const TemplateURL* SearchProvider::Providers::GetDefaultProviderURL() const {
114 const TemplateURL* SearchProvider::Providers::GetKeywordProviderURL() const {
120 // SearchProvider::Result -----------------------------------------------------
122 SearchProvider::Result::Result(bool from_keyword_provider,
130 SearchProvider::Result::~Result() {
134 // SearchProvider::SuggestResult ----------------------------------------------
136 SearchProvider::SuggestResult::SuggestResult(const string16& suggestion,
144 SearchProvider::SuggestResult::~SuggestResult()
    [all...]

Completed in 117 milliseconds