Home
last modified time | relevance | path

Searched refs:ResourceLoadPriorityVeryLow (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DResourceLoadPriority.h34 ResourceLoadPriorityVeryLow = 0, enumerator
38 ResourceLoadPriorityLowest = ResourceLoadPriorityVeryLow,
/external/webkit/Source/WebCore/platform/network/cf/
DResourceRequestCFNet.h50 return ResourceLoadPriorityVeryLow; in toResourceLoadPriority()
68 case ResourceLoadPriorityVeryLow: in toHTTPPipeliningPriority()
/external/webkit/Source/WebCore/loader/
DResourceLoadScheduler.h59 void servePendingRequests(ResourceLoadPriority minimumPriority = ResourceLoadPriorityVeryLow);
81 void schedule(ResourceLoader*, ResourceLoadPriority = ResourceLoadPriorityVeryLow);
DResourceLoadScheduler.cpp288 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty()) in limitRequests()
/external/webkit/Source/WebCore/loader/cache/
DCachedResource.cpp66 return ResourceLoadPriorityVeryLow; in defaultPriorityForResourceType()
/external/webkit/Source/WebCore/html/
DHTMLLinkElement.cpp304 …rceLoadPriority priority = blocking ? ResourceLoadPriorityUnresolved : ResourceLoadPriorityVeryLow; in process()