HomeSort by relevance Sort by last modified time
    Searched defs:ScreenTrayItem (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 24 ScreenTrayView::ScreenTrayView(ScreenTrayItem* screen_tray_item, int icon_id)
43 ScreenStatusView::ScreenStatusView(ScreenTrayItem* screen_tray_item,
114 ScreenTrayItem* screen_tray)
140 ScreenTrayItem::ScreenTrayItem(SystemTray* system_tray)
148 ScreenTrayItem::~ScreenTrayItem() {}
150 void ScreenTrayItem::Update() {
163 void ScreenTrayItem::Start(const base::Closure& stop_callback) {
179 void ScreenTrayItem::Stop()
    [all...]
screen_tray_item.h 25 class ScreenTrayItem;
31 ScreenTrayView(ScreenTrayItem* screen_tray_item, int icon_id);
37 ScreenTrayItem* screen_tray_item_;
45 ScreenStatusView(ScreenTrayItem* screen_tray_item,
62 ScreenTrayItem* screen_tray_item_;
75 explicit ScreenNotificationDelegate(ScreenTrayItem* screen_tray);
88 ScreenTrayItem* screen_tray_;
99 class ASH_EXPORT ScreenTrayItem : public SystemTrayItem {
101 explicit ScreenTrayItem(SystemTray* system_tray);
102 virtual ~ScreenTrayItem();
    [all...]

Completed in 3022 milliseconds