Searched refs:max_scroll_offset_ (Results 1 – 5 of 5) sorted by relevance
363 gfx::Vector2dF max_delta = max_scroll_offset_ - scroll_offset_; in ScrollBy()463 if (max_scroll_offset_.x() <= 0 && max_scroll_offset_.y() <= 0) { in TryScroll()543 layer->SetMaxScrollOffset(max_scroll_offset_); in PushPropertiesTo()997 gfx::SizeF scrollable_size(max_scroll_offset_.x() + bounds_.width(), in UpdateScrollbarPositions()998 max_scroll_offset_.y() + bounds_.height()); in UpdateScrollbarPositions()1001 horizontal_scrollbar_layer_->SetMaximum(max_scroll_offset_.x()); in UpdateScrollbarPositions()1007 vertical_scrollbar_layer_->SetMaximum(max_scroll_offset_.y()); in UpdateScrollbarPositions()1042 scroll_offset_delegate_->SetMaxScrollOffset(max_scroll_offset_); in SetScrollOffsetDelegate()1131 if (max_scroll_offset_ == max_scroll_offset) in SetMaxScrollOffset()1133 max_scroll_offset_ = max_scroll_offset; in SetMaxScrollOffset()[all …]
274 gfx::Vector2d max_scroll_offset() const { return max_scroll_offset_; } in max_scroll_offset()575 gfx::Vector2d max_scroll_offset_; variable
388 gfx::Vector2d max_scroll_offset() const { return max_scroll_offset_; } in max_scroll_offset()626 gfx::Vector2d max_scroll_offset_; variable
706 if (max_scroll_offset_ == max_scroll_offset) in SetMaxScrollOffset()708 max_scroll_offset_ = max_scroll_offset; in SetMaxScrollOffset()923 layer->SetMaxScrollOffset(max_scroll_offset_); in PushPropertiesTo()
2461 max_scroll_offset_ = max_scroll_offset; in SetMaxScrollOffset()2491 return max_scroll_offset_; in max_scroll_offset()2505 gfx::Vector2dF max_scroll_offset_; member in cc::__anon6fab67090111::TestScrollOffsetDelegate