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

  /external/chromium_org/content/public/test/
test_content_client_initializer.cc 28 rph_factory_.reset();
39 rph_factory_.reset(new MockRenderProcessHostFactory());
41 new TestRenderViewHostFactory(rph_factory_.get()));
test_content_client_initializer.h 36 scoped_ptr<MockRenderProcessHostFactory> rph_factory_; member in class:content::TestContentClientInitializer
test_renderer_host.cc 78 : rph_factory_(new MockRenderProcessHostFactory()),
79 rvh_factory_(new TestRenderViewHostFactory(rph_factory_.get())),
215 if (rvh_test_enabler_.rph_factory_)
216 rvh_test_enabler_.rph_factory_.reset();
220 // properly if the |rph_factory_| reset above enqueued any tasks which
test_renderer_host.h 146 scoped_ptr<MockRenderProcessHostFactory> rph_factory_; member in class:content::RenderViewHostTestEnabler
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc 379 MockProfileSharedRenderProcessHostFactory rph_factory_; member in class:MediaFileSystemRegistryTest
607 ProfileState* state = new ProfileState(&rph_factory_);
770 SetRenderProcessHostFactory(&rph_factory_);
    [all...]
  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 98 SiteInstanceImpl::set_render_process_host_factory(&rph_factory_);
140 MockRenderProcessHostFactory rph_factory_; member in class:content::__anon12048::SiteInstanceTest

Completed in 2026 milliseconds