OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
31
bool
is_impl_only
;
member in struct:cc::AnimationEvent
animation.h
128
void set_is_impl_only(bool
is_impl_only
) { is_impl_only_ =
is_impl_only
; }
129
bool
is_impl_only
() const { return is_impl_only_; }
function in class:cc::Animation
layer_animation_controller.cc
144
if (!animation->
is_impl_only
())
157
event.
is_impl_only
= true;
170
event.
is_impl_only
= true;
183
event.
is_impl_only
= true;
287
if (event.
is_impl_only
) {
320
if (event.
is_impl_only
) {
462
if (animation->
is_impl_only
()) {
567
started_event.
is_impl_only
= active_animations_[i]->
is_impl_only
();
594
if (events && !active_animations_[i]->
is_impl_only
()) {
[
all
...]
layer_animation_controller_unittest.cc
449
EXPECT_TRUE(start_transform_event->
is_impl_only
);
462
EXPECT_TRUE(end_transform_event->
is_impl_only
);
549
EXPECT_TRUE(start_filter_event->
is_impl_only
);
560
EXPECT_TRUE(end_filter_event->
is_impl_only
);
[
all
...]
/external/chromium_org/cc/layers/
layer_impl.cc
854
return filter_animation && filter_animation->
is_impl_only
();
897
return opacity_animation && opacity_animation->
is_impl_only
();
956
return transform_animation && transform_animation->
is_impl_only
();
[
all
...]
Completed in 614 milliseconds