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 136 bool received_finished_event() const { function in class:cc::Animation
139 void set_received_finished_event(bool received_finished_event) {
140 received_finished_event_ = received_finished_event;
layer_animation_controller.cc 778 events || animations_[i]->received_finished_event();
790 events || animations_[j]->received_finished_event();
    [all...]

Completed in 164 milliseconds