Home | History | Annotate | Download | only in api

Lines Matching refs:instance

9  * handling transitions of a module instance to and from fullscreen mode.
25 * IsFullscreen() checks whether the module instance is currently in
28 * @param[in] instance A <code>PP_Instance</code> identifying one instance
31 * @return <code>PP_TRUE</code> if the module instance is in fullscreen mode,
32 * <code>PP_FALSE</code> if the module instance is not in fullscreen mode.
35 [in] PP_Instance instance);
38 * SetFullscreen() switches the module instance to and from fullscreen
50 * @param[in] instance A <code>PP_Instance</code> identifying one instance
59 [in] PP_Instance instance,
63 * GetScreenSize() gets the size of the screen in pixels. The module instance
67 * @param[in] instance A <code>PP_Instance</code> identifying one instance
75 [in] PP_Instance instance,