Searched refs:ScreenTrayItem (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.h23 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 { class in namespace:ash
99 explicit ScreenTrayItem(SystemTray* system_tray);
100 virtual ~ScreenTrayItem();
[all...]
H A Dscreen_tray_item.cc22 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) function in class:ash::ScreenTrayItem
146 ScreenTrayItem::~ScreenTrayItem() {}
148 void ScreenTrayItem::Update() {
161 void ScreenTrayItem::Start(const base::Closure& stop_callback) {
177 void ScreenTrayItem
[all...]
H A Dscreen_tray_item_unittest.cc51 ScreenTrayItem* tray_item() { return tray_item_; }
52 void set_tray_item(ScreenTrayItem* tray_item) { tray_item_ = tray_item; }
75 ScreenTrayItem* tray_item_;
90 ScreenTrayItem* tray_item = new ScreenCaptureTrayItem(GetSystemTray());
107 ScreenTrayItem* tray_item = new ScreenShareTrayItem(GetSystemTray());
116 ScreenTrayItem* tray_item = test->tray_item();
135 ScreenTrayItem* tray_item = test->tray_item();
179 ScreenTrayItem* tray_item = test->tray_item();
193 ScreenTrayItem* tray_item = test->tray_item();
H A Dscreen_capture_tray_item.h17 class ASH_EXPORT ScreenCaptureTrayItem : public ScreenTrayItem,
28 // Overridden from ScreenTrayItem.
H A Dscreen_share_tray_item.h17 class ASH_EXPORT ScreenShareTrayItem : public ScreenTrayItem,
28 // Overridden from ScreenTrayItem.
H A Dscreen_capture_tray_item.cc26 : ScreenTrayItem(system_tray) {
H A Dscreen_share_tray_item.cc26 : ScreenTrayItem(system_tray) {
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.h23 class ScreenTrayItem;
145 ScreenTrayItem* GetScreenShareItem() { return screen_share_tray_item_; }
146 ScreenTrayItem* GetScreenCaptureItem() { return screen_capture_tray_item_; }
240 ScreenTrayItem* screen_capture_tray_item_; // not owned
241 ScreenTrayItem* screen_share_tray_item_; // not owned
/external/chromium_org/ash/system/chromeos/multi_user/
H A Duser_switch_util_unittest.cc112 ScreenTrayItem* capture_item_;
113 ScreenTrayItem* share_item_;

Completed in 723 milliseconds