Searched refs:is_proxy (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/libcef/browser/net_service/ |
D | login_delegate.cc | 83 auth_info.is_proxy, auth_info.challenger.host(), in RunCallbackOnIOThread() 99 browser.get(), origin_url.spec(), auth_info.is_proxy, in RunCallbackOnIOThread()
|
/third_party/boost/boost/python/ |
D | object_core.hpp | 276 template <bool is_proxy = false, bool is_object_manager = false> 321 is_proxy<T>::value
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | attributes.hpp | 73 , traits::is_proxy<Transformed> >
|
/third_party/boost/boost/spirit/home/support/ |
D | attributes_fwd.hpp | 65 struct is_proxy;
|
D | attributes.hpp | 247 struct is_proxy : mpl::false_ {}; struct 250 struct is_proxy<T, struct
|
/third_party/curl/tests/server/ |
D | sws.c | 82 static bool is_proxy = FALSE; variable 792 const char *dumpfile = is_proxy?REQUEST_PROXY_DUMP:REQUEST_DUMP; in storerequest() 958 const char *responsedump = is_proxy?RESPONSE_PROXY_DUMP:RESPONSE_DUMP; in send_doc() 1840 if(!is_proxy) { in service_connection() 1994 is_proxy = TRUE; in main()
|
/third_party/libsoup/libsoup/ |
D | soup-auth-manager.c | 444 update_authorization_header (SoupMessage *msg, SoupAuth *auth, gboolean is_proxy) in update_authorization_header() argument 446 const char *authorization_header = is_proxy ? "Proxy-Authorization" : "Authorization"; in update_authorization_header()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_content_browser_client.cc | 967 browser.get(), cert_request_info->is_proxy, in SelectClientCertificate()
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 3673 (send_request): Only pass TRUE for is_proxy to
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 13158 - browser.get(), cert_request_info->is_proxy, 13161 + browser.get(), cert_request_info->is_proxy, host, port, key_types_cef,
|