Home | History | Annotate | Download | only in cpp

Lines Matching refs:pp_var

11 #include "ppapi/c/pp_var.h"
58 Var(PassRef, const PP_Var& var) {
64 explicit Var(const PP_Var& var);
70 /// This constructor is used when we've given a <code>PP_Var</code> as an
76 Var(DontManage, const PP_Var& var) {
214 /// This function returns the internal <code>PP_Var</code>
217 /// @return A const reference to a <code>PP_Var</code>.
218 const PP_Var& pp_var() const {
222 /// Detach() detaches from the internal <code>PP_Var</code> of this
224 /// a <code>PP_Var</code> from an API function where the caller expects the
229 PP_Var Detach() {
230 PP_Var ret = var_;
287 PP_Var* get() {
296 PP_Var temp_;
300 PP_Var var_;