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

  /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/chrome/browser/sync/glue/
data_type_manager_impl.cc 101 void DataTypeManagerImpl::Configure(const TypeSet& desired_types) {
112 VLOG(1) << "Received configure request while configuration in flight. "
201 // the most recent set of desired types, so we just call configure.
206 VLOG(1) << "Reconfiguring due to previous configure attempt occuring while"
209 // Unwind the stack before executing configure. The method configure and its
212 method_factory_.NewRunnableMethod(&DataTypeManagerImpl::Configure,
  /external/chromium_org/chrome_frame/ready_mode/
ready_mode.cc 363 void Configure(Delegate* chrome_frame, IWebBrowser2* web_browser) {
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 297 void Configure(IWebBrowser2* web_browser) {
  /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/cloud_print/service/
service_state.cc 212 bool ServiceState::Configure(const std::string& email,
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.cc 130 return Configure();
133 bool AUAudioOutputStream::Configure() {
262 // or smaller than the value set during Configure(). In this case either
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 216 def Configure(
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc 78 void DataTypeManagerImpl::Configure(syncer::ModelTypeSet desired_types,
123 DVLOG(1) << "Received configure request while configuration in flight. "
275 // the most recent set of desired types, so we just call configure.
278 DVLOG(1) << "Reconfiguring due to previous configure attempt occuring while"
data_type_manager_impl_unittest.cc 210 // Configure the given DTM with the given desired types.
211 void Configure(DataTypeManagerImpl* dtm,
213 dtm->Configure(desired_types, syncer::CONFIGURE_REASON_RECONFIGURATION);
217 // a call to Configure().
263 // Set up a DTM with no controllers, configure it, finish downloading,
269 Configure(dtm_.get(), ModelTypeSet());
280 // Set up a DTM with a single controller, configure it, finish
288 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS));
302 // Set up a DTM with 2 controllers. configure it. One of them finishes loading
317 Configure(dtm_.get(), types)
    [all...]
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 250 void Configure(bool did_finish,
316 adapter_fetcher->Configure(
430 adapter_fetcher->Configure(true, OK, L"bingo", 1);
590 adapter_fetcher->Configure(true, OK, L"bingo", 1);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 

Completed in 676 milliseconds