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

  /external/chromium_org/chrome/browser/ui/app_list/search/
search_controller.h 28 // to all search providers, then invokes the mixer to mix and to publish the
50 typedef ScopedVector<SearchProvider> Providers;
69 Providers providers_;
mixer.cc 97 // Used to group relevant providers together fox mixing their results.
113 for (Providers::const_iterator provider_it = providers_.begin();
161 typedef std::vector<SearchProvider*> Providers;
165 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_org/chrome/browser/autocomplete/
search_provider.h 76 // Manages the providers (TemplateURLs) used by SearchProvider. Two providers
82 class Providers {
84 explicit Providers(TemplateURLService* template_url_service);
86 // Returns true if the specified providers match the two providers cached
94 // Resets the cached providers.
120 DISALLOW_COPY_AND_ASSIGN(Providers);
183 // Removes stale results for both default and keyword providers. See comments
193 // callers own the returned URLFetcher, which is NULL for invalid providers
    [all...]
search_provider.cc 100 // SearchProvider::Providers --------------------------------------------------
102 SearchProvider::Providers::Providers(TemplateURLService* template_url_service)
105 const TemplateURL* SearchProvider::Providers::GetDefaultProviderURL() const {
110 const TemplateURL* SearchProvider::Providers::GetKeywordProviderURL() const {
218 // No valid providers.
224 // or the providers, abort the query.
438 // Both the above can fail if the providers have been modified or deleted
    [all...]
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 92 std::vector<SignalProvider> Providers;
140 // create providers for each track
141 Providers.resize(argc);
154 Providers[i].setChirp<float>(v[0], 0, v[1]/2, v[1], kSeconds);
156 Providers[i].setChirp<int16_t>(v[0], 0, v[1]/2, v[1], kSeconds);
158 Providers[i].setIncr(Pvalues);
169 Providers[i].setSine<float>(v[0], v[1], v[2], kSeconds);
171 Providers[i].setSine<int16_t>(v[0], v[1], v[2], kSeconds);
173 Providers[i].setIncr(Pvalues);
180 Providers[i].setFile<float>(argv[i])
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 306 milliseconds