Searched refs:hWinHttp (Results 1 – 1 of 1) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | proxydetect.cc | 608 HINTERNET hWinHttp, LPCWSTR url, in MyWinHttpGetProxyForUrl() argument 619 success = pWHGPFU(hWinHttp, url, options, info); in MyWinHttpGetProxyForUrl() 626 success = pWHGPFU(hWinHttp, url, options, info); in MyWinHttpGetProxyForUrl() 731 if (HINTERNET hWinHttp = pWHO(ToUtf16(agent).c_str(), in WinHttpAutoDetectProxyForUrl() local 749 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info); in WinHttpAutoDetectProxyForUrl() 764 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info); in WinHttpAutoDetectProxyForUrl() 789 pWHCH(hWinHttp); in WinHttpAutoDetectProxyForUrl()
|