Searched refs:set_fullscreen (Results 1 – 13 of 13) sorted by relevance
/third_party/weston/libweston-desktop/ |
D | xwayland.c | 314 set_fullscreen(struct weston_desktop_xwayland_surface *surface, in set_fullscreen() function 394 .set_fullscreen = set_fullscreen,
|
D | internal.h | 95 void (*set_fullscreen)(struct weston_desktop_surface *surface, member
|
D | surface.c | 476 if (surface->implementation->set_fullscreen != NULL) in weston_desktop_surface_set_fullscreen() 477 surface->implementation->set_fullscreen(surface, in weston_desktop_surface_set_fullscreen()
|
D | wl-shell.c | 397 .set_fullscreen = weston_desktop_wl_shell_surface_protocol_set_fullscreen,
|
D | xdg-shell-v6.c | 753 .set_fullscreen = weston_desktop_xdg_toplevel_protocol_set_fullscreen, 1297 .set_fullscreen = weston_desktop_xdg_toplevel_set_fullscreen,
|
D | xdg-shell.c | 793 .set_fullscreen = weston_desktop_xdg_toplevel_protocol_set_fullscreen, 1350 .set_fullscreen = weston_desktop_xdg_toplevel_set_fullscreen,
|
/third_party/weston/xwayland/ |
D | xwayland-internal-interface.h | 47 void (*set_fullscreen)(struct weston_desktop_xwayland_surface *shsurf, member
|
D | window-manager.c | 1786 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/ |
D | cef_window_capi.h | 143 void(CEF_CALLBACK* set_fullscreen)(struct _cef_window_t* self,
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | window_ctocpp.cc | 250 if (CEF_MEMBER_MISSING(_struct, set_fullscreen)) in SetFullscreen() 256 _struct->set_fullscreen(_struct, fullscreen); in SetFullscreen()
|
/third_party/wayland_standard/tests/data/ |
D | example-server.h | 2457 void (*set_fullscreen)(struct wl_client *client, member
|
/third_party/weston/desktop-shell/ |
D | shell.c | 2682 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/ |
D | window_cpptoc.cc | 1856 GetStruct()->set_fullscreen = window_set_fullscreen; in CefWindowCppToC()
|