Home | History | Annotate | Download | only in shared_impl

Lines Matching defs:ScopedPPVar

16 class PPAPI_SHARED_EXPORT ScopedPPVar {
20 ScopedPPVar();
23 explicit ScopedPPVar(const PP_Var& v);
26 ScopedPPVar(const PassRef&, const PP_Var& v);
29 ScopedPPVar(const ScopedPPVar& other);
31 ~ScopedPPVar();
33 ScopedPPVar& operator=(const PP_Var& r);
34 ScopedPPVar& operator=(const ScopedPPVar& other) {
72 void Set(size_t index, const ScopedPPVar& var);