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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceLoadPriority.h 39 ResourceLoadPriorityVeryHigh,
41 ResourceLoadPriorityHighest = ResourceLoadPriorityVeryHigh,
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 122 return ResourceLoadPriorityVeryHigh;
126 return request.options().synchronousPolicy == RequestSynchronously ? ResourceLoadPriorityVeryHigh : ResourceLoadPriorityMedium;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp     [all...]

Completed in 471 milliseconds