Searched defs:rph_factory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/test/
H A Dtest_render_view_host_factory.cc14 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);
13 TestRenderViewHostFactory( RenderProcessHostFactory* rph_factory) argument
24 set_render_process_host_factory( RenderProcessHostFactory* rph_factory) argument
/external/chromium_org/content/browser/
H A Dsite_instance_impl.cc223 const RenderProcessHostFactory* rph_factory) {
224 g_render_process_host_factory_ = rph_factory;
222 set_render_process_host_factory( const RenderProcessHostFactory* rph_factory) argument
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc217 MockProfileSharedRenderProcessHostFactory* rph_factory);
429 MockProfileSharedRenderProcessHostFactory* rph_factory)
453 single_rph_ = rph_factory->ReleaseRPH(profile_.get());
459 shared_rph_ = rph_factory->ReleaseRPH(profile_.get());
428 ProfileState( MockProfileSharedRenderProcessHostFactory* rph_factory) argument

Completed in 140 milliseconds