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

  /external/webkit/Source/WebCore/platform/network/
ResourceLoadPriority.h 33 ResourceLoadPriorityUnresolved = -1,
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceRequestCFNet.h 48 return ResourceLoadPriorityUnresolved;
66 case ResourceLoadPriorityUnresolved:
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.h 63 CachedCSSStyleSheet* requestCSSStyleSheet(const String& url, const String& charset, ResourceLoadPriority priority = ResourceLoadPriorityUnresolved);
72 CachedResource* requestLinkResource(const String &url, ResourceLoadPriority priority = ResourceLoadPriorityUnresolved);
118 CachedResource* requestResource(CachedResource::Type, const String& url, const String& charset, ResourceLoadPriority priority = ResourceLoadPriorityUnresolved, bool isPreload = false);
CachedResource.cpp 607 if (loadPriority == ResourceLoadPriorityUnresolved)
CachedResourceLoader.cpp 715 CachedResource* resource = requestResource(type, url, encoding, ResourceLoadPriorityUnresolved, true);
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.cpp 260 ResourceLoadPriority priority = ResourceLoadPriorityUnresolved;
304 ResourceLoadPriority priority = blocking ? ResourceLoadPriorityUnresolved : ResourceLoadPriorityVeryLow;
  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.cpp 111 ASSERT(priority != ResourceLoadPriorityUnresolved);

Completed in 1526 milliseconds