OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lpszautoconfigurl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/proxy/
proxy_config_service_win_unittest.cc
36
NULL, //
lpszAutoConfigUrl
51
L"http://wpad/wpad.dat", //
lpszAutoConfigUrl
66
L"wpad.dat", //
lpszAutoConfigUrl
81
NULL, //
lpszAutoConfigUrl
98
NULL, //
lpszAutoConfigUrl
117
NULL, //
lpszAutoConfigUrl
142
NULL, //
lpszAutoConfigUrl
157
NULL, //
lpszAutoConfigUrl
172
NULL, //
lpszAutoConfigUrl
187
NULL, //
lpszAutoConfigUrl
[
all
...]
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 36 milliseconds