/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/ |
D | __init__.py | 212 def set_proxy(self, host, type): member in FancyRequest 218 urllib2.Request.set_proxy(self, host, type) 321 req.set_proxy(hostport, proxy_type) 387 new_req.set_proxy(req.host, "https")
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | autodetectproxy.h | 54 void set_proxy(const SocketAddress& proxy) { in set_proxy() function
|
D | asynchttprequest.h | 53 void set_proxy(const ProxyInfo& proxy) { in set_proxy() function
|
D | httprequest.h | 53 void set_proxy(const ProxyInfo& proxy) { in set_proxy() function
|
D | asynchttprequest.cc | 59 client_.set_proxy(proxy_); in OnWorkStart()
|
D | httprequest.cc | 98 client_.set_proxy(proxy_); in Send()
|
D | httpclient.h | 87 void set_proxy(const ProxyInfo& proxy) { proxy_ = proxy; } in set_proxy() function
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
D | connectivitychecker.cc | 161 port_allocator_->set_proxy(user_agent_, proxy_info); in SetProxyInfo() 398 port->set_proxy(user_agent_, proxy_info); in CreateRelayPorts() 434 port->set_proxy(user_agent_, proxy_info); in AllocatePorts() 474 allocator_session->set_proxy(port_allocator_->proxy()); in AllocateRelayPorts()
|
D | connectivitychecker.h | 130 void set_proxy(const talk_base::ProxyInfo& proxy) { in set_proxy() function
|
D | httpportallocator.cc | 292 request->set_proxy(allocator()->proxy()); in SendSessionRequest()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | autodetectproxy.h | 57 void set_proxy(const SocketAddress& proxy) { in set_proxy() function
|
D | httprequest.h | 53 void set_proxy(const ProxyInfo& proxy) { in set_proxy() function
|
D | asynchttprequest.h | 59 void set_proxy(const ProxyInfo& proxy) { in set_proxy() function
|
D | autodetectproxy_unittest.cc | 85 auto_detect_proxy_->set_proxy(proxy); in SetProxy()
|
D | asynchttprequest.cc | 122 client_.set_proxy(proxy_); in LaunchRequest()
|
D | httprequest.cc | 98 client_.set_proxy(proxy_); in Send()
|
D | proxy_unittest.cc | 79 detect->set_proxy(address); in DetectProxyType()
|
D | httpclient.h | 89 void set_proxy(const ProxyInfo& proxy) { proxy_ = proxy; } in set_proxy() function
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | portallocator.h | 100 void set_proxy(const std::string& agent, const talk_base::ProxyInfo& proxy) { in set_proxy() function
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | xmppclientsettings.h | 87 void set_proxy(talk_base::ProxyType f) { proxy_ = f; } in set_proxy() function
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | xmppclientsettings.h | 99 void set_proxy(talk_base::ProxyType f) { proxy_ = f; } in set_proxy() function
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | portallocator.h | 141 void set_proxy(const std::string& agent, const talk_base::ProxyInfo& proxy) { in set_proxy() function
|
/external/chromium_org/content/shell/renderer/ |
D | shell_content_renderer_client.cc | 173 test_runner->set_proxy(proxy); in WebTestProxyCreated()
|
D | webkit_test_runner.h | 103 void set_proxy(::WebTestRunner::WebTestProxyBase* proxy) { proxy_ = proxy; } in set_proxy() function
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | httpportallocator.cc | 174 request->set_proxy(allocator()->proxy()); in SendSessionRequest()
|