HomeSort by relevance Sort by last modified time
    Searched refs:rph_factory_ (Results 1 - 5 of 5) 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 66 : rph_factory_(new MockRenderProcessHostFactory()),
67 rvh_factory_(new TestRenderViewHostFactory(rph_factory_.get())) {
186 if (rvh_test_enabler_.rph_factory_)
187 rvh_test_enabler_.rph_factory_.reset();
191 // properly if the |rph_factory_| reset above enqueued any tasks which
test_renderer_host.h 117 scoped_ptr<MockRenderProcessHostFactory> rph_factory_; member in class:content::RenderViewHostTestEnabler
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc 381 MockProfileSharedRenderProcessHostFactory rph_factory_; member in class:chrome::MediaFileSystemRegistryTest
593 ProfileState* state = new ProfileState(&rph_factory_);
751 SetRenderProcessHostFactory(&rph_factory_);
    [all...]

Completed in 85 milliseconds