Searched defs:HostResource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dhost_resource.cc9 HostResource::HostResource() : instance_(0), host_resource_(0) {} function in class:ppapi::HostResource
12 HostResource HostResource::MakeInstanceOnly(PP_Instance instance) {
13 HostResource resource;
18 void HostResource::SetHostResource(PP_Instance instance, PP_Resource resource) {
H A Dhost_resource.h15 // side. Implementations of those should be careful to use HostResource to
17 // the host and plugin sides, and should not use HostResource.
34 // To get the corresponding plugin PP_Resource for a HostResource, use
38 class PPAPI_SHARED_EXPORT HostResource { class in namespace:ppapi
40 HostResource();
46 // associated with. This function creates a HostResource with the given
48 static HostResource MakeInstanceOnly(PP_Instance instance);
61 bool operator<(const HostResource& other) const {

Completed in 103 milliseconds