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 85 if (process_host_.get())
86 return process_host_->Send(message);
135 process_host_ = host->AsWeakPtr();
136 process_host_->DisableSandbox();
141 process_host_->Send(new UtilityMsg_LoadPlugins(canonical_list_));
plugin_loader_posix.h 93 base::WeakPtr<UtilityProcessHost> process_host_; member in class:content::PluginLoaderPosix
ppapi_plugin_process_host.cc 99 : process_host_(process_host) {
117 process_host_->Send(new PpapiMsg_SetNetworkState(true));
123 process_host_->Send(new PpapiMsg_SetNetworkState(
128 PpapiPluginProcessHost* const process_host_; member in class:content::PpapiPluginProcessHost::PluginNetworkObserver
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 330 process_host_ = new MockRenderProcessHost(browser_context_.get());
332 sink_ = &process_host_->sink();
335 &delegate_, process_host_, MSG_ROUTING_NONE, false);
343 &delegate_, process_host_, MSG_ROUTING_NONE, false);
350 process_host_ = NULL;
376 MockRenderProcessHost* process_host_; member in class:content::RenderWidgetHostViewAuraTest
    [all...]

Completed in 245 milliseconds