Searched refs:RequestPriorityParams (Results 1 – 2 of 2) sorted by relevance
30 struct ResourceScheduler::RequestPriorityParams { struct in content::ResourceScheduler31 RequestPriorityParams() in RequestPriorityParams() argument36 RequestPriorityParams(net::RequestPriority priority, int intra_priority) in RequestPriorityParams() argument41 bool operator==(const RequestPriorityParams& other) const { in operator ==() argument46 bool operator!=(const RequestPriorityParams& other) const { in operator !=() argument50 bool GreaterThan(const RequestPriorityParams& other) const { in GreaterThan() argument122 const RequestPriorityParams& priority) in ScheduledResourceRequest()149 void set_request_priority_params(const RequestPriorityParams& priority) { in set_request_priority_params()152 const RequestPriorityParams& get_request_priority_params() const { in get_request_priority_params()200 RequestPriorityParams priority_;[all …]
153 struct RequestPriorityParams;