/third_party/weston/include/libweston-desktop/ |
D | libweston-desktop.h | 80 bool maximized, void *user_data); 158 bool maximized);
|
/third_party/weston/libweston-desktop/ |
D | xdg-shell-v6.c | 86 bool maximized; member 563 if (toplevel->pending.state.maximized) { in weston_desktop_xdg_toplevel_send_configure() 590 void *user_data, bool maximized) in weston_desktop_xdg_toplevel_set_maximized() argument 594 toplevel->pending.state.maximized = maximized; in weston_desktop_xdg_toplevel_set_maximized() 658 if ((toplevel->next.state.maximized || toplevel->next.state.fullscreen) && in weston_desktop_xdg_toplevel_committed() 693 return toplevel->current.state.maximized; in weston_desktop_xdg_toplevel_get_maximized() 963 if (toplevel->pending.state.maximized != configured.state.maximized) in weston_desktop_xdg_toplevel_state_compare()
|
D | xdg-shell.c | 92 bool maximized; member 581 if (toplevel->pending.state.maximized) { in weston_desktop_xdg_toplevel_send_configure() 608 void *user_data, bool maximized) in weston_desktop_xdg_toplevel_set_maximized() argument 612 toplevel->pending.state.maximized = maximized; in weston_desktop_xdg_toplevel_set_maximized() 676 if (toplevel->next.state.maximized && in weston_desktop_xdg_toplevel_committed() 733 return toplevel->current.state.maximized; in weston_desktop_xdg_toplevel_get_maximized() 1003 if (toplevel->pending.state.maximized != configured.state.maximized) in weston_desktop_xdg_toplevel_state_compare()
|
D | internal.h | 79 bool maximized); 98 void *user_data, bool maximized);
|
D | libweston-desktop.c | 232 bool maximized) in weston_desktop_api_maximized_requested() argument 235 desktop->api.maximized_requested(surface, maximized, in weston_desktop_api_maximized_requested()
|
D | surface.c | 483 weston_desktop_surface_set_maximized(struct weston_desktop_surface *surface, bool maximized) in weston_desktop_surface_set_maximized() argument 488 maximized); in weston_desktop_surface_set_maximized()
|
/third_party/cef/tests/cefclient/browser/ |
D | views_overlay_controls.cc | 24 std::string GetLabel(ViewsOverlayControls::Command command, bool maximized) { in GetLabel() argument 29 return maximized ? "O" : "o"; in GetLabel()
|
D | window_test_runner_mac.mm | 37 // Make sure the window isn't minimized or maximized.
|
/third_party/flutter/glfw/src/ |
D | wl_window.c | 243 else if (window->wl.maximized) in createShellSurface() 547 if (window->monitor || window->wl.maximized) in _glfwPlatformRestoreWindow() 552 window->wl.maximized = GLFW_FALSE; in _glfwPlatformRestoreWindow() 558 if (!window->monitor && !window->wl.maximized) in _glfwPlatformMaximizeWindow() 565 window->wl.maximized = GLFW_TRUE; in _glfwPlatformMaximizeWindow() 634 return window->wl.maximized; in _glfwPlatformWindowMaximized()
|
D | wl_platform.h | 83 GLFWbool maximized; member
|
D | x11_window.c | 549 if (wndconfig->maximized) in createNativeWindow() 2030 GLFWbool maximized = GLFW_FALSE; in _glfwPlatformWindowMaximized() local 2042 maximized = GLFW_TRUE; in _glfwPlatformWindowMaximized() 2048 return maximized; in _glfwPlatformWindowMaximized()
|
D | internal.h | 262 GLFWbool maximized; member
|
/third_party/boost/boost/process/ |
D | windows.hpp | 44 …xpr ::boost::process::detail::windows::show_window<::boost::winapi::SW_SHOWMAXIMIZED_ > maximized; variable
|
/third_party/weston/clients/ |
D | simple-egl.c | 99 int fullscreen, maximized, opaque, buffer_size, frame_sync, delay; member 316 window->maximized = 0; in handle_toplevel_configure() 324 window->maximized = 1; in handle_toplevel_configure() 330 if (!window->fullscreen && !window->maximized) { in handle_toplevel_configure() 336 } else if (!window->fullscreen && !window->maximized) { in handle_toplevel_configure()
|
D | window.c | 249 int maximized; member 2457 window_set_maximized(window, !window->maximized); in frame_handle_status() 2610 int margin = widget->window->maximized ? 0 : t->margin; in window_frame_set_child_size() 3190 window_set_maximized(window, !window->maximized); in keyboard_handle_key() 4200 if (!window->fullscreen && !window->maximized) in window_do_resize() 4348 window->maximized = 0; in xdg_toplevel_handle_configure() 4357 window->maximized = 1; in xdg_toplevel_handle_configure() 4375 if (window->maximized) { in xdg_toplevel_handle_configure() 4684 return window->maximized; in window_is_maximized() 4688 window_set_maximized(struct window *window, int maximized) in window_set_maximized() argument [all …]
|
D | window.h | 443 window_set_maximized(struct window *window, int maximized);
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | SupplementalData.java | 441 Optional<String> maximized = maximize(localeId); in getSpecialCaseCalendar() local 442 if (maximized.isPresent()) { in getSpecialCaseCalendar() 443 switch (maximized.get()) { in getSpecialCaseCalendar()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 206 int maximized = 0; in X11_GetNetWMState() local 215 maximized |= 1; in X11_GetNetWMState() 217 maximized |= 2; in X11_GetNetWMState() 222 if (maximized == 3) { in X11_GetNetWMState() 1101 SetWindowMaximized(_THIS, SDL_Window * window, SDL_bool maximized) in SetWindowMaximized() argument 1111 if (maximized) { in SetWindowMaximized() 1126 maximized ? _NET_WM_STATE_ADD : _NET_WM_STATE_REMOVE; in SetWindowMaximized()
|
/third_party/weston/tests/ |
D | weston-test-desktop-shell.c | 124 bool maximized, void *shell) in desktop_surface_maximized_requested() argument
|
/third_party/weston/desktop-shell/ |
D | shell.c | 134 bool maximized; member 2533 } else if (shsurf->state.maximized) { in map() 2546 if (shsurf->state.maximized) { in map() 2557 if (!shsurf->state.fullscreen && !shsurf->state.maximized) { in map() 2589 was_maximized = shsurf->state.maximized; in desktop_surface_committed() 2593 shsurf->state.maximized = in desktop_surface_committed() 2608 was_maximized == shsurf->state.maximized) in desktop_surface_committed() 2616 if ((shsurf->state.fullscreen || shsurf->state.maximized) && in desktop_surface_committed() 2632 } else if (shsurf->state.maximized) { in desktop_surface_committed() 2802 set_maximized(struct shell_surface *shsurf, bool maximized) in set_maximized() argument [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 310 # Check that if the preference is maximized already, it works as well. 313 ja-Jpan-JP, en-AU >> ja # Match for ja-Jpan-JP (maximized already) 317 ja-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already) 319 # Check that if the preference is maximized already, it works as well. 321 ja-Jpan-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already) 378 # The unusual part: max("und") = "en-Latn-US", and since matching is based on maximized 439 # Check that if the preference is maximized already, it works as well. 441 ja-Jpan-JP, en-GB >> ja # Match for ja-Jpan-JP (maximized already) 790 # Check that if the preference is maximized already, it works as well. 915 # maximized tags, the undefined language would normally match [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 310 # Check that if the preference is maximized already, it works as well. 313 ja-Jpan-JP, en-AU >> ja # Match for ja-Jpan-JP (maximized already) 317 ja-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already) 319 # Check that if the preference is maximized already, it works as well. 321 ja-Jpan-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already) 378 # The unusual part: max("und") = "en-Latn-US", and since matching is based on maximized 439 # Check that if the preference is maximized already, it works as well. 441 ja-Jpan-JP, en-GB >> ja # Match for ja-Jpan-JP (maximized already) 790 # Check that if the preference is maximized already, it works as well. 915 # maximized tags, the undefined language would normally match [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | localeMatcherTest.txt | 310 # Check that if the preference is maximized already, it works as well. 313 ja-Jpan-JP, en-AU >> ja # Match for ja-Jpan-JP (maximized already) 317 ja-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already) 319 # Check that if the preference is maximized already, it works as well. 321 ja-Jpan-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already) 378 # The unusual part: max("und") = "en-Latn-US", and since matching is based on maximized 439 # Check that if the preference is maximized already, it works as well. 441 ja-Jpan-JP, en-GB >> ja # Match for ja-Jpan-JP (maximized already) 790 # Check that if the preference is maximized already, it works as well. 915 # maximized tags, the undefined language would normally match [all …]
|
/third_party/weston/kiosk-shell/ |
D | kiosk-shell.c | 769 bool maximized, void *shell) in desktop_surface_maximized_requested() argument 779 else if (maximized) in desktop_surface_maximized_requested()
|
/third_party/weston/ivi-shell/ |
D | ivi-shell.c | 574 bool maximized, void *user_data) in desktop_surface_maximized_requested() argument
|