Home | History | Annotate | Download | only in views

Lines Matching refs:BoundedLabel

27 // BoundedLabel. It is kept private to prevent outside code from calling a
28 // number of views::Label methods like setFont() that break BoundedLabel's
36 InnerBoundedLabel(const BoundedLabel& owner);
60 const BoundedLabel* owner_; // Weak reference.
72 InnerBoundedLabel::InnerBoundedLabel(const BoundedLabel& owner)
260 // BoundedLabel ///////////////////////////////////////////////////////////
262 BoundedLabel::BoundedLabel(const string16& text, gfx::Font font)
269 BoundedLabel::BoundedLabel(const string16& text)
275 BoundedLabel::~BoundedLabel() {
278 void BoundedLabel::SetColors(SkColor textColor, SkColor backgroundColor) {
283 void BoundedLabel::SetLineHeight(int height) {
287 void BoundedLabel::SetLineLimit(int lines) {
291 int BoundedLabel::GetLineHeight() const {
295 int BoundedLabel::GetLineLimit() const {
299 int BoundedLabel::GetLinesForWidthAndLimit(int width, int limit) {
303 gfx::Size BoundedLabel::GetSizeForWidthAndLines(int width, int lines) {
308 int BoundedLabel::GetBaseline() const {
312 gfx::Size BoundedLabel::GetPreferredSize() {
316 int BoundedLabel::GetHeightForWidth(int width) {
321 void BoundedLabel::Paint(gfx::Canvas* canvas) {
326 bool BoundedLabel::HitTestRect(const gfx::Rect& rect) const {
330 void BoundedLabel::GetAccessibleState(ui::AccessibleViewState* state) {
334 void BoundedLabel::OnBoundsChanged(const gfx::Rect& previous_bounds) {
339 void BoundedLabel::OnNativeThemeChanged(const ui::NativeTheme* theme) {
343 string16 BoundedLabel::GetWrappedTextForTest(int width, int lines) {