Home | History | Annotate | Download | only in screen_security

Lines Matching refs:label_

47       label_(NULL),
70 if (label_->bounds().Intersects(stop_button_->bounds())) {
71 gfx::Rect label_bounds = label_->bounds();
73 stop_button_->x() - kTrayPopupPaddingBetweenItems - label_->x());
74 label_->SetBoundsRect(label_bounds);
95 label_ = new views::Label;
96 label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
97 label_->SetMultiLine(true);
98 label_->SetText(label_text_);
99 AddChildView(label_);