HomeSort by relevance Sort by last modified time
    Searched refs:BoundedLabel (Results 1 - 5 of 5) 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 base::string16& text, const gfx::FontList& font_list);
37 BoundedLabel(const base::string16& text);
38 virtual ~BoundedLabel();
74 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 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,
278 BoundedLabel::BoundedLabel(const base::string16& text
    [all...]
notification_view.h 19 class BoundedLabel;
103 BoundedLabel* title_view_;
104 BoundedLabel* message_view_;
105 BoundedLabel* context_message_view_;
bounded_label_unittest.cc 76 label_.reset(new BoundedLabel(text, font_list_));
87 scoped_ptr<BoundedLabel> label_;
notification_view.cc 534 title_view_ = new BoundedLabel(
564 message_view_ = new BoundedLabel(
594 context_message_view_ = new BoundedLabel(gfx::TruncateString(

Completed in 79 milliseconds