Home
last modified time | relevance | path

Searched refs:is_closing_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dtoast_contents_view.cc56 is_closing_(false), in ToastContentsView()
118 if (is_closing_) in CloseWithAnimation()
120 is_closing_ = true; in CloseWithAnimation()
177 closing_animation_ = (is_closing_ ? fade_animation_.get() : NULL); in StartFadeOut()
184 if (is_closing_ && closing_animation_ == animation && GetWidget()) { in OnBoundsAnimationEndedOrCancelled()
235 if (!is_closing_ && collection_.get()) in WindowClosing()
Dmessage_center_view.cc554 is_closing_(false), in MessageCenterView()
610 if (!is_closing_) in ~MessageCenterView()
616 if (is_closing_) in SetNotifications()
637 if (is_closing_) in SetSettingsVisible()
686 if (is_closing_) in ClearAllNotifications()
712 is_closing_ = is_closing; in SetIsClosing()
720 if (is_closing_) in Layout()
821 if (is_closing_) in OnMouseExited()
Dtoast_contents_view.h130 bool is_closing_; variable
Dmessage_center_view.h138 bool is_closing_; variable