HomeSort by relevance Sort by last modified time
    Searched refs:resource_dispatcher_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/
child_resource_message_filter.cc 18 resource_dispatcher_(resource_dispatcher) {}
29 base::Unretained(resource_dispatcher_),
child_resource_message_filter.h 41 ResourceDispatcher* resource_dispatcher_; member in class:content::ChildResourceMessageFilter
child_thread.h 99 return resource_dispatcher_.get();
222 scoped_ptr<ResourceDispatcher> resource_dispatcher_; member in class:content::ChildThread
child_thread.cc 249 resource_dispatcher_.reset(new ResourceDispatcher(this));
441 if (resource_dispatcher_->OnMessageReceived(msg))

Completed in 72 milliseconds