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

  /external/chromium_org/content/browser/
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::__anon7901::RenderWidgetHostViewAuraTest
    [all...]

Completed in 140 milliseconds