HomeSort by relevance Sort by last modified time
    Searched defs:PP_Resource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/c/
pp_resource.h 6 /* From pp_resource.idl modified Thu Mar 28 10:09:51 2013. */
16 * This file defines the <code>PP_Resource</code> type which represents data
40 typedef int32_t PP_Resource;
41 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Resource, 4);
  /external/chromium_org/ppapi/shared_impl/
scoped_pp_resource.h 8 #include "ppapi/c/pp_resource.h"
23 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()
    [all...]

Completed in 48 milliseconds