HomeSort by relevance Sort by last modified time
    Searched defs:BoundedLabel (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/views/
bounded_label.h 29 // 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 {
36 BoundedLabel(const string16& text, gfx::Font font);
37 BoundedLabel(const string16& text);
38 virtual ~BoundedLabel();
72 DISALLOW_COPY_AND_ASSIGN(BoundedLabel);
bounded_label.cc 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
    [all...]

Completed in 44 milliseconds