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

  /external/chromium/net/proxy/
proxy_config_service_win.cc 29 if (ie_config->lpszAutoConfigUrl)
30 GlobalFree(ie_config->lpszAutoConfigUrl);
188 if (ie_config.lpszAutoConfigUrl)
189 config->set_pac_url(GURL(ie_config.lpszAutoConfigUrl));
proxy_resolver_winhttp.cc 58 options.lpszAutoConfigUrl = pac_url_wide.c_str();
  /external/bluetooth/glib/gio/win32/
winhttp.h 167 LPWSTR lpszAutoConfigUrl;
178 LPCWSTR lpszAutoConfigUrl;
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 116 LPCWSTR lpszAutoConfigUrl;
124 LPWSTR lpszAutoConfigUrl;
683 if (iecfg.lpszAutoConfigUrl) {
684 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
685 GlobalFree(iecfg.lpszAutoConfigUrl);
761 options.lpszAutoConfigUrl = autoconfig_url16.c_str();
    [all...]

Completed in 32 milliseconds