Searched refs:ResourceLoadPriorityVeryLow (Results 1 – 6 of 6) sorted by relevance
34 ResourceLoadPriorityVeryLow = 0, enumerator38 ResourceLoadPriorityLowest = ResourceLoadPriorityVeryLow,
50 return ResourceLoadPriorityVeryLow; in toResourceLoadPriority()68 case ResourceLoadPriorityVeryLow: in toHTTPPipeliningPriority()
59 void servePendingRequests(ResourceLoadPriority minimumPriority = ResourceLoadPriorityVeryLow);81 void schedule(ResourceLoader*, ResourceLoadPriority = ResourceLoadPriorityVeryLow);
288 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty()) in limitRequests()
66 return ResourceLoadPriorityVeryLow; in defaultPriorityForResourceType()
304 …rceLoadPriority priority = blocking ? ResourceLoadPriorityUnresolved : ResourceLoadPriorityVeryLow; in process()