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

  /external/chromium_org/ash/system/chromeos/power/
tray_power.cc 112 notification_view_(NULL),
140 CHECK(notification_view_ == NULL);
144 notification_view_ = new PowerNotificationView(this);
145 notification_view_->UpdateStatus();
147 return notification_view_;
158 notification_view_ = NULL;
179 if (notification_view_)
180 notification_view_->UpdateStatus();
tray_power.h 101 tray::PowerNotificationView* notification_view_; member in class:ash::internal::TrayPower
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 69 notification_view_ = new views::View;
70 return notification_view_;
86 notification_view_ = NULL;
96 views::View* notification_view() const { return notification_view_; }
102 views::View* notification_view_; member in class:ash::test::__anon3284::TestItem
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 267 notification_view_(NULL) {}
293 notification_view_ = new views::View;
294 return notification_view_;
310 notification_view_ = NULL;
319 views::View* notification_view() const { return notification_view_; }
325 views::View* notification_view_; member in class:ash::internal::__anon3230::TestItem
    [all...]

Completed in 151 milliseconds