Home
last modified time | relevance | path

Searched refs:set_fullscreen (Results 1 – 13 of 13) sorted by relevance

/third_party/weston/libweston-desktop/
Dxwayland.c314 set_fullscreen(struct weston_desktop_xwayland_surface *surface, in set_fullscreen() function
394 .set_fullscreen = set_fullscreen,
Dinternal.h95 void (*set_fullscreen)(struct weston_desktop_surface *surface, member
Dsurface.c476 if (surface->implementation->set_fullscreen != NULL) in weston_desktop_surface_set_fullscreen()
477 surface->implementation->set_fullscreen(surface, in weston_desktop_surface_set_fullscreen()
Dwl-shell.c397 .set_fullscreen = weston_desktop_wl_shell_surface_protocol_set_fullscreen,
Dxdg-shell-v6.c753 .set_fullscreen = weston_desktop_xdg_toplevel_protocol_set_fullscreen,
1297 .set_fullscreen = weston_desktop_xdg_toplevel_set_fullscreen,
Dxdg-shell.c793 .set_fullscreen = weston_desktop_xdg_toplevel_protocol_set_fullscreen,
1350 .set_fullscreen = weston_desktop_xdg_toplevel_set_fullscreen,
/third_party/weston/xwayland/
Dxwayland-internal-interface.h47 void (*set_fullscreen)(struct weston_desktop_xwayland_surface *shsurf, member
Dwindow-manager.c1786 xwayland_interface->set_fullscreen(window->shsurf, in weston_wm_window_handle_state()
2941 xwayland_interface->set_fullscreen(window->shsurf, in xserver_map_shell_surface()
/third_party/cef/include/capi/views/
Dcef_window_capi.h143 void(CEF_CALLBACK* set_fullscreen)(struct _cef_window_t* self,
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.cc250 if (CEF_MEMBER_MISSING(_struct, set_fullscreen)) in SetFullscreen()
256 _struct->set_fullscreen(_struct, fullscreen); in SetFullscreen()
/third_party/wayland_standard/tests/data/
Dexample-server.h2457 void (*set_fullscreen)(struct wl_client *client, member
/third_party/weston/desktop-shell/
Dshell.c2682 set_fullscreen(struct shell_surface *shsurf, bool fullscreen, in set_fullscreen() function
2798 set_fullscreen(shsurf, fullscreen, output); in desktop_surface_fullscreen_requested()
3415 set_fullscreen(shsurf, !fullscreen, NULL); in fullscreen_binding()
4835 set_fullscreen(shsurf, false, NULL); in shell_reposition_view_on_output_change()
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc1856 GetStruct()->set_fullscreen = window_set_fullscreen; in CefWindowCppToC()