HomeSort by relevance Sort by last modified time
    Searched defs:PPB_Var_Deprecated_Proxy (Results 1 - 2 of 2) 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,
364 void PPB_Var_Deprecated_Proxy::OnMsgReleaseObject(int64 object_id)
    [all...]

Completed in 61 milliseconds