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

  /external/chromium_org/ui/message_center/views/
bounded_label.cc 24 // InnerBoundedLabel ///////////////////////////////////////////////////////////
26 // InnerBoundedLabel is a views::Label subclass that does all of the work for
34 class InnerBoundedLabel : public views::Label {
36 InnerBoundedLabel(const BoundedLabel& owner);
37 virtual ~InnerBoundedLabel();
69 DISALLOW_COPY_AND_ASSIGN(InnerBoundedLabel);
72 InnerBoundedLabel::InnerBoundedLabel(const BoundedLabel& owner)
82 InnerBoundedLabel::~InnerBoundedLabel() {
    [all...]
bounded_label.h 22 class InnerBoundedLabel;
32 // with BoundedLabel. See the description of InnerBoundedLabel in the
69 scoped_ptr<InnerBoundedLabel> label_;

Completed in 47 milliseconds