Searched refs:iecfg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc671 WINHTTP_CURRENT_USER_IE_PROXY_CONFIG iecfg; local
672 memset(&iecfg, 0, sizeof(iecfg));
679 if (pWHGIEPC && pWHGIEPC(&iecfg)) {
682 if (iecfg.fAutoDetect) {
685 if (iecfg.lpszAutoConfigUrl) {
686 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
687 GlobalFree(iecfg.lpszAutoConfigUrl);
689 if (iecfg.lpszProxyBypass) {
690 proxy->bypass_list = ToUtf8(iecfg
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc654 WINHTTP_CURRENT_USER_IE_PROXY_CONFIG iecfg; local
655 memset(&iecfg, 0, sizeof(iecfg));
662 if (pWHGIEPC && pWHGIEPC(&iecfg)) {
665 if (iecfg.fAutoDetect) {
668 if (iecfg.lpszAutoConfigUrl) {
669 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
670 GlobalFree(iecfg.lpszAutoConfigUrl);
672 if (iecfg.lpszProxyBypass) {
673 proxy->bypass_list = ToUtf8(iecfg
[all...]

Completed in 50 milliseconds