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 22 ScreenTrayView::ScreenTrayView(ScreenTrayItem* screen_tray_item, int icon_id)
41 ScreenStatusView::ScreenStatusView(ScreenTrayItem* screen_tray_item,
112 ScreenTrayItem* screen_tray)
138 ScreenTrayItem::ScreenTrayItem(SystemTray* system_tray)
146 ScreenTrayItem::~ScreenTrayItem() {}
148 void ScreenTrayItem::Update() {
161 void ScreenTrayItem::Start(const base::Closure& stop_callback) {
177 void ScreenTrayItem::Stop()
    [all...]
screen_tray_item.h 23 class ScreenTrayItem;
29 ScreenTrayView(ScreenTrayItem* screen_tray_item, int icon_id);
35 ScreenTrayItem* screen_tray_item_;
43 ScreenStatusView(ScreenTrayItem* screen_tray_item,
60 ScreenTrayItem* screen_tray_item_;
73 explicit ScreenNotificationDelegate(ScreenTrayItem* screen_tray);
86 ScreenTrayItem* screen_tray_;
97 class ASH_EXPORT ScreenTrayItem : public SystemTrayItem {
99 explicit ScreenTrayItem(SystemTray* system_tray);
100 virtual ~ScreenTrayItem();
    [all...]

Completed in 61 milliseconds