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

/external/chromium/net/proxy/
H A Dproxy_config_service_win.cc29 if (ie_config->lpszAutoConfigUrl)
30 GlobalFree(ie_config->lpszAutoConfigUrl);
188 if (ie_config.lpszAutoConfigUrl)
189 config->set_pac_url(GURL(ie_config.lpszAutoConfigUrl));
H A Dproxy_resolver_winhttp.cc58 options.lpszAutoConfigUrl = pac_url_wide.c_str();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc116 LPCWSTR lpszAutoConfigUrl; member in struct:__anon3184
124 LPWSTR lpszAutoConfigUrl; member in struct:__anon3185
683 if (iecfg.lpszAutoConfigUrl) {
684 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
685 GlobalFree(iecfg.lpszAutoConfigUrl);
761 options.lpszAutoConfigUrl = autoconfig_url16.c_str();

Completed in 59 milliseconds