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 31 virtual bool GetVisibilityForAnimation() const = 0;
layer_animation_element_unittest.cc 164 EXPECT_TRUE(delegate.GetVisibilityForAnimation());
166 EXPECT_TRUE(delegate.GetVisibilityForAnimation());
173 EXPECT_FALSE(delegate.GetVisibilityForAnimation());
layer.h 375 virtual bool GetVisibilityForAnimation() const OVERRIDE;
layer_animation_element.cc 220 start_ = delegate->GetVisibilityForAnimation();
584 visibility(delegate ? delegate->GetVisibilityForAnimation() : false),
layer.cc 830 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 177 milliseconds