OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
67
:
rph_factory_
(new MockRenderProcessHostFactory()),
68
rvh_factory_(new TestRenderViewHostFactory(
rph_factory_
.get())),
193
if (rvh_test_enabler_.
rph_factory_
)
194
rvh_test_enabler_.
rph_factory_
.reset();
198
// properly if the |
rph_factory_
| reset above enqueued any tasks which
test_renderer_host.h
119
scoped_ptr<MockRenderProcessHostFactory>
rph_factory_
;
member in class:content::RenderViewHostTestEnabler
/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::__anon7929::SiteInstanceTest
/external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc
369
MockProfileSharedRenderProcessHostFactory
rph_factory_
;
member in class:MediaFileSystemRegistryTest
597
ProfileState* state = new ProfileState(&
rph_factory_
);
760
SetRenderProcessHostFactory(&
rph_factory_
);
[
all
...]
Completed in 50 milliseconds