OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResourceHost
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/host/
resource_host.cc
15
ResourceHost
::
ResourceHost
(PpapiHost* host,
23
ResourceHost
::~
ResourceHost
() {
28
bool
ResourceHost
::HandleMessage(const IPC::Message& msg,
40
void
ResourceHost
::SetPPResourceForPendingHost(PP_Resource pp_resource) {
46
void
ResourceHost
::SendReply(const ReplyMessageContext& context,
51
bool
ResourceHost
::IsFileRefHost() {
55
bool
ResourceHost
::IsFileSystemHost() {
59
bool
ResourceHost
::IsGraphics2DHost()
[
all
...]
resource_host.h
31
class PPAPI_HOST_EXPORT
ResourceHost
: public ResourceMessageHandler {
33
ResourceHost
(PpapiHost* host, PP_Instance instance, PP_Resource resource);
34
virtual ~
ResourceHost
();
88
DISALLOW_COPY_AND_ASSIGN(
ResourceHost
);
Completed in 55 milliseconds