Searched defs:SetConfig (Results 1 - 12 of 12) sorted by relevance

/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/third_party/webrtc/test/
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
/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/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/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.cc158 void GoogleOneShotRemoteEngine::SetConfig( function in class:content::GoogleOneShotRemoteEngine
H A Dgoogle_streaming_remote_engine.cc88 void GoogleStreamingRemoteEngine::SetConfig( function in class:content::GoogleStreamingRemoteEngine
/external/chromium_org/net/dns/
H A Ddns_test_util.cc209 void MockDnsClient::SetConfig(const DnsConfig& config) { function in class:net::MockDnsClient
/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/net/proxy/
H A Dproxy_service_unittest.cc145 void SetConfig(const ProxyConfig& config) { function in class:net::__anon9399::MockProxyConfigService
1169 config_service->SetConfig(
1204 config_service->SetConfig(
2378 config_service->SetConfig(ProxyConfig::CreateDirect());
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc352 STDMETHODIMP ElevatedController::SetConfig(BSTR config) { function in class:remoting::ElevatedController
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc975 void SetConfig(const VideoSendStream::Config& config) { config_ = config; } function in class:webrtc::ProducesStats
981 SetConfig(*send_config);

Completed in 686 milliseconds