Home | History | Annotate | Download | only in cpp

Lines Matching defs:pp_instance

14 #include "ppapi/c/pp_instance.h"
49 explicit Instance(PP_Instance instance);
57 /// The <code>PP_Instance</code> identifier will still be valid during this
59 /// returns, the <code>PP_Instance</code> handle will be invalid. This means
65 /// returns, the <code>PP_Instance</code> handle will be invalid. This means
70 /// This function returns the <code>PP_Instance</code> identifying this
73 /// @return A <code>PP_Instance</code> identifying this object.
74 PP_Instance pp_instance() const { return pp_instance_; }
521 /// Then whenever it gets updates with a PP_Instance parameter, it can
522 /// map back to the find object corresponding to that given PP_Instance by
566 static void* GetPerInstanceObject(PP_Instance instance,
570 PP_Instance pp_instance_;