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

  /external/chromium_org/cc/animation/
animation_registrar.h 55 supports_scroll_animations_ = supports_scroll_animations;
58 bool supports_scroll_animations() { return supports_scroll_animations_; }
66 bool supports_scroll_animations_; member in class:cc::AnimationRegistrar
animation_registrar.cc 11 AnimationRegistrar::AnimationRegistrar() : supports_scroll_animations_(false) {

Completed in 1368 milliseconds