Searched refs:m_hosts (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedImageBacking.cpp85 ASSERT(!m_hosts.contains(host));
86 m_hosts.append(host);
91 size_t position = m_hosts.find(host);
93 m_hosts.remove(position);
95 if (m_hosts.isEmpty())
154 for (size_t i = 0; i < m_hosts.size(); ++i) {
155 if (m_hosts[i]->imageBackingVisible()) {
H A DCoordinatedImageBacking.h81 Vector<Host*> m_hosts; member in class:WebCore::CoordinatedImageBacking
/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkResourceLoadScheduler.cpp65 m_hosts.checkConsistency();
67 HostRecord* host = m_hosts.get(hostName);
71 m_hosts.add(hostName, newHost.release());
117 LOG(NetworkScheduling, "(NetworkProcess) NetworkResourceLoadScheduler::servePendingRequests Serving requests for up to %i hosts with minimum priority %i", m_hosts.size(), minimumPriority);
123 m_hosts.checkConsistency();
125 copyValuesToVector(m_hosts, hostsToServe);
133 m_hosts.remove(host->name());
178 HostMap::const_iterator end = m_hosts.end();
179 for (HostMap::const_iterator i = m_hosts.begin(); i != end; ++i) {
191 HostMap::const_iterator end = m_hosts
[all...]
H A DNetworkResourceLoadScheduler.h87 HostMap m_hosts; member in class:WebKit::NetworkResourceLoadScheduler
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadScheduler.cpp69 m_hosts.checkConsistency();
71 HostInformation* host = m_hosts.get(hostName);
74 m_hosts.add(hostName, host);
265 m_hosts.checkConsistency();
266 HostMap::iterator end = m_hosts.end();
267 for (HostMap::iterator iter = m_hosts.begin(); iter != end; ++iter)
276 delete m_hosts.take(host->name());
322 if (!m_hosts.isEmpty() || m_nonHTTPProtocolHost->hasRequests())
H A DResourceLoadScheduler.h124 HostMap m_hosts; member in class:WebCore::ResourceLoadScheduler

Completed in 183 milliseconds