Home
last modified time | relevance | path

Searched refs:is_proxy (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dlogin_delegate.cc83 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/
Dobject_core.hpp276 template <bool is_proxy = false, bool is_object_manager = false>
321 is_proxy<T>::value
/third_party/boost/boost/spirit/home/qi/detail/
Dattributes.hpp73 , traits::is_proxy<Transformed> >
/third_party/boost/boost/spirit/home/support/
Dattributes_fwd.hpp65 struct is_proxy;
Dattributes.hpp247 struct is_proxy : mpl::false_ {}; struct
250 struct is_proxy<T, struct
/third_party/curl/tests/server/
Dsws.c82 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/
Dsoup-auth-manager.c444 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/
Dalloy_content_browser_client.cc967 browser.get(), cert_request_info->is_proxy, in SelectClientCertificate()
/third_party/libsoup/
DChangeLog.pre-git3673 (send_request): Only pass TRUE for is_proxy to
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch13158 - browser.get(), cert_request_info->is_proxy,
13161 + browser.get(), cert_request_info->is_proxy, host, port, key_types_cef,