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

  /external/chromium_org/ash/system/chromeos/screen_security/
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...]
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_capture_tray_item.h 17 class ASH_EXPORT ScreenCaptureTrayItem : public ScreenTrayItem,
28 // Overridden from ScreenTrayItem.
screen_share_tray_item.h 17 class ASH_EXPORT ScreenShareTrayItem : public ScreenTrayItem,
28 // Overridden from ScreenTrayItem.
screen_tray_item_unittest.cc 51 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();
screen_capture_tray_item.cc 26 : ScreenTrayItem(system_tray) {
screen_share_tray_item.cc 26 : ScreenTrayItem(system_tray) {
  /external/chromium_org/ash/system/tray/
system_tray.h 23 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/
user_switch_util_unittest.cc 112 ScreenTrayItem* capture_item_;
113 ScreenTrayItem* share_item_;

Completed in 570 milliseconds