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.cc 26 vertical_adjust_(0.f),
62 if (vertical_adjust_ == vertical_adjust)
64 vertical_adjust_ = vertical_adjust;
105 // vertical_adjust_ is used when the layer geometry from the main thread is
113 // vertical_adjust_ = 50, scroll position 0, visible ratios 99%
139 // horizontal scrollbar down by the vertical_adjust_ factor and lay the
140 // vertical thumb out on a track lengthed by the vertical_adjust_ factor. This
161 vertical_adjust_ + thumb_thickness_adjustment,
scrollbar_layer_impl_base.h 61 float vertical_adjust() const { return vertical_adjust_; }
80 float vertical_adjust_; member in class:cc::ScrollbarLayerImplBase
painted_scrollbar_layer_impl.h 72 float vertical_adjust_; member in class:cc::PaintedScrollbarLayerImpl
painted_scrollbar_layer_impl.cc 39 vertical_adjust_(0.f),

Completed in 31 milliseconds