Searched refs:top_controls_manager_ (Results 1 – 2 of 2) sorted by relevance
272 top_controls_manager_ = in LayerTreeHostImpl()1295 if (top_controls_manager_) { in MakeCompositorFrameMetadata()1297 gfx::Vector2dF(0.f, top_controls_manager_->controls_top_offset()); in MakeCompositorFrameMetadata()1299 gfx::Vector2dF(0.f, top_controls_manager_->content_top_offset()); in MakeCompositorFrameMetadata()1475 DCHECK(!top_controls_manager_); in UnscaledScrollableViewportSize()1484 top_controls_manager_ ? top_controls_manager_->content_top_offset() : 0.f; in UnscaledScrollableViewportSize()2016 if (!potentially_scrolling_layer_impl && top_controls_manager_ && in FindScrollLayerForDeviceViewportPoint()2017 top_controls_manager_->content_top_offset() != in FindScrollLayerForDeviceViewportPoint()2029 if (top_controls_manager_) in ScrollBegin()2030 top_controls_manager_->ScrollBegin(); in ScrollBegin()[all …]
344 return top_controls_manager_.get(); in top_controls_manager()577 scoped_ptr<TopControlsManager> top_controls_manager_; variable