Searched refs:ShouldUseMojoChannel (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h291 bool ShouldUseMojoChannel() const;
H A Drender_process_host_impl.cc661 bool RenderProcessHostImpl::ShouldUseMojoChannel() const { function in class:content::RenderProcessHostImpl
671 if (ShouldUseMojoChannel()) {
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc304 bool ShouldUseMojoChannel() { function in namespace:content::__anon7823
395 : ChildThread(Options(ShouldUseMojoChannel())) {
400 : ChildThread(Options(channel_name, ShouldUseMojoChannel())) {

Completed in 409 milliseconds