Searched defs:hosts_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h53 HostMap::iterator it = hosts_.find(host_id);
54 return (it != hosts_.end()) ? (it->second) : NULL;
58 const HostMap& hosts() { return hosts_; }
70 HostMap hosts_; member in class:content::AppCacheBackendImpl
H A Dappcache_update_job_unittest.cc3044 STLDeleteContainerPointers(hosts_.begin(), hosts_.end());
3078 hosts_.push_back(host);
3399 std::vector<AppCacheHost*> hosts_; member in class:content::AppCacheUpdateJobTest
/external/chromium_org/content/browser/renderer_host/
H A Dsocket_stream_dispatcher_host.h86 IDMap<SocketStreamHost> hosts_; member in class:content::SocketStreamDispatcherHost
H A Dwebsocket_dispatcher_host.h134 // removes it from the |hosts_| table.
139 WebSocketHostTable hosts_; member in class:content::WebSocketDispatcherHost
H A Drender_widget_host_impl.cc127 hosts_.push_back(RenderWidgetHostID(host->GetProcess()->GetID(),
134 while (current_index_ < hosts_.size() && !host) {
135 RenderWidgetHostID id = hosts_[current_index_];
143 std::vector<RenderWidgetHostID> hosts_; member in class:content::__anon7368::RenderWidgetHostIteratorImpl
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.h43 // Adds |host| to the set |hosts_|.
46 // Removes |host| from the set |hosts_|.
69 Hosts hosts_; member in class:views::DesktopNativeCursorManager
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac.h126 HostMap& hosts() { return hosts_; }
148 HostMap hosts_; member in class:apps::ExtensionAppShimHandler
/external/chromium_org/chrome/browser/net/
H A Dpredictor_unittest.cc43 hosts_(hosts),
50 for (UrlList::const_iterator i = hosts_.begin(); i != hosts_.end(); ++i)
66 const UrlList hosts_; member in class:chrome_browser_net::WaitForResolutionHelper
/external/chromium_org/net/dns/
H A Ddns_config_service_posix.cc319 success_ = ParseHostsFile(path_, &hosts_);
327 service_->OnHostsRead(hosts_);
336 DnsHosts hosts_; member in class:net::internal::DnsConfigServicePosix::HostsReader
H A Ddns_config_service_win.cc685 if (ParseHostsFile(path_, &hosts_))
686 result = AddLocalhostEntries(&hosts_);
698 service_->OnHostsRead(hosts_);
707 DnsHosts hosts_; member in class:net::internal::DnsConfigServiceWin::HostsReader

Completed in 7228 milliseconds