Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/loader/
Dresource_scheduler.cc374 RequestPriorityParams new_priority_params) { in ReprioritizeRequest() argument
375 request->url_request()->SetPriority(new_priority_params.priority); in ReprioritizeRequest()
376 request->set_request_priority_params(new_priority_params); in ReprioritizeRequest()
389 if (new_priority_params.priority > old_priority_params.priority) { in ReprioritizeRequest()
1002 RequestPriorityParams new_priority_params(new_priority, in ReprioritizeRequest() local
1007 DCHECK(old_priority_params != new_priority_params); in ReprioritizeRequest()
1012 request->url_request()->SetPriority(new_priority_params.priority); in ReprioritizeRequest()
1013 request->set_request_priority_params(new_priority_params); in ReprioritizeRequest()
1017 if (old_priority_params == new_priority_params) in ReprioritizeRequest()
1022 request, old_priority_params, new_priority_params); in ReprioritizeRequest()