Home
last modified time | relevance | path

Searched refs:PriorityVeryLow (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/renderer/
Dprefetch_helper.cc37 request.setPriority(blink::WebURLRequest::PriorityVeryLow); in OnPrefetch()
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLRequest.h60 PriorityVeryLow, enumerator
/external/chromium_org/content/child/
Dweb_url_loader_impl.cc161 case WebURLRequest::PriorityVeryLow: in ConvertWebKitPriorityToNetPriority()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp583 COMPILE_ASSERT_MATCHING_ENUM(WebURLRequest::PriorityVeryLow, ResourceLoadPriorityVeryLow);
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_test_proxy.cc160 case blink::WebURLRequest::PriorityVeryLow: in PriorityDescription()