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

  /external/chromium_org/cc/layers/
layer_impl.cc 850 if (scrollbar_animation_controller_ &&
851 !scrollbar_animation_controller_->IsScrollGestureInProgress()) {
852 scrollbar_animation_controller_->DidProgrammaticallyUpdateScroll(
978 if (!scrollbar_animation_controller_) {
983 scrollbar_animation_controller_ =
989 scrollbar_animation_controller_.reset();
    [all...]
layer_impl.h 415 return scrollbar_animation_controller_.get();
568 scoped_ptr<ScrollbarAnimationController> scrollbar_animation_controller_; member in class:cc::LayerImpl

Completed in 65 milliseconds