Searched defs:RequestPriorityParams (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc30 struct ResourceScheduler::RequestPriorityParams { struct in class:content::ResourceScheduler
31 RequestPriorityParams() function in struct:content::ResourceScheduler::RequestPriorityParams
36 RequestPriorityParams(net::RequestPriority priority, int intra_priority) function in struct:content::ResourceScheduler::RequestPriorityParams
41 bool operator==(const RequestPriorityParams& other) const {
46 bool operator!=(const RequestPriorityParams& other) const {
50 bool GreaterThan(const RequestPriorityParams& other) const {
122 const RequestPriorityParams& priority)
149 void set_request_priority_params(const RequestPriorityParams& priority) {
152 const RequestPriorityParams& get_request_priority_params() const {
200 RequestPriorityParams priority
[all...]

Completed in 819 milliseconds