Home | History | Annotate | Download | only in c

Lines Matching full:instance

27  * specific module instance.
38 * the DOM element associated with specific module instance.
43 * the DOM element for the given module instance. A call to PostMessage()
46 * @param[in] instance A <code>PP_Instance</code> identifying one instance
86 * The module instance then invokes PostMessage() as follows:
91 * PP_Var hello_var = ppb_var_interface->VarFromUtf8(instance,
94 * ppb_messaging_interface->PostMessage(instance, hello_var); // Copies var.
101 void (*PostMessage)(PP_Instance instance, struct PP_Var message);
126 * @param[in] instance A <code>PP_Instance</code> identifying one instance
138 PP_Instance instance,
143 * Unregisters the current message handler for <code>instance</code> if one
154 * @param[in] instance A <code>PP_Instance</code> identifying one instance
157 void (*UnregisterMessageHandler)(PP_Instance instance);
163 void (*PostMessage)(PP_Instance instance, struct PP_Var message);