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

  /external/chromium_org/content/test/
test_render_view_host_factory.cc 14 RenderProcessHostFactory* rph_factory) {
15 SiteInstanceImpl::set_render_process_host_factory(rph_factory);
25 RenderProcessHostFactory* rph_factory) {
26 SiteInstanceImpl::set_render_process_host_factory(rph_factory);
test_render_view_host_factory.h 25 explicit TestRenderViewHostFactory(RenderProcessHostFactory* rph_factory);
29 RenderProcessHostFactory* rph_factory);
  /external/chromium_org/content/browser/
site_instance_impl.h 68 const RenderProcessHostFactory* rph_factory);
site_instance_impl.cc 225 const RenderProcessHostFactory* rph_factory) {
226 g_render_process_host_factory_ = rph_factory;
site_instance_impl_unittest.cc 556 MockRenderProcessHostFactory rph_factory; local
557 SiteInstanceImpl::set_render_process_host_factory(&rph_factory);
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc 229 MockProfileSharedRenderProcessHostFactory* rph_factory);
431 MockProfileSharedRenderProcessHostFactory* rph_factory)
455 single_rph_ = rph_factory->ReleaseRPH(profile_.get());
461 shared_rph_ = rph_factory->ReleaseRPH(profile_.get());
    [all...]

Completed in 64 milliseconds