Home
last modified time | relevance | path

Searched refs:TrackLength (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
Dsolid_color_scrollbar_layer_impl.cc60 static_cast<int>(visible_to_total_length_ratio() * TrackLength()), in ThumbLength()
64 float SolidColorScrollbarLayerImpl::TrackLength() const { in TrackLength() function in cc::SolidColorScrollbarLayerImpl
Dsolid_color_scrollbar_layer_impl.h42 virtual float TrackLength() const OVERRIDE;
Dscrollbar_layer_impl_base.h65 virtual float TrackLength() const = 0;
Dpainted_scrollbar_layer_impl.h56 virtual float TrackLength() const OVERRIDE;
Dscrollbar_layer_impl_base.cc144 float track_length = TrackLength(); in ComputeThumbQuadRect()
Dpainted_scrollbar_layer_impl.cc168 float PaintedScrollbarLayerImpl::TrackLength() const { in TrackLength() function in cc::PaintedScrollbarLayerImpl