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

  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc 27 visible_to_total_length_ratio_(1.f) {}
69 if (visible_to_total_length_ratio_ == ratio)
71 visible_to_total_length_ratio_ = ratio;
scrollbar_layer_impl_base.h 59 return visible_to_total_length_ratio_;
82 float visible_to_total_length_ratio_; member in class:cc::ScrollbarLayerImplBase

Completed in 23 milliseconds