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

1 2 3

  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.h 26 void Configure(IWebBrowser2* web_browser);
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.cc 13 // By default, calling Configure will send a SYNC_CONFIGURE_START
16 ON_CALL(*this, Configure(testing::_)).
data_type_manager_mock.h 37 MOCK_METHOD1(Configure, void(const TypeSet&));
data_type_manager_impl2_unittest.cc 172 dtm.Configure(types_);
187 dtm.Configure(types_);
203 dtm.Configure(types_);
218 dtm.Configure(types_);
238 dtm.Configure(types_);
253 dtm.Configure(types_);
275 dtm.Configure(types_);
281 dtm.Configure(types_);
302 dtm.Configure(types_);
309 dtm.Configure(types_)
    [all...]
data_type_manager.h 84 // Note that you may call Configure() while configuration is in
86 // desired_types supplied in the last call to Configure is achieved.
87 virtual void Configure(const TypeSet& desired_types) = 0;
90 // Configure() is called but before it finishes, it will abort the
91 // configure and any data types that have been started will be
data_type_manager_impl.h 29 virtual void Configure(const TypeSet& desired_types);
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_mock.h 20 MOCK_METHOD2(Configure, void(syncer::ModelTypeSet, syncer::ConfigureReason));
data_type_manager_impl_unittest.cc 221 // Configure the given DTM with the given desired types.
222 void Configure(DataTypeManagerImpl* dtm,
224 dtm->Configure(desired_types, syncer::CONFIGURE_REASON_RECONFIGURATION);
228 // a call to Configure().
274 // Set up a DTM with no controllers, configure it, finish downloading,
280 Configure(dtm_.get(), ModelTypeSet());
291 // Set up a DTM with a single controller, configure it, finish
299 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS));
313 // Set up a DTM with a single controller, configure it, but stop it
323 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS))
    [all...]
data_type_manager.h 90 // Note that you may call Configure() while configuration is in
92 // desired_types supplied in the last call to Configure is achieved.
93 virtual void Configure(syncer::ModelTypeSet desired_types,
100 // Configure() is called but before it finishes, it will abort the
101 // configure and any data types that have been started will be
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 68 bool Configure(const std::string& json_string) {
160 EXPECT_TRUE(Configure(kConfigConnectable));
173 EXPECT_TRUE(Configure(kConfigConnected));
177 EXPECT_TRUE(Configure(kConfigConnecting));
181 EXPECT_TRUE(Configure(kConfigRequiresPassphrase));
186 EXPECT_TRUE(Configure(kConfigRequiresActivation));
209 EXPECT_TRUE(Configure(kConfigRequiresCertificate));
217 EXPECT_TRUE(Configure(kConfigConnected));
228 EXPECT_TRUE(Configure(kConfigConnectable));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
SConscript 18 conf = env.Configure()
  /external/mesa3d/src/gallium/state_trackers/xorg/
SConscript 18 conf = env.Configure()
  /external/webrtc/src/modules/audio_processing/
processing_component.h 33 virtual int Configure();
processing_component.cc 94 return Configure();
97 int ProcessingComponent::Configure() {
echo_cancellation_impl.cc 186 return Configure();
197 return Configure();
231 return Configure();
290 return Configure();
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 99 EXPECT_CALL(*manager(), Configure(_));
108 EXPECT_CALL(*manager(), Configure(preferred_types()));
125 EXPECT_CALL(*manager(), Configure(_)).Times(0);
132 EXPECT_CALL(*manager(), Configure(_));
149 EXPECT_CALL(*manager(), Configure(_)).Times(1);
163 EXPECT_CALL(*manager(), Configure(bookmarks));
171 // Test that an external invocation of Configure(...) during a migration results
183 EXPECT_CALL(*manager(), Configure(difference));
190 EXPECT_CALL(*manager(), Configure(difference));
207 EXPECT_CALL(*manager(), Configure(_))
    [all...]
profile_sync_service_startup_unittest.cc 95 EXPECT_CALL(*data_type_manager, Configure(_)).Times(0);
111 EXPECT_CALL(*data_type_manager, Configure(_)).Times(3);
129 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
157 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
182 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
251 EXPECT_CALL(*data_type_manager, Configure(_)).
backend_migrator.cc 70 VLOG(1) << "BackendMigrator disabling types; calling Configure.";
71 manager_->Configure(difference);
103 manager_->Configure(full_set);
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator_unittest.cc 73 bool Configure(media::VideoCodec codec) {
88 EXPECT_FALSE(Configure(media::kUnknownVideoCodec));
94 EXPECT_TRUE(Configure(media::kCodecVP8));
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 72 TEST(ServiceStateTest, Configure) {
84 EXPECT_TRUE(state.Configure("test2@gmail.com", "abc", "id2"));
service_state.h 28 bool Configure(const std::string& email,
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.h 68 bool Configure();
  /external/chromium_org/media/cast/audio_receiver/
audio_decoder_unittest.cc 38 void Configure(const AudioReceiverConfig& audio_config) {
57 Configure(audio_config);
106 Configure(audio_config);
176 Configure(audio_config);
  /external/chromium_org/media/cast/video_sender/
video_encoder_unittest.cc 94 void Configure(uint8 max_unacked_frames) {
112 Configure(3);
154 Configure(6);
195 Configure(12);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc 184 EXPECT_CALL(*data_type_manager, Configure(_, _)).Times(0);
197 EXPECT_CALL(*data_type_manager, Configure(_, _)).Times(1);
281 EXPECT_CALL(*data_type_manager, Configure(_, _)).Times(0);
289 EXPECT_CALL(*data_type_manager, Configure(_, _));
334 EXPECT_CALL(*data_type_manager, Configure(_, _));
355 EXPECT_CALL(*data_type_manager, Configure(_, _));
388 EXPECT_CALL(*data_type_manager, Configure(_, _));
417 EXPECT_CALL(*data_type_manager, Configure(_, _));
455 EXPECT_CALL(*data_type_manager, Configure(_, _));
500 EXPECT_CALL(*data_type_manager, Configure(_, _))
    [all...]

Completed in 204 milliseconds

1 2 3