HomeSort by relevance Sort by last modified time
    Searched refs:vertical_adjust_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.h 74 float vertical_adjust() const { return vertical_adjust_; }
97 float vertical_adjust_; member in class:cc::ScrollbarLayerImplBase
scrollbar_layer_impl_base.cc 28 vertical_adjust_(0.f),
125 if (vertical_adjust_ == vertical_adjust)
127 vertical_adjust_ = vertical_adjust;
174 // vertical_adjust_ is used when the layer geometry from the main thread is
182 // vertical_adjust_ = 50, scroll position 0, visible ratios 99%
208 // horizontal scrollbar down by the vertical_adjust_ factor and lay the
209 // vertical thumb out on a track lengthed by the vertical_adjust_ factor. This
234 vertical_adjust_ + thumb_thickness_adjustment,
painted_scrollbar_layer_impl.h 74 float vertical_adjust_; member in class:cc::PaintedScrollbarLayerImpl
painted_scrollbar_layer_impl.cc 39 vertical_adjust_(0.f),

Completed in 230 milliseconds