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

/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc24 // InnerBoundedLabel ///////////////////////////////////////////////////////////
26 // InnerBoundedLabel is a views::Label subclass that does all of the work for
34 class InnerBoundedLabel : public views::Label { class in namespace:message_center
36 InnerBoundedLabel(const BoundedLabel& owner);
37 virtual ~InnerBoundedLabel();
69 DISALLOW_COPY_AND_ASSIGN(InnerBoundedLabel);
72 InnerBoundedLabel::InnerBoundedLabel(const BoundedLabel& owner) function in class:message_center::InnerBoundedLabel
82 InnerBoundedLabel::~InnerBoundedLabel() {
[all...]

Completed in 109 milliseconds