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

  /external/chromium_org/ash/system/tray/
tray_details_view.cc 63 footer_(NULL),
77 DCHECK(!footer_);
78 footer_ = new SpecialPopupRow();
79 footer_->SetTextLabel(string_id, listener);
80 AddChildViewAt(footer_, child_count());
108 footer_ = NULL;
114 if (!scroller_ || !footer_ || bounds().IsEmpty()) {
131 gfx::Rect fbounds = footer_->bounds();
132 fbounds.set_y(height() - footer_->height());
133 footer_->SetBoundsRect(fbounds)
    [all...]
tray_details_view.h 45 SpecialPopupRow* footer() const { return footer_; }
56 SpecialPopupRow* footer_; member in class:ash::internal::TrayDetailsView

Completed in 59 milliseconds