/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_org/third_party/webrtc/base/ |
D | autodetectproxy.h | 40 void set_proxy(const SocketAddress& proxy) { in set_proxy() function
|
D | httprequest.h | 36 void set_proxy(const ProxyInfo& proxy) { in set_proxy() function
|
D | asynchttprequest.h | 42 void set_proxy(const ProxyInfo& proxy) { in set_proxy() function
|
D | asynchttprequest.cc | 105 client_.set_proxy(proxy_); in LaunchRequest()
|
D | autodetectproxy_unittest.cc | 69 auto_detect_proxy_->set_proxy(proxy); in SetProxy()
|
D | httprequest.cc | 81 client_.set_proxy(proxy_); in Send()
|
D | proxy_unittest.cc | 63 detect->set_proxy(address); in DetectProxyType()
|
D | httpclient.h | 72 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 | 181 port_allocator_->set_proxy(user_agent_, proxy_info); in SetProxyInfo() 460 port->set_proxy(user_agent_, proxy_info); in CreateRelayPorts() 502 port->set_proxy(user_agent_, proxy_info); in AllocatePorts() 542 allocator_session->set_proxy(port_allocator_->proxy()); in AllocatePorts()
|
D | connectivitychecker.h | 130 void set_proxy(const rtc::ProxyInfo& proxy) { in set_proxy() function
|
D | httpportallocator.cc | 301 request->set_proxy(allocator()->proxy()); in SendSessionRequest()
|
D | basicportallocator.cc | 496 port->set_proxy(allocator_->user_agent(), allocator_->proxy());
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | xmppclientsettings.h | 99 void set_proxy(rtc::ProxyType f) { proxy_ = f; } in set_proxy() function
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | portallocator.h | 152 void set_proxy(const std::string& agent, const rtc::ProxyInfo& proxy) { in set_proxy() function
|
D | port.h | 258 void set_proxy(const std::string& user_agent, in set_proxy() function
|
D | p2ptransportchannel_unittest.cc | 403 GetAllocator(endpoint)->set_proxy("unittest/1.0", info); in SetProxy()
|
/external/chromium_org/content/shell/renderer/ |
D | shell_content_renderer_client.cc | 196 test_runner->set_proxy(proxy); in WebTestProxyCreated()
|
D | webkit_test_runner.h | 120 void set_proxy(WebTestProxyBase* proxy) { proxy_ = proxy; } in set_proxy() function
|