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

  /external/chromium_org/ash/system/chromeos/power/
tray_power.cc 118 notification_view_(NULL),
145 CHECK(notification_view_ == NULL);
149 notification_view_ = new PowerNotificationView(this);
150 notification_view_->UpdateStatus();
152 return notification_view_;
163 notification_view_ = NULL;
177 if (notification_view_)
178 notification_view_->UpdateStatus();
tray_power.h 77 tray::PowerNotificationView* notification_view_; member in class:ash::internal::TrayPower
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.h 58 tray::RemainingSessionTimeNotificationView* notification_view_; member in class:ash::internal::TraySessionLengthLimit
tray_session_length_limit.cc 284 notification_view_(NULL),
305 CHECK(notification_view_ == NULL);
306 notification_view_ = new tray::RemainingSessionTimeNotificationView(this);
307 return notification_view_;
315 notification_view_ = NULL;
372 if (notification_view_)
373 notification_view_->Update();
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 66 notification_view_ = new views::View;
67 return notification_view_;
83 notification_view_ = NULL;
93 views::View* notification_view() const { return notification_view_; }
99 views::View* notification_view_; member in class:ash::test::__anon5986::TestItem
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 207 notification_view_(NULL) {}
233 notification_view_ = new views::View;
234 return notification_view_;
250 notification_view_ = NULL;
259 views::View* notification_view() const { return notification_view_; }
265 views::View* notification_view_; member in class:ash::internal::__anon5941::TestItem
    [all...]

Completed in 2639 milliseconds