Searched refs:current_pos_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dscrollbar_layer_impl_base.cc22 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_));
H A Dscrollbar_layer_impl_base.h21 float current_pos() const { return current_pos_; }
73 float current_pos_; member in class:cc::ScrollbarLayerImplBase

Completed in 66 milliseconds