OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasActiveAnimation
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc
363
EXPECT_TRUE(controller->
HasActiveAnimation
());
371
EXPECT_FALSE(controller->
HasActiveAnimation
());
393
EXPECT_TRUE(controller_impl->
HasActiveAnimation
());
403
EXPECT_FALSE(controller_impl->
HasActiveAnimation
());
442
EXPECT_TRUE(controller_impl->
HasActiveAnimation
());
457
EXPECT_FALSE(controller_impl->
HasActiveAnimation
());
491
EXPECT_TRUE(controller->
HasActiveAnimation
());
508
EXPECT_FALSE(controller->
HasActiveAnimation
());
542
EXPECT_TRUE(controller_impl->
HasActiveAnimation
());
554
EXPECT_FALSE(controller_impl->
HasActiveAnimation
());
[
all
...]
layer_animation_controller.h
73
bool
HasActiveAnimation
() const;
layer_animation_controller.cc
249
bool LayerAnimationController::
HasActiveAnimation
() const {
/external/chromium_org/cc/layers/
layer.h
418
bool
HasActiveAnimation
() const;
layer.cc
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
236
bool WebLayerImpl::
hasActiveAnimation
() { return layer_->
HasActiveAnimation
(); }
/external/chromium_org/cc/test/
layer_tree_test.cc
187
if (iter->second->
HasActiveAnimation
()) {
Completed in 3302 milliseconds