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

  /external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.cc 18 HostDispatcherWrapper::HostDispatcherWrapper(
31 HostDispatcherWrapper::~HostDispatcherWrapper() {
34 bool HostDispatcherWrapper::Init(const IPC::ChannelHandle& channel_handle,
65 const void* HostDispatcherWrapper::GetProxiedInterface(const char* name) {
69 void HostDispatcherWrapper::AddInstance(PP_Instance instance) {
93 void HostDispatcherWrapper::RemoveInstance(PP_Instance instance) {
host_dispatcher_wrapper.h 25 class HostDispatcherWrapper {
27 HostDispatcherWrapper(PluginModule* module,
32 virtual ~HostDispatcherWrapper();
plugin_module.h 49 class HostDispatcherWrapper;
93 void InitAsProxied(HostDispatcherWrapper* host_dispatcher_wrapper);
245 scoped_ptr<HostDispatcherWrapper> host_dispatcher_wrapper_;
plugin_module.cc 496 HostDispatcherWrapper* host_dispatcher_wrapper) {
641 scoped_ptr<HostDispatcherWrapper> dispatcher(
642 new HostDispatcherWrapper(this,

Completed in 700 milliseconds