Lines Matching refs:label
19 #include "views/controls/label.h"
26 using views::Label;
34 // Y offset for the 'installing updates' label.
38 // Y offset for the 'computer will restart' label.
40 // Y offset for the 'ESCAPE to skip' label.
46 // Horizontal spacing (ex. min left and right margins for label on the screen).
48 // Horizontal spacing between spinner and label on the curtain screen.
51 // Label color.
213 void UpdateView::InitLabel(views::Label** label) {
214 *label = new views::Label();
215 (*label)->SetColor(kLabelColor);
216 (*label)->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
217 (*label)->SetMultiLine(true);
221 (*label)->SetFont(label_font);
223 AddChildView(*label);