Home | History | Annotate | Download | only in cpp

Lines Matching full:instance

13 /// postMessageAndAwaitResponse(). See pp::Instance::RegisterMessageHandler()
22 /// @param[in] instance An <code>InstanceHandle</code> identifying one
23 /// instance of a module.
26 virtual void HandleMessage(pp::InstanceHandle instance,
37 /// @param[in] instance An <code>InstanceHandle</code> identifying one
38 /// instance of a module.
44 virtual pp::Var HandleBlockingMessage(pp::InstanceHandle instance,
50 /// @param[in] instance An <code>InstanceHandle</code> identifying one
51 /// instance of a module.
52 virtual void WasUnregistered(pp::InstanceHandle instance) = 0;