Home
last modified time | relevance | path

Searched refs:SpecialPopupRow (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/tray/
Dspecial_popup_row.cc39 SpecialPopupRow::SpecialPopupRow() in SpecialPopupRow() function in ash::SpecialPopupRow
50 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()
Dspecial_popup_row.h23 class SpecialPopupRow : public views::View {
25 SpecialPopupRow();
26 virtual ~SpecialPopupRow();
46 DISALLOW_COPY_AND_ASSIGN(SpecialPopupRow);
Dtray_details_view.h47 SpecialPopupRow* footer() const { return footer_; } in footer()
58 SpecialPopupRow* footer_;
Dtray_details_view.cc83 footer_ = new SpecialPopupRow(); in CreateSpecialRow()
/external/chromium_org/ash/system/date/
Ddate_default_view.cc41 SpecialPopupRow* view = new SpecialPopupRow(); in DateDefaultView()