Home
last modified time | relevance | path

Searched refs:PPB_ImageData_Proxy (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppb_image_data_proxy.cc468 PPB_ImageData_Proxy::PPB_ImageData_Proxy(Dispatcher* dispatcher) in PPB_ImageData_Proxy() function in ppapi::proxy::PPB_ImageData_Proxy
472 PPB_ImageData_Proxy::~PPB_ImageData_Proxy() { in ~PPB_ImageData_Proxy()
476 PP_Resource PPB_ImageData_Proxy::CreateProxyResource( in CreateProxyResource()
532 bool PPB_ImageData_Proxy::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()
534 IPC_BEGIN_MESSAGE_MAP(PPB_ImageData_Proxy, msg) in OnMessageReceived()
551 PP_Resource PPB_ImageData_Proxy::CreateImageData( in CreateImageData()
615 void PPB_ImageData_Proxy::OnHostMsgCreatePlatform( in OnHostMsgCreatePlatform()
643 void PPB_ImageData_Proxy::OnHostMsgCreateSimple( in OnHostMsgCreateSimple()
673 void PPB_ImageData_Proxy::OnPluginMsgNotifyUnusedImageData( in OnPluginMsgNotifyUnusedImageData()
Dppb_image_data_proxy.h129 class PPB_ImageData_Proxy : public InterfaceProxy {
131 PPB_ImageData_Proxy(Dispatcher* dispatcher);
132 virtual ~PPB_ImageData_Proxy();
186 DISALLOW_COPY_AND_ASSIGN(PPB_ImageData_Proxy);
Dresource_creation_proxy.cc284 return PPB_ImageData_Proxy::CreateProxyResource( in CreateImageData()
294 return PPB_ImageData_Proxy::CreateProxyResource( in CreateImageDataSimple()
/external/chromium_org/content/renderer/pepper/
Dpepper_video_source_host.cc137 ppapi::proxy::PPB_ImageData_Proxy::CreateImageData( in SendGetFrameReply()
/external/chromium_org/chrome/renderer/pepper/
Dpepper_pdf_host.cc353 PP_Resource resource = ppapi::proxy::PPB_ImageData_Proxy::CreateImageData( in CreateImageData()