Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/views/
Dmessage_center_button_bar.cc101 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()
Dmessage_center_button_bar.h78 views::Label* notification_label_; variable