Searched refs:is_impl_only (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/animation/
H A Danimation_events.cc19 is_impl_only(false),
H A Danimation_events.h31 bool is_impl_only; member in struct:cc::AnimationEvent
H A Danimation.h131 void set_is_impl_only(bool is_impl_only) { is_impl_only_ = is_impl_only; } argument
132 bool is_impl_only() const { return is_impl_only_; } function in class:cc::Animation
H A Dlayer_animation_controller.cc144 if (!animation->is_impl_only())
157 event.is_impl_only = true;
170 event.is_impl_only = true;
183 event.is_impl_only = true;
306 if (event.is_impl_only) {
336 if (event.is_impl_only) {
558 if (animation->is_impl_only()) {
689 started_event.is_impl_only = animations_[i]->is_impl_only();
718 if (events && !animations_[i]->is_impl_only()) {
[all...]
H A Dlayer_animation_controller_unittest.cc534 EXPECT_TRUE(start_transform_event->is_impl_only);
548 EXPECT_TRUE(end_transform_event->is_impl_only);
635 EXPECT_TRUE(start_filter_event->is_impl_only);
647 EXPECT_TRUE(end_filter_event->is_impl_only);
919 EXPECT_TRUE((*events)[0].is_impl_only);
921 EXPECT_TRUE((*events)[1].is_impl_only);
937 EXPECT_TRUE((*events)[0].is_impl_only);
939 EXPECT_TRUE((*events)[1].is_impl_only);
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc906 return filter_animation && filter_animation->is_impl_only();
949 return opacity_animation && opacity_animation->is_impl_only();
1019 return transform_animation && transform_animation->is_impl_only();

Completed in 569 milliseconds