Searched defs:local_get_interface (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Ddispatcher.h72 PP_GetInterface_Func local_get_interface() const { function in class:ppapi::proxy::Dispatcher
79 explicit Dispatcher(PP_GetInterface_Func local_get_interface,
H A Ddispatcher.cc24 Dispatcher::Dispatcher(PP_GetInterface_Func local_get_interface, argument
26 : local_get_interface_(local_get_interface),
H A Dhost_dispatcher.cc63 PP_GetInterface_Func local_get_interface,
65 : Dispatcher(local_get_interface, permissions),
77 local_get_interface(PPB_PROXY_PRIVATE_INTERFACE));
62 HostDispatcher(PP_Module module, PP_GetInterface_Func local_get_interface, const PpapiPermissions& permissions) argument
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc33 PP_GetInterface_Func local_get_interface,
47 module_->pp_module(), local_get_interface, permissions_));
32 Init(const IPC::ChannelHandle& channel_handle, PP_GetInterface_Func local_get_interface, const ppapi::Preferences& preferences, scoped_refptr<PepperHungPluginFilter> filter) argument

Completed in 1107 milliseconds