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 25 class SpecialPopupRow : public views::View {
27 SpecialPopupRow();
28 virtual ~SpecialPopupRow();
48 DISALLOW_COPY_AND_ASSIGN(SpecialPopupRow);
special_popup_row.cc 41 SpecialPopupRow::SpecialPopupRow()
52 SpecialPopupRow::~SpecialPopupRow() {
55 void SpecialPopupRow::SetTextLabel(int string_id, ViewClickListener* listener) {
79 void SpecialPopupRow::SetContent(views::View* view) {
85 void SpecialPopupRow::AddButton(TrayPopupHeaderButton* button) {
93 void SpecialPopupRow::AddThrobber(ThrobberView* throbber) {
101 gfx::Size SpecialPopupRow::GetPreferredSize() {
107 int SpecialPopupRow::GetHeightForWidth(int width)
    [all...]
tray_details_view.h 51 SpecialPopupRow* footer() const { return footer_; }
62 SpecialPopupRow* footer_;
tray_details_view.cc 84 footer_ = new SpecialPopupRow();
  /external/chromium_org/ash/system/date/
tray_date.cc 71 SpecialPopupRow* view = new SpecialPopupRow();

Completed in 314 milliseconds