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 25 class SpecialPopupRow : public views::View {
27 SpecialPopupRow();
28 virtual ~SpecialPopupRow();
48 DISALLOW_COPY_AND_ASSIGN(SpecialPopupRow);
special_popup_row.cc 40 SpecialPopupRow::SpecialPopupRow()
51 SpecialPopupRow::~SpecialPopupRow() {
54 void SpecialPopupRow::SetTextLabel(int string_id, ViewClickListener* listener) {
78 void SpecialPopupRow::SetContent(views::View* view) {
84 void SpecialPopupRow::AddButton(TrayPopupHeaderButton* button) {
92 void SpecialPopupRow::AddThrobber(ThrobberView* throbber) {
100 gfx::Size SpecialPopupRow::GetPreferredSize() {
106 int SpecialPopupRow::GetHeightForWidth(int width)
    [all...]

Completed in 89 milliseconds