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

  /external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect.cc 116 LPCWSTR lpszAutoConfigUrl;
124 LPWSTR lpszAutoConfigUrl;
685 if (iecfg.lpszAutoConfigUrl) {
686 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
687 GlobalFree(iecfg.lpszAutoConfigUrl);
763 options.lpszAutoConfigUrl = autoconfig_url16.c_str();
    [all...]
  /external/chromium_org/third_party/webrtc/base/
proxydetect.cc 99 LPCWSTR lpszAutoConfigUrl;
107 LPWSTR lpszAutoConfigUrl;
668 if (iecfg.lpszAutoConfigUrl) {
669 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
670 GlobalFree(iecfg.lpszAutoConfigUrl);
746 options.lpszAutoConfigUrl = autoconfig_url16.c_str();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winhttp.h 505 LPWSTR lpszAutoConfigUrl;
524 LPCWSTR lpszAutoConfigUrl;

Completed in 87 milliseconds