/third_party/node/benchmark/util/ |
D | inspect-proxy.js | 9 isProxy: [0, 1] property 12 function main({ n, showProxy, isProxy }) { field 15 if (isProxy) {
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_handler_cpptoc.cc | 163 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()
|
D | urlrequest_client_cpptoc.cc | 116 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/ |
D | request_handler_ctocpp.cc | 155 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()
|
D | request_handler_ctocpp.h | 58 bool isProxy, 75 bool isProxy,
|
D | urlrequest_client_ctocpp.cc | 116 bool isProxy, in GetAuthCredentials() argument 146 _struct, isProxy, host.GetStruct(), port, realm.GetStruct(), in GetAuthCredentials()
|
D | urlrequest_client_ctocpp.h | 48 bool GetAuthCredentials(bool isProxy,
|
/third_party/cef/include/capi/ |
D | cef_request_handler_capi.h | 171 int isProxy, 224 int isProxy,
|
D | cef_urlrequest_capi.h | 197 int isProxy,
|
/third_party/cef/include/ |
D | cef_request_handler.h | 166 bool isProxy, in GetAuthCredentials() argument 223 bool isProxy, in OnSelectClientCertificate() argument
|
D | cef_urlrequest.h | 189 virtual bool GetAuthCredentials(bool isProxy,
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.h | 243 bool isProxy, 260 bool isProxy,
|
D | urlrequest_test.cc | 66 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
|
D | client_handler.cc | 749 bool isProxy, in GetAuthCredentials() argument 759 if (isProxy) { in GetAuthCredentials() 815 bool isProxy, in OnSelectClientCertificate() argument
|
/third_party/cef/tests/ceftests/ |
D | test_request.cc | 61 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
|
D | server_unittest.cc | 908 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
|
D | urlrequest_unittest.cc | 2996 bool isProxy, in GetAuthCredentials() argument 3518 bool GetAuthCredentials(bool isProxy, in GetAuthCredentials() argument
|
/third_party/node/lib/internal/modules/cjs/ |
D | loader.js | 126 isProxy 703 !isProxy(module.exports) && 806 !isProxy(module.exports) &&
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_util.js | 455 this.isProxy = function (...args) { method
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBUtilitiesTests.m | 145 @"isProxy: true\n"
|
D | unittest_objc.proto | 140 optional bool isProxy = 111; field
|
/third_party/node/doc/api/ |
D | util.md | 1788 ### `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/ |
D | stylo.hpp | 96775 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/ |
D | 0003-ohos-1115.patch | 10121 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 …]
|