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

  /external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect.cc 100 //#include <winhttp.h>
101 // Note: From winhttp.h
103 const char WINHTTP[] = "winhttp";
606 LOG_GLEM(LERROR, WINHTTP) << "WinHttpGetProxyForUrl faulted!!";
666 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
668 LOG(LS_ERROR) << "Failed to load winhttp.dll.";
704 // Uses the WinHTTP API to auto detect proxy for the given url. Firefox and IE
718 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
720 LOG(LS_ERROR) << "Failed to load winhttp.dll."
    [all...]
  /external/chromium_org/third_party/webrtc/base/
proxydetect.cc 83 //#include <winhttp.h>
84 // Note: From winhttp.h
86 const char WINHTTP[] = "winhttp";
589 LOG_GLEM(LERROR, WINHTTP) << "WinHttpGetProxyForUrl faulted!!";
649 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
651 LOG(LS_ERROR) << "Failed to load winhttp.dll.";
687 // Uses the WinHTTP API to auto detect proxy for the given url. Firefox and IE
701 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll");
703 LOG(LS_ERROR) << "Failed to load winhttp.dll."
    [all...]

Completed in 443 milliseconds