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

  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h 36 class PPB_Instance_Proxy : public InterfaceProxy,
39 PPB_Instance_Proxy(Dispatcher* dispatcher);
40 virtual ~PPB_Instance_Proxy();
310 ProxyCompletionCallbackFactory<PPB_Instance_Proxy> callback_factory_;
ppb_instance_proxy.cc 5 #include "ppapi/proxy/ppb_instance_proxy.h"
93 PPB_Instance_Proxy::PPB_Instance_Proxy(Dispatcher* dispatcher)
98 PPB_Instance_Proxy::~PPB_Instance_Proxy() {
101 bool PPB_Instance_Proxy::OnMessageReceived(const IPC::Message& msg) {
111 IPC_BEGIN_MESSAGE_MAP(PPB_Instance_Proxy, msg)
215 PP_Bool PPB_Instance_Proxy::BindGraphics(PP_Instance instance,
252 PP_Bool PPB_Instance_Proxy::IsFullFrame(PP_Instance instance) {
259 const ViewData* PPB_Instance_Proxy::GetViewData(PP_Instance instance)
    [all...]

Completed in 522 milliseconds