OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPB_Var_Deprecated_Proxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.h
26
class
PPB_Var_Deprecated_Proxy
: public InterfaceProxy {
28
explicit
PPB_Var_Deprecated_Proxy
(Dispatcher* dispatcher);
29
virtual ~
PPB_Var_Deprecated_Proxy
();
95
base::WeakPtrFactory<
PPB_Var_Deprecated_Proxy
> task_factory_;
97
DISALLOW_COPY_AND_ASSIGN(
PPB_Var_Deprecated_Proxy
);
ppb_var_deprecated_proxy.cc
5
#include "ppapi/proxy/
ppb_var_deprecated_proxy
.h"
281
PPB_Var_Deprecated_Proxy
::
PPB_Var_Deprecated_Proxy
(
292
PPB_Var_Deprecated_Proxy
::~
PPB_Var_Deprecated_Proxy
() {
296
const PPB_Var_Deprecated*
PPB_Var_Deprecated_Proxy
::GetProxyInterface() {
316
bool
PPB_Var_Deprecated_Proxy
::OnMessageReceived(const IPC::Message& msg) {
328
IPC_BEGIN_MESSAGE_MAP(
PPB_Var_Deprecated_Proxy
, msg)
357
void
PPB_Var_Deprecated_Proxy
::OnMsgAddRefObject(int64 object_id) {
363
void
PPB_Var_Deprecated_Proxy
::OnMsgReleaseObject(int64 object_id)
[
all
...]
interface_list.cc
125
#include "ppapi/proxy/
ppb_var_deprecated_proxy
.h"
270
AddProxy(API_ID_PPB_VAR_DEPRECATED, &ProxyFactory<
PPB_Var_Deprecated_Proxy
>);
272
PPB_Var_Deprecated_Proxy
::GetProxyInterface(), PERMISSION_DEV);
Completed in 235 milliseconds