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

  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.h 25 void set_host(DownloadRequestLimiter::TabDownloadState* host) { function in class:DownloadRequestInfoBarDelegate
download_request_infobar_delegate_unittest.cc 66 static_cast<DownloadRequestInfoBarDelegate*>(infobar_.get())->set_host(NULL);
download_request_limiter.cc 154 infobar_->set_host(NULL);
  /external/chromium/net/base/
host_port_pair.h 50 void set_host(const std::string& in_host) { function in class:net::HostPortPair
host_mapping_rules.cc 59 host_port->set_host(rule.replacement_hostname);
  /external/chromium/third_party/libjingle/source/talk/examples/login/
login_main.cc 50 xcs.set_host("gmail.com");
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.h 62 void set_host(const std::string& host) { host_ = host; } function in class:talk_base::AsyncHttpRequest
httprequest.h 62 void set_host(const std::string& host) { host_ = host; } function in class:talk_base::HttpRequest
httpcommon.h 250 void set_host(const string& val) { host_ = val; } function in class:talk_base::Url
  /external/chromium/webkit/glue/media/
simple_data_source.h 45 virtual void set_host(media::FilterHost* host);
buffered_data_source.h 33 virtual void set_host(media::FilterHost* host);
simple_data_source_unittest.cc 72 data_source_->set_host(&host_);
187 data_source_->set_host(&host_);
simple_data_source.cc 53 void SimpleDataSource::set_host(media::FilterHost* host) { function in class:webkit_glue::SimpleDataSource
54 DataSource::set_host(host);
buffered_data_source.cc 94 void BufferedDataSource::set_host(media::FilterHost* host) { function in class:webkit_glue::BufferedDataSource
95 DataSource::set_host(host);
buffered_data_source_unittest.cc 126 data_source_->set_host(&host_);
  /external/chromium/chrome/common/extensions/
url_pattern.h 143 void set_host(const std::string& host) { host_ = host; } function in class:URLPattern
extension.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 44 void set_host(const std::string & host) { host_ = host; } function in class:buzz::XmppUserSettings
  /external/webkit/Tools/Scripts/webkitpy/common/net/
statusserver.py 48 self.set_host(host)
52 def set_host(self, host): member in class:StatusServer
  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 85 self.status_server.set_host(options.status_host)
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 182 request->set_host(host);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 315 xcs.set_host(jid.domain());
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 273 pattern.set_host(original_url_.host());

Completed in 300 milliseconds