Searched refs:closing_animation_ (Results 1 – 2 of 2) sorted by relevance
57 closing_animation_(NULL) { in ToastContentsView()177 closing_animation_ = (is_closing_ ? fade_animation_.get() : NULL); in StartFadeOut()184 if (is_closing_ && closing_animation_ == animation && GetWidget()) { in OnBoundsAnimationEndedOrCancelled()
133 gfx::Animation* closing_animation_; variable