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

  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 291 bool ShouldUseMojoChannel() const;
render_process_host_impl.cc 661 bool RenderProcessHostImpl::ShouldUseMojoChannel() const {
671 if (ShouldUseMojoChannel()) {
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 304 bool ShouldUseMojoChannel() {
395 : ChildThread(Options(ShouldUseMojoChannel())) {
400 : ChildThread(Options(channel_name, ShouldUseMojoChannel())) {
    [all...]

Completed in 119 milliseconds