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

  /external/chromium_org/chrome/browser/ui/app_list/search/
search_controller.h 26 // to all search providers, then invokes the mixer to mix and to publish the
47 typedef ScopedVector<SearchProvider> Providers;
61 Providers providers_;
mixer.cc 97 // Used to group relevant providers together fox mixing their results.
113 for (Providers::const_iterator provider_it = providers_.begin();
160 typedef std::vector<SearchProvider*> Providers;
164 Providers providers_; // Not owned.
  /external/chromium_org/components/policy/core/common/
policy_service_impl.h 30 typedef std::vector<ConfigurationPolicyProvider*> Providers;
32 // The PolicyServiceImpl will merge policies from |providers|. |providers|
35 // the providers, and they must outlive the PolicyServiceImpl.
36 explicit PolicyServiceImpl(const Providers& providers);
63 // Combines the policies from all the providers, and notifies the observers
67 // Checks if all providers are initialized, and notifies the observers
74 // The providers passed in the constructor, in order of decreasing priority.
75 Providers providers_
    [all...]
  /external/chromium/chrome/browser/autocomplete/
search_provider.h 12 // the autocomplete controller and autocomplete providers work, see
87 // Manages the providers (TemplateURLs) used by SearchProvider. Two providers
93 class Providers {
95 Providers() : default_provider_(NULL), keyword_provider_(NULL) {}
97 // Returns true if the specified providers match the two providers managed
105 // Resets the providers.
281 Providers providers_;
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.h 142 // Manages the providers (TemplateURLs) used by SearchProvider. Two providers
148 class Providers {
150 explicit Providers(TemplateURLService* template_url_service);
152 // Returns true if the specified providers match the two providers cached
160 // Resets the cached providers.
186 DISALLOW_COPY_AND_ASSIGN(Providers);
431 // Removes stale results for both default and keyword providers. See comments
441 // callers own the returned URLFetcher, which is NULL for invalid providers
    [all...]
search_provider.cc 222 // SearchProvider::Providers --------------------------------------------------
224 SearchProvider::Providers::Providers(TemplateURLService* template_url_service)
228 const TemplateURL* SearchProvider::Providers::GetDefaultProviderURL() const {
233 const TemplateURL* SearchProvider::Providers::GetKeywordProviderURL() const {
627 // No valid providers.
633 // or the providers, abort the query.
719 // JSON is supposed to be UTF-8, but some suggest service providers send
788 // Both the above can fail if the providers have been modified or deleted
    [all...]

Completed in 218 milliseconds