HomeSort by relevance Sort by last modified time
    Searched defs:RenderProcessHostImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 82 class CONTENT_EXPORT RenderProcessHostImpl
87 RenderProcessHostImpl(BrowserContext* browser_context,
90 virtual ~RenderProcessHostImpl();
268 // the RenderProcessHostImpl, not the channel.
421 // Set if a call to Cleanup is required once the RenderProcessHostImpl is no
425 // Indicates whether RenderProcessHostImpl is currently iterating and calling
458 base::WeakPtrFactory<RenderProcessHostImpl> weak_factory_;
460 DISALLOW_COPY_AND_ASSIGN(RenderProcessHostImpl);
render_process_host_impl.cc 369 RenderProcessHostImpl::GetInProcessRendererThreadForTesting() {
431 RenderProcessHostImpl::RenderProcessHostImpl(
476 // Note: When we create the RenderProcessHostImpl, it's technically
483 void RenderProcessHostImpl::ShutDownInProcessRenderer() {
490 RenderProcessHostImpl* host = static_cast<RenderProcessHostImpl*>(
507 void RenderProcessHostImpl::RegisterRendererMainThreadFactory(
512 RenderProcessHostImpl::~RenderProcessHostImpl() {
    [all...]

Completed in 68 milliseconds