Lines Matching refs:fullscreen
9 * handling transitions of a module instance to and from fullscreen mode.
21 * toggling fullscreen mode.
26 * fullscreen mode.
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.
38 * SetFullscreen() switches the module instance to and from fullscreen
41 * The transition to and from fullscreen mode is asynchronous. During the
47 * The transition to fullscreen mode can only occur while the browser is
52 * @param[in] fullscreen <code>PP_TRUE</code> to enter fullscreen mode, or
53 * <code>PP_FALSE</code> to exit fullscreen mode.
60 [in] PP_Bool fullscreen);
65 * fullscreen mode.