Searched refs:hostForURL (Results 1 – 3 of 3) sorted by relevance
53 ResourceLoadScheduler::HostInformation* ResourceLoadScheduler::hostForURL(const KURL& url, CreateHo… in hostForURL() function in WebCore::ResourceLoadScheduler105 hostForURL(resourceLoader->url(), CreateIfNotFound)->addLoadInProgress(resourceLoader); in addMainResourceLoad()117 HostInformation* host = hostForURL(resourceLoader->url(), CreateIfNotFound); in scheduleLoad()136 HostInformation* host = hostForURL(resourceLoader->url()); in remove()144 HostInformation* oldHost = hostForURL(resourceLoader->url()); in crossOriginRedirectReceived()146 HostInformation* newHost = hostForURL(redirectURL, CreateIfNotFound); in crossOriginRedirectReceived()
103 HostInformation* hostForURL(const KURL&, CreateHostPolicy = FindOnly);
16129 (WebCore::ResourceLoadScheduler::hostForURL):