ResourceDispatcher 16 content/child/child_resource_message_filter.cc ResourceDispatcher* resource_dispatcher) ResourceDispatcher 28 content/child/child_resource_message_filter.cc &ResourceDispatcher::set_io_timestamp, ResourceDispatcher 16 content/child/child_resource_message_filter.h class ResourceDispatcher; ResourceDispatcher 32 content/child/child_resource_message_filter.h explicit ChildResourceMessageFilter(ResourceDispatcher* resource_dispatcher); ResourceDispatcher 41 content/child/child_resource_message_filter.h ResourceDispatcher* resource_dispatcher_; ResourceDispatcher 242 content/child/child_thread.cc resource_dispatcher_.reset(new ResourceDispatcher(this)); ResourceDispatcher 50 content/child/child_thread.h class ResourceDispatcher; ResourceDispatcher 98 content/child/child_thread.h ResourceDispatcher* resource_dispatcher() const { ResourceDispatcher 212 content/child/child_thread.h scoped_ptr<ResourceDispatcher> resource_dispatcher_; ResourceDispatcher 74 content/child/resource_dispatcher.cc IPCResourceLoaderBridge(ResourceDispatcher* dispatcher, ResourceDispatcher 91 content/child/resource_dispatcher.cc ResourceDispatcher* dispatcher_; ResourceDispatcher 110 content/child/resource_dispatcher.cc ResourceDispatcher* dispatcher, ResourceDispatcher 266 content/child/resource_dispatcher.cc ResourceDispatcher::ResourceDispatcher(IPC::Sender* sender) ResourceDispatcher 273 content/child/resource_dispatcher.cc ResourceDispatcher::~ResourceDispatcher() { ResourceDispatcher 278 content/child/resource_dispatcher.cc bool ResourceDispatcher::OnMessageReceived(const IPC::Message& message) { ResourceDispatcher 319 content/child/resource_dispatcher.cc ResourceDispatcher::PendingRequestInfo* ResourceDispatcher 320 content/child/resource_dispatcher.cc ResourceDispatcher::GetPendingRequestInfo(int request_id) { ResourceDispatcher 329 content/child/resource_dispatcher.cc void ResourceDispatcher::OnUploadProgress(int request_id, int64 position, ResourceDispatcher 341 content/child/resource_dispatcher.cc void ResourceDispatcher::OnReceivedResponse( ResourceDispatcher 368 content/child/resource_dispatcher.cc void ResourceDispatcher::OnReceivedCachedMetadata( ResourceDispatcher 378 content/child/resource_dispatcher.cc void ResourceDispatcher::OnSetDataBuffer(int request_id, ResourceDispatcher 409 content/child/resource_dispatcher.cc void ResourceDispatcher::OnReceivedData(int request_id, ResourceDispatcher 463 content/child/resource_dispatcher.cc void ResourceDispatcher::OnDownloadedData(int request_id, ResourceDispatcher 477 content/child/resource_dispatcher.cc void ResourceDispatcher::OnReceivedRedirect( ResourceDispatcher 514 content/child/resource_dispatcher.cc void ResourceDispatcher::FollowPendingRedirect( ResourceDispatcher 522 content/child/resource_dispatcher.cc void ResourceDispatcher::OnRequestComplete( ResourceDispatcher 558 content/child/resource_dispatcher.cc int ResourceDispatcher::AddPendingRequest(RequestPeer* callback, ResourceDispatcher 570 content/child/resource_dispatcher.cc bool ResourceDispatcher::RemovePendingRequest(int request_id) { ResourceDispatcher 582 content/child/resource_dispatcher.cc void ResourceDispatcher::CancelPendingRequest(int request_id) { ResourceDispatcher 594 content/child/resource_dispatcher.cc void ResourceDispatcher::SetDefersLoading(int request_id, bool value) { ResourceDispatcher 610 content/child/resource_dispatcher.cc base::Bind(&ResourceDispatcher::FlushDeferredMessages, ResourceDispatcher 616 content/child/resource_dispatcher.cc void ResourceDispatcher::DidChangePriority( ResourceDispatcher 623 content/child/resource_dispatcher.cc ResourceDispatcher::PendingRequestInfo::PendingRequestInfo() ResourceDispatcher 631 content/child/resource_dispatcher.cc ResourceDispatcher::PendingRequestInfo::PendingRequestInfo( ResourceDispatcher 647 content/child/resource_dispatcher.cc ResourceDispatcher::PendingRequestInfo::~PendingRequestInfo() {} ResourceDispatcher 649 content/child/resource_dispatcher.cc void ResourceDispatcher::DispatchMessage(const IPC::Message& message) { ResourceDispatcher 650 content/child/resource_dispatcher.cc IPC_BEGIN_MESSAGE_MAP(ResourceDispatcher, message) ResourceDispatcher 663 content/child/resource_dispatcher.cc void ResourceDispatcher::FlushDeferredMessages(int request_id) { ResourceDispatcher 694 content/child/resource_dispatcher.cc ResourceLoaderBridge* ResourceDispatcher::CreateBridge( ResourceDispatcher 699 content/child/resource_dispatcher.cc void ResourceDispatcher::ToResourceResponseInfo( ResourceDispatcher 732 content/child/resource_dispatcher.cc base::TimeTicks ResourceDispatcher::ToRendererCompletionTime( ResourceDispatcher 749 content/child/resource_dispatcher.cc base::TimeTicks ResourceDispatcher::ConsumeIOTimestamp() { ResourceDispatcher 758 content/child/resource_dispatcher.cc bool ResourceDispatcher::IsResourceDispatcherMessage( ResourceDispatcher 779 content/child/resource_dispatcher.cc void ResourceDispatcher::ReleaseResourcesInDataMessage( ResourceDispatcher 802 content/child/resource_dispatcher.cc void ResourceDispatcher::ReleaseResourcesInMessageQueue(MessageQueue* queue) { ResourceDispatcher 41 content/child/resource_dispatcher.h class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener { ResourceDispatcher 43 content/child/resource_dispatcher.h explicit ResourceDispatcher(IPC::Sender* sender); ResourceDispatcher 44 content/child/resource_dispatcher.h virtual ~ResourceDispatcher(); ResourceDispatcher 208 content/child/resource_dispatcher.h base::WeakPtrFactory<ResourceDispatcher> weak_factory_; ResourceDispatcher 215 content/child/resource_dispatcher.h DISALLOW_COPY_AND_ASSIGN(ResourceDispatcher); ResourceDispatcher 161 content/child/resource_dispatcher_unittest.cc dispatcher_.reset(new ResourceDispatcher(this)); ResourceDispatcher 186 content/child/resource_dispatcher_unittest.cc static scoped_ptr<ResourceDispatcher> dispatcher_; ResourceDispatcher 190 content/child/resource_dispatcher_unittest.cc scoped_ptr<ResourceDispatcher> ResourceDispatcherTest::dispatcher_;