Home
last modified time | relevance | path

Searched refs:closing_animation_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dtoast_contents_view.cc57 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()
Dtoast_contents_view.h133 gfx::Animation* closing_animation_; variable