OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PPP_Graphics3D_Proxy
(Results
1 - 2
of
2
) 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
33
return new
PPP_Graphics3D_Proxy
(dispatcher);
38
PPP_Graphics3D_Proxy
::
PPP_Graphics3D_Proxy
(Dispatcher* dispatcher)
47
PPP_Graphics3D_Proxy
::~
PPP_Graphics3D_Proxy
() {
51
const InterfaceProxy::Info*
PPP_Graphics3D_Proxy
::GetInfo() {
62
bool
PPP_Graphics3D_Proxy
::OnMessageReceived(const IPC::Message& msg) {
67
IPC_BEGIN_MESSAGE_MAP(
PPP_Graphics3D_Proxy
, msg)
75
void
PPP_Graphics3D_Proxy
::OnMsgContextLost(PP_Instance instance) {
Completed in 440 milliseconds