HomeSort by relevance Sort by last modified time
    Searched refs:set_proxy (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/webrtc/base/
asynchttprequest.h 42 void set_proxy(const ProxyInfo& proxy) { function in class:rtc::AsyncHttpRequest
autodetectproxy.h 40 void set_proxy(const SocketAddress& proxy) { function in class:rtc::AutoDetectProxy
httprequest.h 36 void set_proxy(const ProxyInfo& proxy) { function in class:rtc::HttpRequest
asynchttprequest.cc 105 client_.set_proxy(proxy_);
autodetectproxy_unittest.cc 69 auto_detect_proxy_->set_proxy(proxy);
httprequest.cc 81 client_.set_proxy(proxy_);
proxy_unittest.cc 63 detect->set_proxy(address);
httpclient.h 72 void set_proxy(const ProxyInfo& proxy) { proxy_ = proxy; } function in class:rtc::HttpClient
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 212 def set_proxy(self, host, type): member in class:FancyRequest
218 urllib2.Request.set_proxy(self, host, type)
321 req.set_proxy(hostport, proxy_type)
366 # Same thing as in our set_proxy implementation, but in this case
387 new_req.set_proxy(req.host, "https")
  /external/chromium_org/content/shell/renderer/
shell_content_renderer_client.cc 196 test_runner->set_proxy(proxy);
webkit_test_runner.h 120 void set_proxy(WebTestProxyBase* proxy) { proxy_ = proxy; } function in class:content::WebKitTestRunner
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h 152 void set_proxy(const std::string& agent, const rtc::ProxyInfo& proxy) { function in class:cricket::PortAllocator
port.h 258 void set_proxy(const std::string& user_agent, function in class:cricket::Port
p2ptransportchannel_unittest.cc 403 GetAllocator(endpoint)->set_proxy("unittest/1.0", info);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 181 port_allocator_->set_proxy(user_agent_, proxy_info);
460 port->set_proxy(user_agent_, proxy_info);
502 port->set_proxy(user_agent_, proxy_info);
542 allocator_session->set_proxy(port_allocator_->proxy());
connectivitychecker.h 130 void set_proxy(const rtc::ProxyInfo& proxy) { function in class:cricket::TestHttpPortAllocatorSession
httpportallocator.cc 301 request->set_proxy(allocator()->proxy());
basicportallocator.cc 496 port->set_proxy(allocator_->user_agent(), allocator_->proxy());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 99 void set_proxy(rtc::ProxyType f) { proxy_ = f; } function in class:buzz::XmppClientSettings

Completed in 231 milliseconds