DidChangePriority  151 content/browser/loader/resource_scheduler.cc       IPC_MESSAGE_HANDLER(ResourceHostMsg_DidChangePriority, DidChangePriority)
DidChangePriority   83 content/child/resource_dispatcher.cc   virtual void DidChangePriority(net::RequestPriority new_priority) OVERRIDE;
DidChangePriority  228 content/child/resource_dispatcher.cc   dispatcher_->DidChangePriority(routing_id_, request_id_, new_priority);
DidChangePriority   78 content/child/resource_dispatcher.h   void DidChangePriority(int routing_id, int request_id,
DidChangePriority  234 content/child/web_url_loader_impl.cc   void DidChangePriority(WebURLRequest::Priority new_priority);
DidChangePriority  307 content/child/web_url_loader_impl.cc     bridge_->DidChangePriority(
DidChangePriority  871 content/child/web_url_loader_impl.cc   context_->DidChangePriority(new_priority);
DidChangePriority   61 webkit/child/resource_loader_bridge.h   virtual void DidChangePriority(net::RequestPriority new_priority) = 0;