Searched refs:PPB_Var_Deprecated_Proxy (Results 1 – 3 of 3) sorted by relevance
281 PPB_Var_Deprecated_Proxy::PPB_Var_Deprecated_Proxy( in PPB_Var_Deprecated_Proxy() function in ppapi::proxy::PPB_Var_Deprecated_Proxy292 PPB_Var_Deprecated_Proxy::~PPB_Var_Deprecated_Proxy() { in ~PPB_Var_Deprecated_Proxy()296 const PPB_Var_Deprecated* PPB_Var_Deprecated_Proxy::GetProxyInterface() { in GetProxyInterface()316 bool PPB_Var_Deprecated_Proxy::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()328 IPC_BEGIN_MESSAGE_MAP(PPB_Var_Deprecated_Proxy, msg) in OnMessageReceived()357 void PPB_Var_Deprecated_Proxy::OnMsgAddRefObject(int64 object_id, in OnMsgAddRefObject()364 void PPB_Var_Deprecated_Proxy::OnMsgReleaseObject(int64 object_id) { in OnMsgReleaseObject()385 RunWhileLocked(base::Bind(&PPB_Var_Deprecated_Proxy::DoReleaseObject, in OnMsgReleaseObject()390 void PPB_Var_Deprecated_Proxy::OnMsgHasProperty( in OnMsgHasProperty()402 void PPB_Var_Deprecated_Proxy::OnMsgHasMethodDeprecated( in OnMsgHasMethodDeprecated()[all …]
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);
258 AddProxy(API_ID_PPB_VAR_DEPRECATED, &ProxyFactory<PPB_Var_Deprecated_Proxy>); in InterfaceList()260 PPB_Var_Deprecated_Proxy::GetProxyInterface(), PERMISSION_DEV); in InterfaceList()