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