Searched refs:TrackStart (Results 1 – 6 of 6) sorted by relevance
43 virtual int TrackStart() const OVERRIDE;
66 virtual int TrackStart() const = 0;
57 virtual int TrackStart() const OVERRIDE;
71 int SolidColorScrollbarLayerImpl::TrackStart() const { in TrackStart() function in cc::SolidColorScrollbarLayerImpl
153 int thumb_offset = static_cast<int>(ratio * max_offset) + TrackStart(); in ComputeThumbQuadRect()
157 int PaintedScrollbarLayerImpl::TrackStart() const { in TrackStart() function in cc::PaintedScrollbarLayerImpl