Home
last modified time | relevance | path

Searched refs:RootWindowRect (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dlocal_dom_window.cc1077 lroundf(chrome_client.RootWindowRect(*frame).Height() * in outerHeight()
1080 return chrome_client.RootWindowRect(*frame).Height(); in outerHeight()
1095 lroundf(chrome_client.RootWindowRect(*frame).Width() * in outerWidth()
1098 return chrome_client.RootWindowRect(*frame).Width(); in outerWidth()
1158 lroundf(chrome_client.RootWindowRect(*frame).X() * in screenX()
1161 return chrome_client.RootWindowRect(*frame).X(); in screenX()
1176 lroundf(chrome_client.RootWindowRect(*frame).Y() * in screenY()
1179 return chrome_client.RootWindowRect(*frame).Y(); in screenY()
1411 IntRect window_rect = page->GetChromeClient().RootWindowRect(*frame); in moveBy()
1443 IntRect fr = page->GetChromeClient().RootWindowRect(*frame); in resizeBy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dlocal_dom_window.cc1247 lroundf(chrome_client.RootWindowRect(*frame).Height() * in outerHeight()
1250 return chrome_client.RootWindowRect(*frame).Height(); in outerHeight()
1265 lroundf(chrome_client.RootWindowRect(*frame).Width() * in outerWidth()
1268 return chrome_client.RootWindowRect(*frame).Width(); in outerWidth()
1328 lroundf(chrome_client.RootWindowRect(*frame).X() * in screenX()
1331 return chrome_client.RootWindowRect(*frame).X(); in screenX()
1346 lroundf(chrome_client.RootWindowRect(*frame).Y() * in screenY()
1349 return chrome_client.RootWindowRect(*frame).Y(); in screenY()
1615 IntRect window_rect = page->GetChromeClient().RootWindowRect(*frame); in moveBy()
1647 IntRect fr = page->GetChromeClient().RootWindowRect(*frame); in resizeBy()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dcreate_window.cc343 IntRect window_rect = page->GetChromeClient().RootWindowRect(frame); in CreateNewWindow()
H A Dchrome_client_impl.h70 IntRect RootWindowRect(LocalFrame&) override;
H A Dchrome_client.h150 virtual IntRect RootWindowRect(LocalFrame&) = 0;
H A Dchrome_client_impl.cc195 IntRect ChromeClientImpl::RootWindowRect(LocalFrame& frame) { in RootWindowRect() function in blink::ChromeClientImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dcreate_window.cc332 IntRect window_rect = page->GetChromeClient().RootWindowRect(frame); in CreateNewWindow()
H A Dchrome_client_impl.h70 IntRect RootWindowRect(LocalFrame&) override;
H A Dchrome_client.h163 virtual IntRect RootWindowRect(LocalFrame&) = 0;
H A Dchrome_client_impl.cc195 IntRect ChromeClientImpl::RootWindowRect(LocalFrame& frame) { in RootWindowRect() function in blink::ChromeClientImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dempty_clients.h95 IntRect RootWindowRect(LocalFrame&) override { return IntRect(); } in RootWindowRect() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dempty_clients.h95 IntRect RootWindowRect(LocalFrame&) override { return IntRect(); } in RootWindowRect() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_page_popup_impl.cc93 IntRect RootWindowRect(LocalFrame&) override { in RootWindowRect() function in blink::PagePopupChromeClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_page_popup_impl.cc135 IntRect RootWindowRect(LocalFrame&) override { in RootWindowRect() function in blink::PagePopupChromeClient