Home
last modified time | relevance | path

Searched refs:aWindowRect (Results 26 – 32 of 32) sorted by relevance

12

/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp10463 const LayoutDeviceIntRect& aWindowRect) { argument
10499 aWindowRect, PixelCastJustification::LayoutDeviceIsScreenForTabDims);
10509 windowSafeAreaInsets.top = safeAreaRect.y - aWindowRect.y;
10510 windowSafeAreaInsets.left = safeAreaRect.x - aWindowRect.x;
10512 aWindowRect.x + aWindowRect.width - (safeAreaRect.x + safeAreaRect.width);
10513 windowSafeAreaInsets.bottom = aWindowRect.y + aWindowRect.height -
H A DnsContentUtils.h3286 const mozilla::LayoutDeviceIntRect& aWindowRect);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp10525 const LayoutDeviceIntRect& aWindowRect) { argument
10560 safeAreaRect = safeAreaRect.Intersect(aWindowRect);
10563 aSafeAreaInsets.top ? std::max(safeAreaRect.y - aWindowRect.y, 0) : 0;
10565 aSafeAreaInsets.left ? std::max(safeAreaRect.x - aWindowRect.x, 0) : 0;
10568 ? std::max((aWindowRect.x + aWindowRect.width) -
10574 ? std::max(aWindowRect.y + aWindowRect.height -
H A DnsContentUtils.h3288 const mozilla::LayoutDeviceIntRect& aWindowRect);
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsWindow.cpp7033 bool nsWindow::OnResize(nsIntRect &aWindowRect)
7036 mWidgetListener->WindowResized(this, aWindowRect.width, aWindowRect.height) : false;
7040 return mAttachedWidgetListener->WindowResized(this, aWindowRect.width, aWindowRect.height);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.h3258 const mozilla::LayoutDeviceIntRect& aWindowRect);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.h3288 const mozilla::LayoutDeviceIntRect& aWindowRect);

12