Home | History | Annotate | Download | only in cpp

Lines Matching refs:resource

13 #include "ppapi/cpp/resource.h"
54 /// A constructor used to create a resource <code>Var</code>.
55 explicit Var(const pp::Resource& resource);
140 /// This function determines if this <code>Var</code> is a resource.
142 /// @return true if this <code>Var</code> is a resource, otherwise false.
216 /// Gets the resource contained in the var. If this object is not a resource,
217 /// it will assert in debug mode, and return a null resource.
219 /// @return The <code>pp::Resource</code> that is contained in the var.
220 pp::Resource AsResource() const;