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
();
92
base::WeakPtrFactory<
PPB_Var_Deprecated_Proxy
> task_factory_;
96
DISALLOW_COPY_AND_ASSIGN(
PPB_Var_Deprecated_Proxy
);
ppb_var_deprecated_proxy.cc
5
#include "ppapi/proxy/
ppb_var_deprecated_proxy
.h"
280
return new
PPB_Var_Deprecated_Proxy
(dispatcher );
285
PPB_Var_Deprecated_Proxy
::
PPB_Var_Deprecated_Proxy
(
296
PPB_Var_Deprecated_Proxy
::~
PPB_Var_Deprecated_Proxy
() {
300
const InterfaceProxy::Info*
PPB_Var_Deprecated_Proxy
::GetInfo() {
328
bool
PPB_Var_Deprecated_Proxy
::OnMessageReceived(const IPC::Message& msg) {
340
IPC_BEGIN_MESSAGE_MAP(
PPB_Var_Deprecated_Proxy
, msg)
369
void
PPB_Var_Deprecated_Proxy
::OnMsgAddRefObject(int64 object_id
[
all
...]
interface_list.cc
114
#include "ppapi/proxy/
ppb_var_deprecated_proxy
.h"
253
AddPPB(
PPB_Var_Deprecated_Proxy
::GetInfo(), PERMISSION_DEV);
Completed in 8445 milliseconds