/third_party/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
|
D | window.c | 332 _glfw.hints.window.maximized = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
|
D | win32_window.c | 880 if (wndconfig->maximized) in createNativeWindow()
|
D | cocoa_window.m | 999 if (wndconfig->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/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/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/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/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/java/ohos/global/icu/util/ |
D | ULocale.java | 941 ULocale maximized = addLikelySubtags(locale); in getRegionForSupplementalData() local 942 region = maximized.getCountry(); in getRegionForSupplementalData()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 990 ULocale maximized = addLikelySubtags(locale); in getRegionForSupplementalData() local 991 region = maximized.getCountry(); in getRegionForSupplementalData()
|
/third_party/glfw/docs/ |
D | window.dox | 199 `GLFW_MAXIMIZED` specifies whether the windowed mode window will be maximized 892 `GLFW_MAXIMIZED` indicates whether the specified window is maximized, whether by
|
/third_party/python/Doc/library/ |
D | idle.rst | 321 no effect when a window is maximized.
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 231 maximized, "Zoom Height" has no effect.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 5337 invalidate the saved height. While a window is maximized, "Zoom Height" has
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 43948 bool WindowManagerProvidesTitleBar(bool maximized) override;
|