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

  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.cpp 53 ResourceLoadScheduler::HostInformation* ResourceLoadScheduler::hostForURL(const KURL& url, CreateHostPolicy createHostPolicy)
105 hostForURL(resourceLoader->url(), CreateIfNotFound)->addLoadInProgress(resourceLoader);
117 HostInformation* host = hostForURL(resourceLoader->url(), CreateIfNotFound);
136 HostInformation* host = hostForURL(resourceLoader->url());
144 HostInformation* oldHost = hostForURL(resourceLoader->url());
146 HostInformation* newHost = hostForURL(redirectURL, CreateIfNotFound);
ResourceLoadScheduler.h 103 HostInformation* hostForURL(const KURL&, CreateHostPolicy = FindOnly);

Completed in 358 milliseconds