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

  /external/chromium_org/ash/system/tray/
special_popup_row.h 23 class SpecialPopupRow : public views::View {
25 SpecialPopupRow();
26 virtual ~SpecialPopupRow();
46 DISALLOW_COPY_AND_ASSIGN(SpecialPopupRow);
special_popup_row.cc 39 SpecialPopupRow::SpecialPopupRow()
50 SpecialPopupRow::~SpecialPopupRow() {
53 void SpecialPopupRow::SetTextLabel(int string_id, ViewClickListener* listener) {
77 void SpecialPopupRow::SetContent(views::View* view) {
83 void SpecialPopupRow::AddButton(TrayPopupHeaderButton* button) {
91 void SpecialPopupRow::AddThrobber(ThrobberView* throbber) {
99 gfx::Size SpecialPopupRow::GetPreferredSize() const {
105 int SpecialPopupRow::GetHeightForWidth(int width) const
    [all...]
tray_details_view.h 47 SpecialPopupRow* footer() const { return footer_; }
58 SpecialPopupRow* footer_;
tray_details_view.cc 83 footer_ = new SpecialPopupRow();
  /external/chromium_org/ash/system/date/
date_default_view.cc 41 SpecialPopupRow* view = new SpecialPopupRow();

Completed in 761 milliseconds