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

  /external/chromium_org/cc/layers/
scrollbar_layer_impl_base.h 31 void SetCurrentPos(float current_pos);
solid_color_scrollbar_layer_impl_unittest.cc 35 scrollbar_layer_impl->SetCurrentPos(100.f / 4);
painted_scrollbar_layer_impl_unittest.cc 43 scrollbar_layer_impl->SetCurrentPos(100.f / 4);
scrollbar_layer_unittest.cc 291 scrollbar_layer_impl->SetCurrentPos(10.f);
386 scrollbar_layer_impl->SetCurrentPos(4.f);
443 horizontal_scrollbar_layer_->SetCurrentPos(0);
462 horizontal_scrollbar_layer_->SetCurrentPos(0);
467 horizontal_scrollbar_layer_->SetCurrentPos(100);
472 horizontal_scrollbar_layer_->SetCurrentPos(80);
483 layers[i]->SetCurrentPos(25);
    [all...]
scrollbar_layer_impl_base.cc 114 void ScrollbarLayerImplBase::SetCurrentPos(float current_pos) {
layer_impl.cc     [all...]

Completed in 121 milliseconds