OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Instance_Proxy
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc
5
#include "ppapi/proxy/
ppb_instance_proxy
.h"
65
return new
PPB_Instance_Proxy
(dispatcher);
91
PPB_Instance_Proxy
::
PPB_Instance_Proxy
(Dispatcher* dispatcher)
96
PPB_Instance_Proxy
::~
PPB_Instance_Proxy
() {
100
const InterfaceProxy::Info*
PPB_Instance_Proxy
::GetInfoPrivate() {
111
bool
PPB_Instance_Proxy
::OnMessageReceived(const IPC::Message& msg) {
121
IPC_BEGIN_MESSAGE_MAP(
PPB_Instance_Proxy
, msg)
211
PP_Bool
PPB_Instance_Proxy
::BindGraphics(PP_Instance instance
[
all
...]
ppb_instance_proxy.h
36
class
PPB_Instance_Proxy
: public InterfaceProxy,
39
PPB_Instance_Proxy
(Dispatcher* dispatcher);
40
virtual ~
PPB_Instance_Proxy
();
272
ProxyCompletionCallbackFactory<
PPB_Instance_Proxy
> callback_factory_;
interface_list.cc
110
#include "ppapi/proxy/
ppb_instance_proxy
.h"
253
AddProxy(API_ID_PPB_INSTANCE_PRIVATE, &ProxyFactory<
PPB_Instance_Proxy
>);
plugin_dispatcher.cc
29
#include "ppapi/proxy/
ppb_instance_proxy
.h"
282
return static_cast<
PPB_Instance_Proxy
*>(
Completed in 79 milliseconds