HomeSort by relevance Sort by last modified time
    Searched refs:net_config (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config.cc 54 bool UIProxyConfig::FromNetProxyConfig(const net::ProxyConfig& net_config) {
56 const net::ProxyConfig::ProxyRules& rules = net_config.proxy_rules();
59 if (!net_config.HasAutomaticSettings()) {
61 } else if (net_config.auto_detect()) {
63 } else if (net_config.has_pac_url()) {
65 automatic_proxy.pac_url = net_config.pac_url();
ui_proxy_config.h 72 bool FromNetProxyConfig(const net::ProxyConfig& net_config);
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 85 void TestCaptureNtpTime(const FakeNetworkPipe::Config& net_config,
242 FakeNetworkPipe::Config net_config; local
243 net_config.queue_delay_ms = 500;
244 SyncRtcpObserver audio_observer(net_config);
452 void CallPerfTest::TestCaptureNtpTime(const FakeNetworkPipe::Config& net_config,
457 net_config, local
521 FakeNetworkPipe::Config net_config; local
522 net_config.queue_delay_ms = 100;
528 TestCaptureNtpTime(net_config, kThresholdMs, kStartTimeMs, kRunTimeMs);
532 FakeNetworkPipe::Config net_config; local
    [all...]

Completed in 53 milliseconds