Home
last modified time | relevance | path

Searched refs:ScreenTrayItem (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.h23 class ScreenTrayItem; variable
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 …]
Dscreen_tray_item.cc22 ScreenTrayView::ScreenTrayView(ScreenTrayItem* screen_tray_item, int icon_id) in ScreenTrayView()
41 ScreenStatusView::ScreenStatusView(ScreenTrayItem* screen_tray_item, in ScreenStatusView()
112 ScreenTrayItem* screen_tray) in ScreenNotificationDelegate()
138 ScreenTrayItem::ScreenTrayItem(SystemTray* system_tray) in ScreenTrayItem() function in ash::ScreenTrayItem
146 ScreenTrayItem::~ScreenTrayItem() {} in ~ScreenTrayItem()
148 void ScreenTrayItem::Update() { in Update()
161 void ScreenTrayItem::Start(const base::Closure& stop_callback) { in Start()
177 void ScreenTrayItem::Stop() { in Stop()
189 void ScreenTrayItem::DestroyTrayView() { in DestroyTrayView()
193 void ScreenTrayItem::DestroyDefaultView() { in DestroyDefaultView()
[all …]
Dscreen_tray_item_unittest.cc51 ScreenTrayItem* tray_item() { return tray_item_; } in tray_item()
52 void set_tray_item(ScreenTrayItem* tray_item) { tray_item_ = tray_item; } in set_tray_item()
75 ScreenTrayItem* tray_item_;
90 ScreenTrayItem* tray_item = new ScreenCaptureTrayItem(GetSystemTray()); in SetUp()
107 ScreenTrayItem* tray_item = new ScreenShareTrayItem(GetSystemTray()); in SetUp()
116 ScreenTrayItem* tray_item = test->tray_item(); in TestStartAndStop()
135 ScreenTrayItem* tray_item = test->tray_item(); in TestNotificationStartAndStop()
179 ScreenTrayItem* tray_item = test->tray_item(); in TestNotificationView()
193 ScreenTrayItem* tray_item = test->tray_item(); in TestSystemTrayInteraction()
Dscreen_share_tray_item.h17 class ASH_EXPORT ScreenShareTrayItem : public ScreenTrayItem,
Dscreen_capture_tray_item.h17 class ASH_EXPORT ScreenCaptureTrayItem : public ScreenTrayItem,
Dscreen_capture_tray_item.cc26 : ScreenTrayItem(system_tray) { in ScreenCaptureTrayItem()
Dscreen_share_tray_item.cc26 : ScreenTrayItem(system_tray) { in ScreenShareTrayItem()