Searched defs:winhttp_handle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc649 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); local
650 if (winhttp_handle == NULL) {
659 GetProcAddress(winhttp_handle,
683 FreeLibrary(winhttp_handle);
701 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); local
702 if (winhttp_handle == NULL) {
707 reinterpret_cast<pfnWinHttpOpen>(GetProcAddress(winhttp_handle,
711 GetProcAddress(winhttp_handle, "WinHttpCloseHandle"));
714 GetProcAddress(winhttp_handle, "WinHttpGetProxyForUrl"));
780 FreeLibrary(winhttp_handle);
[all...]

Completed in 100 milliseconds