Home
last modified time | relevance | path

Searched refs:primary_bounds (Results 1 – 11 of 11) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm117 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
122 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm126 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
131 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm117 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
122 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm117 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
122 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm130 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
135 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm130 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
135 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm130 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
135 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm120 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
125 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration.mm138 DesktopRect primary_bounds = DesktopRect::MakeLTRB(
143 InvertRectYOrigin(primary_bounds, &display_config.pixel_bounds);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_chromeos_unittest.cc504 gfx::Rect primary_bounds = primary_display.bounds(); in TEST_F() local
541 EXPECT_TRUE(primary_bounds.Contains(window_bounds)); in TEST_F()
575 EXPECT_TRUE(primary_bounds.Contains(window_bounds)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dpersistent_window_controller_unittest.cc544 const gfx::Rect primary_bounds(200, 200); in TEST_F() local
546 std::unique_ptr<aura::Window> window1 = CreateTestWindow(primary_bounds); in TEST_F()
548 std::unique_ptr<aura::Window> window3 = CreateTestWindow(primary_bounds); in TEST_F()