Home
last modified time | relevance | path

Searched refs:isProxy (Results 1 – 24 of 24) sorted by relevance

/third_party/node/benchmark/util/
Dinspect-proxy.js9 isProxy: [0, 1] property
12 function main({ n, showProxy, isProxy }) { field
15 if (isProxy) {
/third_party/cef/libcef_dll/cpptoc/
Drequest_handler_cpptoc.cc163 int isProxy, in request_handler_get_auth_credentials() argument
197 isProxy ? true : false, CefString(host), port, CefString(realm), in request_handler_get_auth_credentials()
282 int isProxy, in request_handler_on_select_client_certificate() argument
324 CefBrowserCToCpp::Wrap(browser), isProxy ? true : false, CefString(host), in request_handler_on_select_client_certificate()
Durlrequest_client_cpptoc.cc116 int isProxy, in urlrequest_client_get_auth_credentials() argument
145 isProxy ? true : false, CefString(host), port, CefString(realm), in urlrequest_client_get_auth_credentials()
/third_party/cef/libcef_dll/ctocpp/
Drequest_handler_ctocpp.cc155 bool isProxy, in GetAuthCredentials() argument
189 _struct, CefBrowserCppToC::Wrap(browser), origin_url.GetStruct(), isProxy, in GetAuthCredentials()
277 bool isProxy, in OnSelectClientCertificate() argument
318 _struct, CefBrowserCppToC::Wrap(browser), isProxy, host.GetStruct(), port, in OnSelectClientCertificate()
Drequest_handler_ctocpp.h58 bool isProxy,
75 bool isProxy,
Durlrequest_client_ctocpp.cc116 bool isProxy, in GetAuthCredentials() argument
146 _struct, isProxy, host.GetStruct(), port, realm.GetStruct(), in GetAuthCredentials()
Durlrequest_client_ctocpp.h48 bool GetAuthCredentials(bool isProxy,
/third_party/cef/include/capi/
Dcef_request_handler_capi.h171 int isProxy,
224 int isProxy,
Dcef_urlrequest_capi.h197 int isProxy,
/third_party/cef/include/
Dcef_request_handler.h166 bool isProxy, in GetAuthCredentials() argument
223 bool isProxy, in OnSelectClientCertificate() argument
Dcef_urlrequest.h189 virtual bool GetAuthCredentials(bool isProxy,
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h243 bool isProxy,
260 bool isProxy,
Durlrequest_test.cc66 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
Dclient_handler.cc749 bool isProxy, in GetAuthCredentials() argument
759 if (isProxy) { in GetAuthCredentials()
815 bool isProxy, in OnSelectClientCertificate() argument
/third_party/cef/tests/ceftests/
Dtest_request.cc61 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
Dserver_unittest.cc908 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
Durlrequest_unittest.cc2996 bool isProxy, in GetAuthCredentials() argument
3518 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
/third_party/node/lib/internal/modules/cjs/
Dloader.js126 isProxy
703 !isProxy(module.exports) &&
806 !isProxy(module.exports) &&
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js455 this.isProxy = function (...args) { method
/third_party/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m145 @"isProxy: true\n"
Dunittest_objc.proto140 optional bool isProxy = 111; field
/third_party/node/doc/api/
Dutil.md1788 ### `util.types.isProxy(value)`
1801 util.types.isProxy(target); // Returns false
1802 util.types.isProxy(proxy); // Returns true
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp96775 bool isProxy() const { in isProxy() function
123485 return GetObjectClass(obj)->isProxy(); in IsProxy()
144476 return clasp->isProxy() && in IsDOMProxy()
153358 return IsDOMClass(clasp) && !clasp->isProxy(); in IsNonProxyDOMClass()
/third_party/chromium/patch/
D0003-ohos-1115.patch10121 int isProxy,
11816 bool isProxy,
30350 int isProxy,
30389 CefBrowserCToCpp::Wrap(browser), isProxy ? true : false, CefString(host),
35878 bool isProxy,
35906 _struct, CefBrowserCppToC::Wrap(browser), isProxy, host.GetStruct(), port,
35942 bool isProxy,
36754 bool isProxy,
36767 bool isProxy,
65401 + bool isProxy,
[all …]