Searched refs:notification_label_ (Results 1 – 2 of 2) sorted by relevance
101 notification_label_(NULL), in MessageCenterButtonBar()123 notification_label_ = new views::Label(title); in MessageCenterButtonBar()124 notification_label_->SetAutoColorReadabilityEnabled(false); in MessageCenterButtonBar()125 notification_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT); in MessageCenterButtonBar()126 notification_label_->SetEnabledColor(kRegularTextColor); in MessageCenterButtonBar()127 AddChildView(notification_label_); in MessageCenterButtonBar()247 layout->AddView(notification_label_); in ViewVisibilityChanged()
78 views::Label* notification_label_; variable