OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitingForDeletion
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/animation/
animation.h
32
WaitingForDeletion
,
116
run_state_ ==
WaitingForDeletion
;
layer_animation_controller.cc
580
return (animation->run_state() == Animation::
WaitingForDeletion
);
588
return animation->run_state() == Animation::
WaitingForDeletion
&&
596
// to ActivateAnimations. If already
WaitingForDeletion
, they can be removed
739
animations_[i]->run_state() != Animation::
WaitingForDeletion
)
766
animations_[i]->SetRunState(Animation::
WaitingForDeletion
,
802
// animations below will be set to
WaitingForDeletion
in next
830
Animation::
WaitingForDeletion
, monotonic_time);
840
return animation->run_state() == Animation::
WaitingForDeletion
;
[
all
...]
layer_animation_controller_unittest.cc
227
EXPECT_EQ(Animation::
WaitingForDeletion
,
237
EXPECT_EQ(Animation::
WaitingForDeletion
,
[
all
...]
Completed in 3345 milliseconds