Lines Matching refs:instance
24 * the module instance on a web page.
34 * related to the module instance on a web page.
39 * The contents of this device is what will be displayed in the instance's
43 * unbind all devices from the given instance. The instance will then appear
48 * a device when it is already bound to another instance. If you want
55 * @param[in] instance A PP_Instance identifying one instance of a module.
61 * instance, so the caller can release its reference if it chooses.
63 PP_Bool (*BindGraphics)(PP_Instance instance, PP_Resource device);
65 * IsFullFrame() determines if the instance is full-frame. Such an instance
71 * @param[in] instance A <code>PP_Instance</code> identifying one instance
75 * instance is full-frame.
77 PP_Bool (*IsFullFrame)(PP_Instance instance);