Searched refs:tray (Results 1 - 25 of 119) sorted by relevance

12345

/external/chromium_org/ash/system/user/
H A Dconfig.h11 namespace tray { namespace in namespace:ash
19 } // namespace tray
H A Dconfig.cc12 namespace tray { namespace in namespace:ash
35 } // namespace tray
H A Duser_accounts_delegate.cc8 namespace tray { namespace in namespace:ash
26 } // namespace tray
H A Dtray_user_unittest.cc11 #include "ash/system/tray/system_tray.h"
12 #include "ash/system/tray/tray_constants.h"
36 // Show the system tray menu using the provided event generator.
42 // Click on the user item. Note that the tray menu needs to be shown.
47 SystemTray* tray() { return tray_; } function in class:ash::TrayUserTest
60 // The separator between the tray users and the rest of the menu.
96 // Instead of using the existing tray panels we create new ones which makes
108 gfx::Point center = tray()->GetBoundsInScreen().CenterPoint();
111 EXPECT_FALSE(tray()->IsAnyBubbleVisible());
129 // Make sure that we show items for all users in the tray accordingl
[all...]
H A Duser_card_view.h13 namespace tray { namespace in namespace:ash
41 } // namespace tray
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness_unittest.cc8 #include "ash/system/tray/system_tray_delegate.h"
9 #include "ash/system/tray/system_tray_item.h"
24 TrayBrightness tray(NULL);
25 return tray.CreateDefaultView(
30 TrayBrightness tray(NULL);
31 return tray.CreateDetailedView(
42 scoped_ptr<views::View> tray(CreateDefaultView());
43 EXPECT_FALSE(tray->visible());
51 scoped_ptr<views::View> tray(CreateDefaultView());
52 EXPECT_TRUE(tray
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_unittest.cc5 #include "ash/system/tray/system_tray.h"
15 #include "ash/system/tray/system_tray_item.h"
16 #include "ash/system/tray/tray_constants.h"
112 // Trivial item implementation that returns NULL from tray/default/detailed
163 SystemTray* tray = GetSystemTray(); local
164 ASSERT_TRUE(tray->GetWidget());
166 tray->ShowDefaultView(BUBBLE_CREATE_NEW);
169 ASSERT_TRUE(tray->CloseSystemBubble());
171 ASSERT_FALSE(tray->CloseSystemBubble());
174 // Opening and closing the bubble should change the coloring of the tray
176 SystemTray* tray = GetSystemTray(); local
194 SystemTray* tray = GetSystemTray(); local
216 SystemTray* tray = GetSystemTray(); local
254 SystemTray* tray = GetSystemTray(); local
266 SystemTray* tray = GetSystemTray(); local
295 SystemTray* tray = GetSystemTray(); local
330 SystemTray* tray = GetSystemTray(); local
370 SystemTray* tray = widget->system_tray(); local
401 SystemTray* tray = GetSystemTray(); local
458 SystemTray* tray = GetSystemTray(); local
490 SystemTray* tray = GetSystemTray(); local
[all...]
H A Dtray_bubble_wrapper.h24 TrayBubbleWrapper(TrayBackgroundView* tray,
33 const TrayBackgroundView* tray() const { return tray_; } function in class:ash::TrayBubbleWrapper
34 TrayBackgroundView* tray() { return tray_; } function in class:ash::TrayBubbleWrapper
H A Dtray_details_view_unittest.cc5 #include "ash/system/tray/tray_details_view.h"
11 #include "ash/system/tray/system_tray.h"
12 #include "ash/system/tray/system_tray_item.h"
13 #include "ash/system/tray/tray_details_view.h"
14 #include "ash/system/tray/view_click_listener.h"
98 SystemTray* tray = GetSystemTray(); local
99 ASSERT_TRUE(tray->GetWidget());
103 tray->AddTrayItem(test_item_1);
104 tray->AddTrayItem(test_item_2);
106 // Ensure the tray view
[all...]
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_tray_unittest.cc39 TestStatusTray tray; local
42 tray.CreateStatusIcon(
44 EXPECT_EQ(1U, tray.GetStatusIconsForTest().size());
49 TestStatusTray tray; local
52 StatusIcon* icon = tray.CreateStatusIcon(
54 EXPECT_EQ(1U, tray.GetStatusIconsForTest().size());
55 tray.RemoveStatusIcon(icon);
56 EXPECT_EQ(0U, tray.GetStatusIconsForTest().size());
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc11 #include "ash/system/tray/system_tray_item.h"
132 // Ensure that Removing the first notification removes it from the tray.
144 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL));
145 tray->message_center();
149 EXPECT_TRUE(tray->message_center_tray_->popups_visible());
154 EXPECT_TRUE(tray->message_center_tray_->popups_visible());
158 EXPECT_TRUE(tray->message_center_tray_->popups_visible());
162 EXPECT_FALSE(tray->message_center_tray_->popups_visible());
170 scoped_ptr<WebNotificationTray> tray(new WebNotificationTray(NULL));
171 message_center::MessageCenter* message_center = tray
218 WebNotificationTray* tray = local
[all...]
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win_unittest.cc63 StatusTrayWin tray; local
69 StatusTrayWin tray; local
72 StatusIcon* icon = tray.CreateStatusIcon(
82 StatusTrayWin tray; local
86 StatusIconWin* icon = static_cast<StatusIconWin*>(tray.CreateStatusIcon(
91 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_LBUTTONDOWN);
93 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
100 StatusTrayWin tray; local
104 StatusIconWin* icon = static_cast<StatusIconWin*>(tray.CreateStatusIcon(
109 tray
116 StatusTrayWin tray; local
131 StatusTrayWin tray; local
[all...]
/external/chromium_org/ash/system/date/
H A Ddate_default_view.h15 namespace tray { namespace in namespace:ash
17 } // namespace tray
30 tray::DateView* GetDateView();
31 const tray::DateView* GetDateView() const;
41 tray::DateView* date_view_;
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.cc10 #include "ash/system/tray/system_tray.h"
90 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
91 tray->ShowPersistentDefaultView();
95 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
96 DCHECK(tray->HasSystemBubble()) << "Tray bubble is closed already.";
97 tray->CloseSystemBubble();
101 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
102 return tray->HasSystemBubble();
106 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
107 views::View* bubble = tray
112 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
[all...]
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.h13 namespace tray { namespace in namespace:ash
31 tray::AudioDetailedView* audio_detail_view_;
H A Dtray_audio_chromeos.cc37 volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), false);
43 new tray::AudioDetailedView(this, status);
/external/chromium_org/ash/system/tray/media_security/
H A Dmulti_profile_media_tray_item.h8 #include "ash/system/tray/system_tray_item.h"
13 namespace tray { namespace in namespace:ash
17 // The tray item for media recording.
28 tray::MultiProfileMediaTrayView* tray_view_;
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_network.h13 #include "ash/system/tray/system_tray_item.h"
22 namespace tray { namespace in namespace:ash
36 tray::NetworkDetailedView* detailed() { return detailed_; }
62 tray::NetworkTrayView* tray_;
63 tray::NetworkDefaultView* default_;
64 tray::NetworkDetailedView* detailed_;
H A Dnetwork_detailed_view.h8 #include "ash/system/tray/tray_details_view.h"
12 namespace tray { namespace in namespace:ash
48 } // namespace tray
H A Dtray_vpn.h9 #include "ash/system/tray/system_tray_item.h"
15 namespace tray { namespace in namespace:ash
44 tray::VpnDefaultView* default_;
45 tray::NetworkDetailedView* detailed_;
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.h9 #include "ash/system/tray/system_tray_item.h"
12 namespace tray { namespace in namespace:ash
37 tray::BluetoothDefaultView* default_;
38 tray::BluetoothDetailedView* detailed_;
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.h8 #include "ash/system/tray/system_tray.h"
9 #include "ash/system/tray/system_tray_item.h"
10 #include "ash/system/tray/system_tray_notifier.h"
11 #include "ash/system/tray/tray_item_view.h"
12 #include "ash/system/tray/tray_notification_view.h"
13 #include "ash/system/tray/tray_popup_label_button.h"
25 namespace tray { namespace in namespace:ash
91 } // namespace tray
94 // The base tray item for screen capture and screen sharing. The
95 // Start method brings up a notification and a tray ite
[all...]
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.h8 #include "ash/system/tray/system_tray_item.h"
11 namespace tray { namespace in namespace:ash
30 tray::SettingsDefaultView* default_view_;
/external/chromium_org/ash/system/
H A Dtray_update.h8 #include "ash/system/tray/tray_image_item.h"
18 namespace tray { namespace in namespace:ash
38 // Used to nag the user in case the tray has been hidden too long with an
40 scoped_ptr<tray::UpdateNagger> nagger_;
/external/chromium_org/ash/system/chromeos/power/
H A Dtray_power.h9 #include "ash/system/tray/system_tray_item.h"
23 namespace tray { namespace in namespace:ash
98 tray::PowerTrayView* power_tray_;
99 tray::PowerNotificationView* notification_view_;

Completed in 562 milliseconds

12345