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

  /external/chromium_org/cc/animation/
animation_events.cc 19 is_impl_only(false),
animation_events.h 30 bool is_impl_only; member in struct:cc::AnimationEvent
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_; } function in class:cc::Animation
layer_animation_controller.cc 153 if (!animation->is_impl_only())
164 event.is_impl_only = true;
175 event.is_impl_only = true;
263 if (event.is_impl_only) {
292 if (event.is_impl_only) {
381 if (animation->is_impl_only()) {
504 started_event.is_impl_only = active_animations_[i]->is_impl_only();
593 finished_event.is_impl_only = active_animations_[j]->is_impl_only();
    [all...]
layer_animation_controller_unittest.cc 365 EXPECT_TRUE(start_transform_event->is_impl_only);
378 EXPECT_TRUE(end_transform_event->is_impl_only);
434 EXPECT_TRUE((*events)[0].is_impl_only);
436 EXPECT_TRUE((*events)[1].is_impl_only);
451 EXPECT_TRUE((*events)[0].is_impl_only);
453 EXPECT_TRUE((*events)[1].is_impl_only);
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.cc 746 return opacity_animation && opacity_animation->is_impl_only();
790 return transform_animation && transform_animation->is_impl_only();
    [all...]

Completed in 56 milliseconds