OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PPB_Core_Proxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
ppb_core_proxy.h
18
class
PPB_Core_Proxy
: public InterfaceProxy {
20
PPB_Core_Proxy
(Dispatcher* dispatcher);
21
virtual ~
PPB_Core_Proxy
();
ppb_core_proxy.cc
5
#include "ppapi/proxy/
ppb_core_proxy
.h"
88
PPB_Core_Proxy
::
PPB_Core_Proxy
(Dispatcher* dispatcher)
97
PPB_Core_Proxy
::~
PPB_Core_Proxy
() {
101
const PPB_Core*
PPB_Core_Proxy
::GetPPB_Core_Interface() {
105
bool
PPB_Core_Proxy
::OnMessageReceived(const IPC::Message& msg) {
107
IPC_BEGIN_MESSAGE_MAP(
PPB_Core_Proxy
, msg)
121
void
PPB_Core_Proxy
::OnMsgAddRefResource(const HostResource& resource) {
125
void
PPB_Core_Proxy
::OnMsgReleaseResource(const HostResource& resource)
[
all
...]
Completed in 27 milliseconds