Searched defs:BoundedLabel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dbounded_label.h29 // ellipsis at the end of the last line for any omitted text. BoundedLabel is a
32 // with BoundedLabel. See the description of InnerBoundedLabel in the
34 class MESSAGE_CENTER_EXPORT BoundedLabel : public views::View { class in namespace:message_center
36 BoundedLabel(const base::string16& text, const gfx::FontList& font_list);
37 BoundedLabel(const base::string16& text);
38 virtual ~BoundedLabel();
74 DISALLOW_COPY_AND_ASSIGN(BoundedLabel);
H A Dbounded_label.cc27 // BoundedLabel. It is kept private to prevent outside code from calling a
28 // number of views::Label methods like SetFontList() that break BoundedLabel's
36 InnerBoundedLabel(const BoundedLabel& owner);
63 const BoundedLabel* owner_; // Weak reference.
75 InnerBoundedLabel::InnerBoundedLabel(const BoundedLabel& owner)
268 // BoundedLabel ///////////////////////////////////////////////////////////
270 BoundedLabel::BoundedLabel(const base::string16& text, function in class:message_center::BoundedLabel
278 BoundedLabel::BoundedLabel(cons function in class:message_center::BoundedLabel
[all...]

Completed in 109 milliseconds