OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_unfinished_animation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
layer_tree_test.cc
183
bool
has_unfinished_animation
= false;
variable
188
has_unfinished_animation
= true;
192
test_hooks_->UpdateAnimationState(this,
has_unfinished_animation
);
/external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc
128
bool
has_unfinished_animation
) OVERRIDE {
132
EXPECT_FALSE(
has_unfinished_animation
);
variable
529
bool
has_unfinished_animation
) OVERRIDE {
Completed in 56 milliseconds