Searched refs:new_priority_params (Results 1 – 1 of 1) sorted by relevance
374 RequestPriorityParams new_priority_params) { in ReprioritizeRequest() argument375 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() local1007 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()