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

  /external/chromium_org/cc/animation/
animation.h 112 bool received_finished_event() const { function in class:cc::Animation
115 void set_received_finished_event(bool received_finished_event) {
116 received_finished_event_ = received_finished_event;
layer_animation_controller.cc 561 events || active_animations_[i]->received_finished_event();
570 events || active_animations_[j]->received_finished_event();

Completed in 72 milliseconds