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

  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc 22 current_pos_(0.f),
48 if (current_pos_ == current_pos)
50 current_pos_ = current_pos;
150 std::min(std::max(current_pos_, 0.f), static_cast<float>(maximum_));
scrollbar_layer_impl_base.h 21 float current_pos() const { return current_pos_; }
73 float current_pos_; member in class:cc::ScrollbarLayerImplBase

Completed in 156 milliseconds