Home | History | Annotate | Download | only in cpp

Lines Matching refs:resource

9 #include "ppapi/cpp/resource.h"
13 class AudioBuffer : public Resource {
24 /// Constructs an <code>AudioBuffer</code> from a <code>Resource</code>.
26 /// @param[in] resource A <code>PPB_AudioBuffer</code> resource.
27 explicit AudioBuffer(const Resource& resource);
32 /// @param[in] resource A <code>PPB_AudioBuffer</code> resource.
33 AudioBuffer(PassRef, PP_Resource resource);