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

  /external/webkit/Source/WebCore/platform/network/
ResourceLoadPriority.h 34 ResourceLoadPriorityVeryLow = 0,
38 ResourceLoadPriorityLowest = ResourceLoadPriorityVeryLow,
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceRequestCFNet.h 50 return ResourceLoadPriorityVeryLow;
68 case ResourceLoadPriorityVeryLow:
  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.h 59 void servePendingRequests(ResourceLoadPriority minimumPriority = ResourceLoadPriorityVeryLow);
81 void schedule(ResourceLoader*, ResourceLoadPriority = ResourceLoadPriorityVeryLow);
ResourceLoadScheduler.cpp 288 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty())
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.cpp 304 ResourceLoadPriority priority = blocking ? ResourceLoadPriorityUnresolved : ResourceLoadPriorityVeryLow;
  /external/webkit/Source/WebCore/loader/cache/
CachedResource.cpp 66 return ResourceLoadPriorityVeryLow;

Completed in 518 milliseconds