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

  /external/chromium_org/content/browser/
plugin_loader_posix.cc 62 if (process_host_.get())
63 return process_host_->Send(message);
109 process_host_ = host->AsWeakPtr();
110 process_host_->DisableSandbox();
115 process_host_->Send(new UtilityMsg_LoadPlugins(canonical_list_));
plugin_loader_posix.h 98 base::WeakPtr<UtilityProcessHost> process_host_; member in class:content::PluginLoaderPosix
ppapi_plugin_process_host.cc 76 : process_host_(process_host) {
94 process_host_->Send(new PpapiMsg_SetNetworkState(true));
100 process_host_->Send(new PpapiMsg_SetNetworkState(
105 PpapiPluginProcessHost* const process_host_; member in class:content::PpapiPluginProcessHost::PluginNetworkObserver
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 163 process_host_ = new MockRenderProcessHost(browser_context_.get());
165 sink_ = &process_host_->sink();
168 &delegate_, process_host_, MSG_ROUTING_NONE, false);
177 &delegate_, process_host_, MSG_ROUTING_NONE, false);
186 process_host_ = NULL;
208 MockRenderProcessHost* process_host_; member in class:content::__anon10617::RenderWidgetHostViewAuraTest
    [all...]

Completed in 193 milliseconds