HomeSort by relevance Sort by last modified time
    Searched full:host_dispatcher_wrapper_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 497 DCHECK(!host_dispatcher_wrapper_.get());
498 host_dispatcher_wrapper_.reset(host_dispatcher_wrapper);
514 DCHECK(host_dispatcher_wrapper_.get());
519 host_dispatcher_wrapper_->AddInstance(instance->pp_instance());
527 return !!host_dispatcher_wrapper_;
531 if (host_dispatcher_wrapper_)
532 return host_dispatcher_wrapper_->peer_pid();
537 if (host_dispatcher_wrapper_)
538 return host_dispatcher_wrapper_->plugin_child_id();
562 if (host_dispatcher_wrapper_)
    [all...]
plugin_module.h 245 scoped_ptr<HostDispatcherWrapper> host_dispatcher_wrapper_; member in class:content::PluginModule
259 // presence of the host_dispatcher_wrapper_ value.

Completed in 144 milliseconds