Home
last modified time | relevance | path

Searched refs:CreateIfNotFound (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/
DResourceLoadScheduler.cpp61 if (!host && createHostPolicy == CreateIfNotFound) { in hostForURL()
105 hostForURL(resourceLoader->url(), CreateIfNotFound)->addLoadInProgress(resourceLoader); in addMainResourceLoad()
117 HostInformation* host = hostForURL(resourceLoader->url(), CreateIfNotFound); in scheduleLoad()
146 HostInformation* newHost = hostForURL(redirectURL, CreateIfNotFound); in crossOriginRedirectReceived()
DResourceLoadScheduler.h99 CreateIfNotFound, enumerator