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

1 2

  /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);
  /external/chromium_org/base/third_party/nspr/
prcpucfg.h 48 #error Provide a prcpucfg.h appropriate for your platform
  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac.h 17 // periodically will provide the sink with more data as buffers are being
92 OSStatus Provide(UInt32 number_of_frames, AudioBufferList* io_data,
audio_low_latency_input_mac.cc 481 return audio_input->Provide(number_of_frames,
486 OSStatus AUAudioInputStream::Provide(UInt32 number_of_frames,
  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 187 #define MAYBE_Provide Provide
205 ASSERT_TRUE(RunExtensionTest("tts/provide")) << message_;
  /external/chromium_org/v8/test/mjsunit/
readonly.js 138 // Provide various methods to making a property read-only.
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 51 #error Provide le64toh for this platform
goobsdiff.c 51 #error Provide htole64 for this platform

Completed in 1656 milliseconds

1 2