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

  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.cpp 56 return m_nonHTTPProtocolHost;
76 : m_nonHTTPProtocolHost(new HostInformation(String(), maxRequestsInFlightForNonHTTPProtocols))
163 servePendingRequests(m_nonHTTPProtocolHost, minimumPriority);
216 if (!m_hosts.isEmpty() || m_nonHTTPProtocolHost->hasRequests())
ResourceLoadScheduler.h 108 HostInformation* m_nonHTTPProtocolHost;

Completed in 6474 milliseconds