Home | History | Annotate | Download | only in cpp

Lines Matching refs:Instance

13 /// specific module instance.
18 class Instance;
22 /// itself with the given instance, and registers as the global handler for
25 /// You would typically use this class by inheritance on your instance or by
30 /// class MyInstance : public pp::Instance, public pp::MouseLock {
43 /// class MyInstance : public pp::Instance {
54 /// @param[in] instance The instance with which this resource will be
56 explicit MouseLock(Instance* instance);
87 /// movement again. This is an asynchronous operation. The module instance