Searched refs:lpszAutoConfigUrl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_config_service_win.cc30 if (ie_config->lpszAutoConfigUrl)
31 GlobalFree(ie_config->lpszAutoConfigUrl);
191 if (ie_config.lpszAutoConfigUrl)
192 config->set_pac_url(GURL(ie_config.lpszAutoConfigUrl));
H A Dproxy_resolver_winhttp.cc58 options.lpszAutoConfigUrl = pac_url_wide.c_str();
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc99 LPCWSTR lpszAutoConfigUrl; member in struct:__anon15681
107 LPWSTR lpszAutoConfigUrl; member in struct:__anon15682
668 if (iecfg.lpszAutoConfigUrl) {
669 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
670 GlobalFree(iecfg.lpszAutoConfigUrl);
746 options.lpszAutoConfigUrl = autoconfig_url16.c_str();

Completed in 1420 milliseconds