Home
last modified time | relevance | path

Searched refs:top_controls_shown_ratio (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dde_jelly_state.cc70 float top_controls_shown_ratio = in AdvanceFrame() local
71 layer_tree_impl->top_controls_shown_ratio()->Current( in AdvanceFrame()
73 if (top_controls_shown_ratio != 0.0f && top_controls_shown_ratio != 1.0f) in AdvanceFrame()
H A Drender_frame_metadata.cc37 top_controls_shown_ratio == other.top_controls_shown_ratio && in operator ==()
H A Dlayer_tree_impl.h107 scoped_refptr<SyncedBrowserControls> top_controls_shown_ratio,
435 SyncedBrowserControls* top_controls_shown_ratio() { in top_controls_shown_ratio() function
438 const SyncedBrowserControls* top_controls_shown_ratio() const { in top_controls_shown_ratio() function
640 void PushBrowserControlsFromMainThread(float top_controls_shown_ratio,
756 void PushBrowserControls(const float* top_controls_shown_ratio,
H A Drender_frame_metadata.h81 float top_controls_shown_ratio = 0.f; variable
H A Dlayer_tree_impl.cc137 scoped_refptr<SyncedBrowserControls> top_controls_shown_ratio, in LayerTreeImpl() argument
162 top_controls_shown_ratio_(std::move(top_controls_shown_ratio)), in LayerTreeImpl()
397 float top_controls_shown_ratio = in UpdateViewportContainerSizes() local
406 ? top_controls_height() * top_controls_shown_ratio in UpdateViewportContainerSizes()
1098 float top_controls_shown_ratio, in PushBrowserControlsFromMainThread() argument
1104 const float* top_controls_shown_ratio, in PushBrowserControls() argument
1106 DCHECK(top_controls_shown_ratio || bottom_controls_shown_ratio || in PushBrowserControls()
1108 DCHECK(!top_controls_shown_ratio || bottom_controls_shown_ratio); in PushBrowserControls()
1109 DCHECK(top_controls_shown_ratio || IsActiveTree()); in PushBrowserControls()
1111 if (top_controls_shown_ratio) { in PushBrowserControls()
[all …]
H A Dlayer_tree_host_impl.cc1659 active_tree()->top_controls_shown_ratio(), in ResetTreesForTesting()
2247 metadata.top_controls_shown_ratio = in MakeRenderFrameMetadata()
2304 last_draw_render_frame_metadata_->top_controls_shown_ratio != in MakeRenderFrameMetadata()
2305 metadata.top_controls_shown_ratio); in MakeRenderFrameMetadata()
2310 last_draw_render_frame_metadata_->top_controls_shown_ratio != in MakeRenderFrameMetadata()
2311 metadata.top_controls_shown_ratio || in MakeRenderFrameMetadata()
3068 active_tree()->top_controls_shown_ratio(), in CreatePendingTree()
3912 active_tree()->top_controls_shown_ratio()->PullDeltaForMainThread(); in ProcessCompositorDeltas()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dde_jelly_state.cc70 float top_controls_shown_ratio = in AdvanceFrame() local
71 layer_tree_impl->top_controls_shown_ratio()->Current( in AdvanceFrame()
73 if (top_controls_shown_ratio != 0.0f && top_controls_shown_ratio != 1.0f) in AdvanceFrame()
H A Drender_frame_metadata.cc37 top_controls_shown_ratio == other.top_controls_shown_ratio && in operator ==()
H A Dlayer_tree_impl.h105 scoped_refptr<SyncedBrowserControls> top_controls_shown_ratio,
427 SyncedBrowserControls* top_controls_shown_ratio() { in top_controls_shown_ratio() function
430 const SyncedBrowserControls* top_controls_shown_ratio() const { in top_controls_shown_ratio() function
626 void PushBrowserControlsFromMainThread(float top_controls_shown_ratio,
720 void PushBrowserControls(const float* top_controls_shown_ratio,
H A Dlayer_tree_impl.cc133 scoped_refptr<SyncedBrowserControls> top_controls_shown_ratio, in LayerTreeImpl() argument
158 top_controls_shown_ratio_(std::move(top_controls_shown_ratio)), in LayerTreeImpl()
372 float top_controls_shown_ratio = in UpdateViewportContainerSizes() local
381 ? top_controls_height() * top_controls_shown_ratio in UpdateViewportContainerSizes()
1056 float top_controls_shown_ratio, in PushBrowserControlsFromMainThread() argument
1062 const float* top_controls_shown_ratio, in PushBrowserControls() argument
1064 DCHECK(top_controls_shown_ratio || bottom_controls_shown_ratio || in PushBrowserControls()
1066 DCHECK(!top_controls_shown_ratio || bottom_controls_shown_ratio); in PushBrowserControls()
1067 DCHECK(top_controls_shown_ratio || IsActiveTree()); in PushBrowserControls()
1069 if (top_controls_shown_ratio) { in PushBrowserControls()
[all …]
H A Drender_frame_metadata.h77 float top_controls_shown_ratio = 0.f; variable
H A Dlayer_tree_host_impl.cc1680 active_tree()->top_controls_shown_ratio(), in ResetTreesForTesting()
2182 metadata.top_controls_shown_ratio = in MakeRenderFrameMetadata()
2239 last_draw_render_frame_metadata_->top_controls_shown_ratio != in MakeRenderFrameMetadata()
2240 metadata.top_controls_shown_ratio); in MakeRenderFrameMetadata()
2245 last_draw_render_frame_metadata_->top_controls_shown_ratio != in MakeRenderFrameMetadata()
2246 metadata.top_controls_shown_ratio || in MakeRenderFrameMetadata()
2957 active_tree()->top_controls_shown_ratio(), in CreatePendingTree()
5151 active_tree()->top_controls_shown_ratio()->PullDeltaForMainThread(); in ProcessScrollDeltas()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Drender_frame_metadata_mojom_traits.cc28 out->top_controls_shown_ratio = data.top_controls_shown_ratio(); in Read()
H A Drender_frame_metadata_mojom_traits.h70 static float top_controls_shown_ratio(
72 return metadata.top_controls_shown_ratio;
H A Drender_frame_metadata.mojom60 float top_controls_shown_ratio;
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/mojom/
H A Drender_frame_metadata_mojom_traits.cc29 out->top_controls_shown_ratio = data.top_controls_shown_ratio(); in Read()
H A Drender_frame_metadata_mojom_traits.h77 static float top_controls_shown_ratio( in COMPONENT_EXPORT()
79 return metadata.top_controls_shown_ratio; in COMPONENT_EXPORT()
H A Drender_frame_metadata.mojom65 float top_controls_shown_ratio;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/compositing/
H A Drender_frame_metadata_observer_impl.cc168 rfm1.top_controls_shown_ratio != rfm2.top_controls_shown_ratio || in ShouldSendRenderFrameMetadata()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_frame_metadata_observer_impl.cc153 rfm1.top_controls_shown_ratio != rfm2.top_controls_shown_ratio || in ShouldSendRenderFrameMetadata()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc436 metadata.top_controls_height * metadata.top_controls_shown_ratio; in OnRenderFrameMetadataChangedBeforeActivation()
449 metadata.top_controls_shown_ratio, in OnRenderFrameMetadataChangedBeforeActivation()
459 metadata.top_controls_shown_ratio, in OnRenderFrameMetadataChangedBeforeActivation()
1278 float top_controls_shown_ratio, in UpdateTouchSelectionController() argument
1291 gfx::RectF viewport_rect(0.0f, top_controls_height * top_controls_shown_ratio, in UpdateTouchSelectionController()
1299 float top_controls_shown_ratio, in UpdateControls() argument
1310 float top_content_offset = top_controls_height * top_controls_shown_ratio; in UpdateControls()
1353 metadata.top_controls_height * metadata.top_controls_shown_ratio); in OnDidUpdateVisualPropertiesComplete()
H A Drender_widget_host_view_android.h391 float top_controls_shown_ratio,
395 float top_controls_shown_ratio,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc454 metadata.top_controls_height * metadata.top_controls_shown_ratio; in OnRenderFrameMetadataChangedBeforeActivation()
467 metadata.top_controls_shown_ratio, in OnRenderFrameMetadataChangedBeforeActivation()
477 metadata.top_controls_shown_ratio, in OnRenderFrameMetadataChangedBeforeActivation()
1327 float top_controls_shown_ratio, in UpdateTouchSelectionController() argument
1340 gfx::RectF viewport_rect(0.0f, top_controls_height * top_controls_shown_ratio, in UpdateTouchSelectionController()
1348 float top_controls_shown_ratio, in UpdateControls() argument
1359 float top_content_offset = top_controls_height * top_controls_shown_ratio; in UpdateControls()
1408 metadata.top_controls_height * metadata.top_controls_shown_ratio); in OnDidUpdateVisualPropertiesComplete()
H A Drender_widget_host_view_android.h401 float top_controls_shown_ratio,
405 float top_controls_shown_ratio,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dback_forward_cache_impl.cc211 .top_controls_shown_ratio; in RestoreBrowserControlsState()

12