Home | History | Annotate | Download | only in views

Lines Matching refs:label_

265   label_.reset(new InnerBoundedLabel(*this));
266 label_->SetFontList(font_list);
267 label_->SetText(text);
272 label_.reset(new InnerBoundedLabel(*this));
273 label_->SetText(text);
280 label_->SetEnabledColor(textColor);
281 label_->SetBackgroundColor(backgroundColor);
285 label_->SetLineHeight(height);
293 label_->SetText(text);
297 return label_->line_height();
305 return visible() ? label_->GetLinesForWidthAndLimit(width, limit) : 0;
310 label_->GetSizeForWidthAndLines(width, lines) : gfx::Size();
314 return label_->GetBaseline();
318 return visible() ? label_->GetSizeForWidthAndLines(-1, -1) : gfx::Size();
323 label_->GetSizeForWidthAndLines(width, line_limit_).height() : 0;
328 label_->Paint(canvas, cull_set);
332 return label_->CanProcessEventsWithinSubtree();
336 label_->GetAccessibleState(state);
340 label_->SetBoundsRect(bounds());
345 label_->SetNativeTheme(theme);
349 return JoinString(label_->GetWrappedText(width, lines), '\n');