Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/views/
Dmessage_center_button_bar.cc103 close_all_button_(NULL), in MessageCenterButtonBar()
153 close_all_button_ = in MessageCenterButtonBar()
159 close_all_button_->SetImage( in MessageCenterButtonBar()
162 button_container_->AddChildView(close_all_button_); in MessageCenterButtonBar()
257 if (close_all_button_) in SetAllButtonsEnabled()
258 close_all_button_->SetEnabled(enabled); in SetAllButtonsEnabled()
264 if (close_all_button_) in SetCloseAllButtonEnabled()
265 close_all_button_->SetEnabled(enabled); in SetCloseAllButtonEnabled()
281 if (sender == close_all_button_) { in ButtonPressed()
Dmessage_center_button_bar.h80 NotificationCenterButton* close_all_button_; variable