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

  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning.cc 48 should_delay_animation_(false),
65 if (!should_delay_animation_)
98 should_delay_animation_ = false;
109 should_delay_animation_ = true;
136 should_delay_animation_ = false;
146 if (should_delay_animation_)
scrollbar_animation_controller_thinning.h 80 bool should_delay_animation_; member in class:cc::ScrollbarAnimationControllerThinning
81 // If |should_delay_animation_| is true, delay the animation by this amount.

Completed in 47 milliseconds