Searched refs:TrackLength (Results 1 – 6 of 6) sorted by relevance
60 static_cast<int>(visible_to_total_length_ratio() * TrackLength()), in ThumbLength()64 float SolidColorScrollbarLayerImpl::TrackLength() const { in TrackLength() function in cc::SolidColorScrollbarLayerImpl
42 virtual float TrackLength() const OVERRIDE;
65 virtual float TrackLength() const = 0;
56 virtual float TrackLength() const OVERRIDE;
144 float track_length = TrackLength(); in ComputeThumbQuadRect()
168 float PaintedScrollbarLayerImpl::TrackLength() const { in TrackLength() function in cc::PaintedScrollbarLayerImpl