Searched refs:close_all_button_ (Results 1 – 2 of 2) sorted by relevance
103 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()
80 NotificationCenterButton* close_all_button_; variable