Searched refs:SpecialPopupRow (Results 1 – 5 of 5) sorted by relevance
39 SpecialPopupRow::SpecialPopupRow() in SpecialPopupRow() function in ash::SpecialPopupRow50 SpecialPopupRow::~SpecialPopupRow() { in ~SpecialPopupRow()53 void SpecialPopupRow::SetTextLabel(int string_id, ViewClickListener* listener) { in SetTextLabel()77 void SpecialPopupRow::SetContent(views::View* view) { in SetContent()83 void SpecialPopupRow::AddButton(TrayPopupHeaderButton* button) { in AddButton()91 void SpecialPopupRow::AddThrobber(ThrobberView* throbber) { in AddThrobber()99 gfx::Size SpecialPopupRow::GetPreferredSize() const { in GetPreferredSize()105 int SpecialPopupRow::GetHeightForWidth(int width) const { in GetHeightForWidth()109 void SpecialPopupRow::Layout() { in Layout()
23 class SpecialPopupRow : public views::View {25 SpecialPopupRow();26 virtual ~SpecialPopupRow();46 DISALLOW_COPY_AND_ASSIGN(SpecialPopupRow);
47 SpecialPopupRow* footer() const { return footer_; } in footer()58 SpecialPopupRow* footer_;
83 footer_ = new SpecialPopupRow(); in CreateSpecialRow()
41 SpecialPopupRow* view = new SpecialPopupRow(); in DateDefaultView()