OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostResource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/shared_impl/
host_resource.cc
9
HostResource
::
HostResource
() : instance_(0), host_resource_(0) {
13
HostResource
HostResource
::MakeInstanceOnly(PP_Instance instance) {
14
HostResource
resource;
19
void
HostResource
::SetHostResource(PP_Instance instance, PP_Resource resource) {
host_resource.h
15
// 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
{
40
HostResource
();
48
// associated with. This function creates a
HostResource
with the given
50
static
HostResource
MakeInstanceOnly(PP_Instance instance);
65
bool operator<(const
HostResource
& other) const {
Completed in 1397 milliseconds