HomeSort by relevance Sort by last modified time
    Searched defs:SpecialPopupRow (Results 1 - 2 of 2) 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...]

Completed in 157 milliseconds