HomeSort by relevance Sort by last modified time
    Searched refs:GetVisibilityForAnimation (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 33 virtual bool GetVisibilityForAnimation() const = 0;
layer_animation_element_unittest.cc 227 EXPECT_TRUE(delegate.GetVisibilityForAnimation());
229 EXPECT_TRUE(delegate.GetVisibilityForAnimation());
236 EXPECT_FALSE(delegate.GetVisibilityForAnimation());
layer.h 389 virtual bool GetVisibilityForAnimation() const OVERRIDE;
layer_animation_element.cc 198 start_ = delegate->GetVisibilityForAnimation();
617 visibility(delegate ? delegate->GetVisibilityForAnimation() : false),
layer.cc 893 bool Layer::GetVisibilityForAnimation() const {
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 22 visibility_(other.GetVisibilityForAnimation()),
74 bool TestLayerAnimationDelegate::GetVisibilityForAnimation() const {
test_layer_animation_delegate.h 34 virtual bool GetVisibilityForAnimation() const OVERRIDE;

Completed in 57 milliseconds