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

  /external/chromium_org/cc/animation/
animation.cc 70 fill_mode_(FillModeBoth),
165 (fill_mode_ == FillModeBoth || fill_mode_ == FillModeBackwards);
267 to_return->fill_mode_ = fill_mode_;
animation.h 104 FillMode fill_mode() { return fill_mode_; }
105 void set_fill_mode(FillMode fill_mode) { fill_mode_ = fill_mode; }
193 FillMode fill_mode_; member in class:cc::Animation

Completed in 167 milliseconds