Home
last modified time | relevance | path

Searched refs:BottomControlsHeight (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dbrowser_controls_offset_manager.cc89 float BrowserControlsOffsetManager::BottomControlsHeight() const { in BottomControlsHeight() function in cc::BrowserControlsOffsetManager
90 return client_->BottomControlsHeight(); in BottomControlsHeight()
98 return BottomControlsHeight() in BottomControlsMinShownRatio()
99 ? BottomControlsMinHeight() / BottomControlsHeight() in BottomControlsMinShownRatio()
104 return BottomControlsHeight() > 0 in ContentBottomOffset()
219 BottomControlsHeight() && in OnBrowserControlsParamsChanged()
235 float new_bottom_ratio = BottomControlsHeight() in OnBrowserControlsParamsChanged()
327 if (!BottomControlsHeight()) { in OnBrowserControlsParamsChanged()
332 BottomControlsHeight() != old_bottom_height) { in OnBrowserControlsParamsChanged()
391 if (!TopControlsHeight() && !BottomControlsHeight()) in ScrollBy()
[all …]
H A Dbrowser_controls_offset_manager_client.h18 virtual float BottomControlsHeight() const = 0;
H A Dbrowser_controls_offset_manager.h62 float BottomControlsHeight() const;
H A Dbrowser_controls_offset_manager_unittest.cc55 float BottomControlsHeight() const override { in BottomControlsHeight() function in cc::__anon7971bac30111::MockBrowserControlsOffsetManagerClient
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dbrowser_controls_offset_manager.cc88 float BrowserControlsOffsetManager::BottomControlsHeight() const { in BottomControlsHeight() function in cc::BrowserControlsOffsetManager
89 return client_->BottomControlsHeight(); in BottomControlsHeight()
97 return BottomControlsHeight() in BottomControlsMinShownRatio()
98 ? BottomControlsMinHeight() / BottomControlsHeight() in BottomControlsMinShownRatio()
103 return BottomControlsHeight() > 0 in ContentBottomOffset()
104 ? BottomControlsShownRatio() * BottomControlsHeight() : 0.0f; in ContentBottomOffset()
204 BottomControlsHeight() && in OnBrowserControlsParamsChanged()
217 float new_bottom_ratio = BottomControlsHeight() in OnBrowserControlsParamsChanged()
289 BottomControlsHeight() != old_bottom_height) { in OnBrowserControlsParamsChanged()
348 if (!TopControlsHeight() && !BottomControlsHeight()) in ScrollBy()
[all …]
H A Dbrowser_controls_offset_manager_client.h14 virtual float BottomControlsHeight() const = 0;
H A Dbrowser_controls_offset_manager.h62 float BottomControlsHeight() const;
H A Dbrowser_controls_offset_manager_unittest.cc54 float BottomControlsHeight() const override { in BottomControlsHeight() function in cc::__anona766981e0111::MockBrowserControlsOffsetManagerClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_impl.h300 float BottomControlsHeight() const override;
H A Dlayer_tree_host_impl.cc2251 browser_controls_offset_manager_->BottomControlsHeight(); in MakeRenderFrameMetadata()
3730 float LayerTreeHostImpl::BottomControlsHeight() const { in BottomControlsHeight() function in cc::LayerTreeHostImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_impl.h324 float BottomControlsHeight() const override;
H A Dlayer_tree_host_impl.cc2186 browser_controls_offset_manager_->BottomControlsHeight(); in MakeRenderFrameMetadata()
3622 float LayerTreeHostImpl::BottomControlsHeight() const { in BottomControlsHeight() function in cc::LayerTreeHostImpl