Searched refs:vertical_adjust (Results 1 – 5 of 5) sorted by relevance
61 void ScrollbarLayerImplBase::SetVerticalAdjust(float vertical_adjust) { in SetVerticalAdjust() argument62 if (vertical_adjust_ == vertical_adjust) in SetVerticalAdjust()64 vertical_adjust_ = vertical_adjust; in SetVerticalAdjust()
26 void SetVerticalAdjust(float vertical_adjust);61 float vertical_adjust() const { return vertical_adjust_; } in vertical_adjust() function
68 return bounds().height() + vertical_adjust(); in TrackLength()
169 return track_length_ + (orientation() == VERTICAL ? vertical_adjust() : 0); in TrackLength()
333 float vertical_adjust = 0.0f; in UpdateSolidColorScrollbars() local335 vertical_adjust = in UpdateSolidColorScrollbars()340 horiz->SetVerticalAdjust(vertical_adjust); in UpdateSolidColorScrollbars()346 vertical->SetVerticalAdjust(vertical_adjust); in UpdateSolidColorScrollbars()