Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/loader/
Dresource_scheduler.cc30 struct ResourceScheduler::RequestPriorityParams { struct in content::ResourceScheduler
31 RequestPriorityParams() in RequestPriorityParams() argument
36 RequestPriorityParams(net::RequestPriority priority, int intra_priority) in RequestPriorityParams() argument
41 bool operator==(const RequestPriorityParams& other) const { in operator ==() argument
46 bool operator!=(const RequestPriorityParams& other) const { in operator !=() argument
50 bool GreaterThan(const RequestPriorityParams& other) const { in GreaterThan() argument
122 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 …]
Dresource_scheduler.h153 struct RequestPriorityParams;