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

/external/chromium_org/ppapi/c/
H A Dpp_resource.h16 * This file defines the <code>PP_Resource</code> type which represents data
40 typedef int32_t PP_Resource; typedef
41 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Resource, 4);
/external/chromium_org/ppapi/shared_impl/
H A Dscoped_pp_resource.h23 explicit ScopedPPResource(PP_Resource resource);
26 explicit ScopedPPResource(const PassRef&, PP_Resource resource);
28 // Helper to get the PP_Resource out of the given object and take a reference
37 ScopedPPResource& operator=(PP_Resource resource);
40 // Returns the PP_Resource without affecting the refcounting.
41 PP_Resource get() const { return id_; }
42 operator PP_Resource() const { return id_; }
44 // Returns the PP_Resource, passing the reference to the caller. This class
46 PP_Resource Release();
54 PP_Resource id
[all...]

Completed in 72 milliseconds