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

  /external/chromium/base/third_party/nspr/
prcpucfg.h 48 #error Provide a prcpucfg.h appropriate for your platform
  /external/chromium/chrome/browser/policy/
dummy_configuration_policy_provider.h 22 virtual bool Provide(ConfigurationPolicyStoreInterface* store);
asynchronous_policy_provider.h 27 // provide the implementation details of how policy is loaded.
42 virtual bool Provide(ConfigurationPolicyStoreInterface* store);
dummy_configuration_policy_provider.cc 20 bool DummyConfigurationPolicyProvider::Provide(
mock_configuration_policy_provider.h 31 virtual bool Provide(ConfigurationPolicyStoreInterface* store);
asynchronous_policy_provider_unittest.cc 20 // Creating the provider should provide initial policy.
21 TEST_F(AsynchronousPolicyTestBase, Provide) {
30 provider.Provide(store_.get());
54 provider.Provide(store_.get());
profile_policy_connector_unittest.cc 28 EXPECT_TRUE(merging_provider.Provide(&store0));
38 EXPECT_TRUE(merging_provider.Provide(&store1));
50 EXPECT_TRUE(merging_provider.Provide(&store2));
asynchronous_policy_provider.cc 24 bool AsynchronousPolicyProvider::Provide(
mock_configuration_policy_provider.cc 35 bool MockConfigurationPolicyProvider::Provide(
profile_policy_connector.cc 39 // Another option would be to provide a generic IO-safe initializer called
124 bool MergingPolicyProvider::Provide(ConfigurationPolicyStoreInterface* store) {
130 rv = profile_policy_provider_->Provide(&observe);
138 rv = rv && browser_policy_provider_->Provide(&filter);
configuration_policy_provider.h 52 // policy decisions. The preference service invokes this |Provide| method when
53 // it needs a policy provider to specify its policy choices. In |Provide|, the
57 virtual bool Provide(ConfigurationPolicyStoreInterface* store) = 0;
profile_policy_connector.h 70 virtual bool Provide(ConfigurationPolicyStoreInterface* store) OVERRIDE;
file_based_policy_provider_unittest.cc 50 provider.Provide(store_.get());
79 file_based_provider.Provide(store_.get());
configuration_policy_provider_mac_unittest.cc 30 // testing::TestWithParam does copying, so provide copy constructor and
146 EXPECT_TRUE(provider.Provide(store_.get()));
160 EXPECT_TRUE(provider.Provide(store_.get()));
175 EXPECT_TRUE(provider.Provide(store_.get()));
190 EXPECT_TRUE(provider.Provide(store_.get()));
configuration_policy_provider_win_unittest.cc 50 // testing::TestWithParam does copy the parameters, so provide copy
299 provider_->Provide(store_.get());
312 provider_->Provide(store_.get());
322 provider_->Provide(store_.get());
334 provider_->Provide(store_.get());
349 provider_->Provide(store_.get());
config_dir_policy_provider_unittest.cc 115 // testing::TestWithParam does copying, so provide copy constructor and
194 EXPECT_TRUE(provider.Provide(&policy_store_));
205 EXPECT_TRUE(provider.Provide(&policy_store_));
216 EXPECT_TRUE(provider.Provide(&policy_store_));
cloud_policy_cache_base.cc 29 virtual bool Provide(ConfigurationPolicyStoreInterface* store) {
cloud_policy_controller_unittest.cc 119 cache_->GetManagedPolicyProvider()->Provide(&store);
configuration_policy_pref_store.cc 283 if (!provider->Provide(this))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 187 #define MAYBE_Provide Provide
205 ASSERT_TRUE(RunExtensionTest("tts/provide")) << message_;

Completed in 243 milliseconds