HomeSort by relevance Sort by last modified time
    Searched refs:PPP_Graphics3D_Proxy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/proxy/
ppp_graphics_3d_proxy.h 16 class PPP_Graphics3D_Proxy : public InterfaceProxy {
18 PPP_Graphics3D_Proxy(Dispatcher* dispatcher);
19 virtual ~PPP_Graphics3D_Proxy();
35 DISALLOW_COPY_AND_ASSIGN(PPP_Graphics3D_Proxy);
ppp_graphics_3d_proxy.cc 34 PPP_Graphics3D_Proxy::PPP_Graphics3D_Proxy(Dispatcher* dispatcher)
43 PPP_Graphics3D_Proxy::~PPP_Graphics3D_Proxy() {
47 const PPP_Graphics3D* PPP_Graphics3D_Proxy::GetProxyInterface() {
51 bool PPP_Graphics3D_Proxy::OnMessageReceived(const IPC::Message& msg) {
56 IPC_BEGIN_MESSAGE_MAP(PPP_Graphics3D_Proxy, msg)
64 void PPP_Graphics3D_Proxy::OnMsgContextLost(PP_Instance instance) {
interface_list.cc 283 AddProxy(API_ID_PPP_GRAPHICS_3D, &ProxyFactory<PPP_Graphics3D_Proxy>);
284 AddPPP(PPP_GRAPHICS_3D_INTERFACE, PPP_Graphics3D_Proxy::GetProxyInterface());

Completed in 526 milliseconds