HomeSort by relevance Sort by last modified time
    Searched refs:BoundedLabel (Results 1 - 7 of 7) 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, const gfx::FontList& font_list);
37 BoundedLabel(const string16& text);
38 virtual ~BoundedLabel();
72 DISALLOW_COPY_AND_ASSIGN(BoundedLabel);
group_view.h 15 class BoundedLabel;
66 BoundedLabel* title_view_;
67 BoundedLabel* message_view_;
68 BoundedLabel* context_message_view_;
bounded_label.cc 26 // BoundedLabel. It is kept private to prevent outside code from calling a
27 // number of views::Label methods like setFont() that break BoundedLabel's
35 InnerBoundedLabel(const BoundedLabel& owner);
59 const BoundedLabel* owner_; // Weak reference.
71 InnerBoundedLabel::InnerBoundedLabel(const BoundedLabel& owner)
258 // BoundedLabel ///////////////////////////////////////////////////////////
260 BoundedLabel::BoundedLabel(const string16& text, const gfx::FontList& font_list)
267 BoundedLabel::BoundedLabel(const string16& text
    [all...]
notification_view.h 19 class BoundedLabel;
92 BoundedLabel* title_view_;
93 BoundedLabel* message_view_;
94 BoundedLabel* context_message_view_;
bounded_label_unittest.cc 76 label_.reset(new BoundedLabel(text, font_list_));
87 scoped_ptr<BoundedLabel> label_;
group_view.cc 106 title_view_ = new BoundedLabel(
121 message_view_ = new BoundedLabel(
135 context_message_view_ = new BoundedLabel(gfx::TruncateString(
notification_view.cc 335 title_view_ = new BoundedLabel(
353 message_view_ = new BoundedLabel(
369 new BoundedLabel(gfx::TruncateString(notification.context_message(),

Completed in 43 milliseconds