Home
last modified time | relevance | path

Searched refs:scrolling_size (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_impl.cc254 gfx::SizeF scrolling_size(scroll_node->bounds); in UpdateScrollbarGeometries() local
273 scrolling_size = gfx::SizeF(outer_scroll_node->bounds); in UpdateScrollbarGeometries()
293 scrollbar->SetScrollLayerLength(scrolling_size.width()); in UpdateScrollbarGeometries()
297 scrollbar->SetScrollLayerLength(scrolling_size.height()); in UpdateScrollbarGeometries()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_impl.cc279 gfx::SizeF scrolling_size(scroll_node->bounds); in UpdateScrollbarGeometries() local
298 scrolling_size = gfx::SizeF(outer_scroll_node->bounds); in UpdateScrollbarGeometries()
318 scrollbar->SetScrollLayerLength(scrolling_size.width()); in UpdateScrollbarGeometries()
322 scrollbar->SetScrollLayerLength(scrolling_size.height()); in UpdateScrollbarGeometries()