OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpszAutoConfigUrl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/proxy/
proxy_config_service_win.cc
30
if (ie_config->
lpszAutoConfigUrl
)
31
GlobalFree(ie_config->
lpszAutoConfigUrl
);
191
if (ie_config.
lpszAutoConfigUrl
)
192
config->set_pac_url(GURL(ie_config.
lpszAutoConfigUrl
));
proxy_resolver_winhttp.cc
58
options.
lpszAutoConfigUrl
= pac_url_wide.c_str();
/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 450 milliseconds