Lines Matching refs:instance
9 * specific module instance.
20 * the DOM element associated with specific module instance.
25 * the DOM element for the given module instance. A call to PostMessage()
28 * @param[in] instance A <code>PP_Instance</code> identifying one instance
68 * The module instance then invokes PostMessage() as follows:
73 * PP_Var hello_var = ppb_var_interface->VarFromUtf8(instance,
76 * ppb_messaging_interface->PostMessage(instance, hello_var); // Copies var.
84 void PostMessage([in] PP_Instance instance, [in] PP_Var message);
110 * @param[in] instance A <code>PP_Instance</code> identifying one instance
122 int32_t RegisterMessageHandler([in] PP_Instance instance,
127 * Unregisters the current message handler for <code>instance</code> if one
138 * @param[in] instance A <code>PP_Instance</code> identifying one instance
142 void UnregisterMessageHandler([in] PP_Instance instance);