Searched defs:HostDispatcherWrapper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc18 HostDispatcherWrapper::HostDispatcherWrapper( function in class:content::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) {
H A Dhost_dispatcher_wrapper.h25 class HostDispatcherWrapper { class in namespace:content
27 HostDispatcherWrapper(PluginModule* module,
32 virtual ~HostDispatcherWrapper();

Completed in 1541 milliseconds