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

  /external/chromium_org/cc/animation/
animation.h 136 void set_is_impl_only(bool is_impl_only) { is_impl_only_ = is_impl_only; }
137 bool is_impl_only() const { return is_impl_only_; }
193 bool is_impl_only_; member in class:cc::Animation
animation.cc 75 is_impl_only_(false) {}

Completed in 53 milliseconds