Searched defs:RenderProcessHostImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h82 class CONTENT_EXPORT RenderProcessHostImpl class in namespace:content
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);
H A Drender_process_host_impl.cc369 RenderProcessHostImpl::GetInProcessRendererThreadForTesting() {
431 RenderProcessHostImpl::RenderProcessHostImpl( function in class:content::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 2203 milliseconds