Home
last modified time | relevance | path

Searched refs:maximized (Results 1 – 20 of 20) sorted by relevance

/third_party/glfw/src/
Dwl_window.c243 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()
Dwl_platform.h83 GLFWbool maximized; member
Dx11_window.c549 if (wndconfig->maximized) in createNativeWindow()
2030 GLFWbool maximized = GLFW_FALSE; in _glfwPlatformWindowMaximized() local
2042 maximized = GLFW_TRUE; in _glfwPlatformWindowMaximized()
2048 return maximized; in _glfwPlatformWindowMaximized()
Dinternal.h262 GLFWbool maximized; member
Dwindow.c332 _glfw.hints.window.maximized = value ? GLFW_TRUE : GLFW_FALSE; in glfwWindowHint()
Dwin32_window.c880 if (wndconfig->maximized) in createNativeWindow()
Dcocoa_window.m999 if (wndconfig->maximized)
/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc24 std::string GetLabel(ViewsOverlayControls::Command command, bool maximized) { in GetLabel() argument
29 return maximized ? "O" : "o"; in GetLabel()
Dwindow_test_runner_mac.mm37 // 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/
DSupplementalData.java441 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/
DlocaleMatcherTest.txt310 # 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/
DlocaleMatcherTest.txt310 # 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/
DlocaleMatcherTest.txt310 # 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/
DULocale.java941 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/
DULocale.java990 ULocale maximized = addLikelySubtags(locale); in getRegionForSupplementalData() local
991 region = maximized.getCountry(); in getRegionForSupplementalData()
/third_party/glfw/docs/
Dwindow.dox199 `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/
Didle.rst321 no effect when a window is maximized.
/third_party/python/Lib/idlelib/
DNEWS.txt231 maximized, "Zoom Height" has no effect.
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst5337 invalidate the saved height. While a window is maximized, "Zoom Height" has
/third_party/chromium/patch/
D0003-ohos-1115.patch43948 bool WindowManagerProvidesTitleBar(bool maximized) override;