Searched refs:thumb_length (Results 1 – 4 of 4) sorted by relevance
214 int thumb_length = ThumbLength(); in ComputeThumbQuadRect() local224 float max_offset = track_length - thumb_length; in ComputeThumbQuadRect()235 thumb_length, in ComputeThumbQuadRect()244 thumb_length); in ComputeThumbQuadRect()
151 void PaintedScrollbarLayerImpl::SetThumbLength(int thumb_length) { in SetThumbLength() argument152 if (thumb_length_ == thumb_length) in SetThumbLength()154 thumb_length_ = thumb_length; in SetThumbLength()
38 void SetThumbLength(int thumb_length);
38 void set_thumb_length(int thumb_length) { thumb_length_ = thumb_length; } in set_thumb_length() argument