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

/external/chromium_org/content/browser/loader/
H A Dresource_scheduler.cc151 IPC_MESSAGE_HANDLER(ResourceHostMsg_DidChangePriority, DidChangePriority)
166 void DidChangePriority(int request_id, net::RequestPriority new_priority) { function in class:content::ResourceScheduler::ScheduledResourceRequest
/external/chromium_org/content/child/
H A Dresource_dispatcher.cc80 virtual void DidChangePriority(net::RequestPriority new_priority) OVERRIDE;
224 void IPCResourceLoaderBridge::DidChangePriority( function in class:content::IPCResourceLoaderBridge
231 dispatcher_->DidChangePriority(routing_id_, request_id_, new_priority);
618 void ResourceDispatcher::DidChangePriority( function in class:content::ResourceDispatcher
/external/chromium_org/webkit/child/
H A Dweburlloader_impl.cc226 void DidChangePriority(WebURLRequest::Priority new_priority);
296 void WebURLLoaderImpl::Context::DidChangePriority( function in class:webkit_glue::WebURLLoaderImpl::Context
299 bridge_->DidChangePriority(
854 context_->DidChangePriority(new_priority);

Completed in 322 milliseconds