Searched refs:SetConfig (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/net/dns/
H A Ddns_client.h20 // to remain valid until next time SetConfig is called.
27 virtual void SetConfig(const DnsConfig& config) = 0;
H A Ddns_client.cc27 virtual void SetConfig(const DnsConfig& config) OVERRIDE {
H A Ddns_test_util.cc209 void MockDnsClient::SetConfig(const DnsConfig& config) { function in class:net::MockDnsClient
H A Ddns_test_util.h214 virtual void SetConfig(const DnsConfig& config) OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dppb_image_capture_private_thunk.cc49 int32_t SetConfig(PP_Resource image_capture, function in namespace:ppapi::thunk::__anon10283
52 VLOG(4) << "PPB_ImageCapture_Private::SetConfig()";
56 return enter.SetResult(enter.object()->SetConfig(config, enter.callback()));
101 &SetConfig,
/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.h39 virtual void SetConfig(const SpeechRecognitionEngineConfig& config) OVERRIDE;
H A Dspeech_recognition_engine.h68 virtual void SetConfig(const Config& config) = 0;
H A Dgoogle_streaming_remote_engine.h63 virtual void SetConfig(const SpeechRecognitionEngineConfig& config) OVERRIDE;
H A Dgoogle_one_shot_remote_engine.cc158 void GoogleOneShotRemoteEngine::SetConfig( function in class:content::GoogleOneShotRemoteEngine
/external/chromium_org/ppapi/cpp/private/
H A Dimage_capture_private.h27 /// 4. Set the same preview size and other settings by SetConfig.
85 /// If <code>SetConfig()</code> is not called, default settings will be used.
89 /// completion of <code>SetConfig()</code>.
93 /// <code>SetConfig()</code> or <code>CaptureStillImage()</code>.
95 int32_t SetConfig(const ImageCaptureConfig_Private& config,
/external/chromium_org/third_party/webrtc/test/
H A Ddirect_transport.h37 void SetConfig(const FakeNetworkPipe::Config& config);
H A Dfake_network_pipe.h61 void SetConfig(const FakeNetworkPipe::Config& config);
H A Ddirect_transport.cc45 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) { function in class:webrtc::test::DirectTransport
46 fake_network_.SetConfig(config);
H A Dfake_network_pipe.cc101 void FakeNetworkPipe::SetConfig(const FakeNetworkPipe::Config& config) { function in class:webrtc::FakeNetworkPipe
H A Dfake_network_pipe_unittest.cc229 pipe->SetConfig(config);
275 pipe->SetConfig(config);
/external/chromium_org/ppapi/c/private/
H A Dppb_image_capture_private.h116 * 4. Set the same preview size and other settings by SetConfig.
171 * If <code>SetConfig()</code> is not called, default settings will be used.
177 * completion of <code>SetConfig()</code>.
181 * <code>SetConfig()</code> or <code>CaptureStillImage()</code>.
184 int32_t (*SetConfig)(PP_Resource image_capture, member in struct:PPB_ImageCapture_Private_0_1
/external/chromium_org/remoting/host/win/
H A Delevated_controller.h45 STDMETHOD(SetConfig)(BSTR config);
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_service.cc146 system_client->SetConfig(system_config);
159 public_client->SetConfig(public_config);
H A Ddns_probe_runner_unittest.cc94 dns_client->SetConfig(empty_config);
/external/chromium_org/ppapi/api/private/
H A Dppb_image_capture_private.idl94 * 4. Set the same preview size and other settings by SetConfig.
153 * If <code>SetConfig()</code> is not called, default settings will be used.
159 * completion of <code>SetConfig()</code>.
163 * <code>SetConfig()</code> or <code>CaptureStillImage()</code>.
166 int32_t SetConfig([in] PP_Resource image_capture,
/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_config_service_impl_unittest.cc296 void SetConfig(base::DictionaryValue* pref_proxy_config_dict) { function in class:chromeos::ProxyConfigServiceImplTest
343 SetConfig(&test_config);
399 SetConfig(NULL);
420 SetConfig(&network_config);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.cc94 void SetConfig(const webrtc::Config& config) { function in class:webrtc::__anon16212::WrappingBitrateEstimator
257 estimator->SetConfig(config);
/external/chromium_org/third_party/webrtc/video/
H A Drampup_tests.cc223 test::DirectTransport::SetConfig(forward_transport_config_);
309 test::DirectTransport::SetConfig(forward_transport_config_);
329 test::DirectTransport::SetConfig(forward_transport_config_);
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_win.cc450 hr = control_->SetConfig(config_str);
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc423 dns_client->SetConfig(dns_config);

Completed in 439 milliseconds

12