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

12345

/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc11 #include "ash/system/tray/system_tray.h"
764 SystemTray* tray = ash::Shell::GetInstance()->GetPrimarySystemTray(); local
765 ASSERT_FALSE(tray->HasSystemBubble());
769 // Opens the tray by a dummy click event and makes sure that adding/removing
771 event_generator.MoveMouseToCenterOf(tray->GetWidget()->GetNativeWindow());
773 EXPECT_TRUE(tray->HasSystemBubble());
776 EXPECT_TRUE(tray->HasSystemBubble());
778 EXPECT_TRUE(tray->HasSystemBubble());
780 // Closes the tray and again makes sure that adding/removing displays doesn't
785 EXPECT_FALSE(tray
[all...]
H A Dfocus_cycler_unittest.cc15 #include "ash/system/tray/system_tray.h"
92 // Creates the system tray, returning true on success.
106 focus_cycler_->AddWidget(tray()->GetWidget());
114 SystemTray* tray() { return tray_.get(); } function in class:ash::test::FocusCyclerTest
155 EXPECT_TRUE(tray()->GetWidget()->IsActive());
182 EXPECT_TRUE(tray()->GetWidget()->IsActive());
205 EXPECT_TRUE(tray()->GetWidget()->IsActive());
213 EXPECT_TRUE(tray()->GetWidget()->IsActive());
234 EXPECT_TRUE(tray()->GetWidget()->IsActive());
242 EXPECT_TRUE(tray()
[all...]
/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/shelf/
H A Dshelf_layout_manager_unittest.cc21 #include "ash/system/tray/system_tray.h"
22 #include "ash/system/tray/system_tray_item.h"
1747 SystemTray* tray = GetSystemTray(); local
1751 EXPECT_FALSE(tray->HasSystemBubble());
1753 // Now, drag up on the tray to show the bubble.
1759 EXPECT_TRUE(tray->HasSystemBubble());
1760 tray->CloseSystemBubble();
1762 EXPECT_FALSE(tray->HasSystemBubble());
1769 EXPECT_FALSE(tray->HasSystemBubble());
1775 // tray bubbl
1881 SystemTray* tray = GetSystemTray(); local
[all...]
/external/chromium_org/ash/system/audio/
H A Dtray_audio.cc14 #include "ash/system/tray/actionable_view.h"
15 #include "ash/system/tray/fixed_sized_scroll_view.h"
16 #include "ash/system/tray/hover_highlight_view.h"
17 #include "ash/system/tray/system_tray.h"
18 #include "ash/system/tray/system_tray_delegate.h"
19 #include "ash/system/tray/system_tray_notifier.h"
20 #include "ash/system/tray/tray_constants.h"
68 volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), true);
73 volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), false);
H A Dtray_audio.h9 #include "ash/system/tray/tray_image_item.h"
18 namespace tray { namespace in namespace:ash
35 tray::VolumeView* volume_view_;
38 // Otherwise, it should be created for detailed view in ash tray bubble.
H A Dvolume_view.cc11 #include "ash/system/tray/system_tray_item.h"
12 #include "ash/system/tray/tray_constants.h"
38 namespace tray { namespace in namespace:ash
328 } // namespace tray
H A Dvolume_view.h8 #include "ash/system/tray/actionable_view.h"
26 namespace tray { namespace in namespace:ash
80 } // namespace tray
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc9 #include "ash/system/tray/fixed_sized_scroll_view.h"
10 #include "ash/system/tray/hover_highlight_view.h"
11 #include "ash/system/tray/system_tray.h"
12 #include "ash/system/tray/system_tray_delegate.h"
13 #include "ash/system/tray/system_tray_notifier.h"
14 #include "ash/system/tray/throbber_view.h"
15 #include "ash/system/tray/tray_constants.h"
16 #include "ash/system/tray/tray_details_view.h"
17 #include "ash/system/tray/tray_item_more.h"
18 #include "ash/system/tray/tray_popup_header_butto
29 namespace tray { namespace in namespace:ash
[all...]
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/audio/
H A Daudio_detailed_view.cc7 #include "ash/system/tray/fixed_sized_scroll_view.h"
8 #include "ash/system/tray/hover_highlight_view.h"
9 #include "ash/system/tray/tray_constants.h"
51 namespace tray { namespace in namespace:ash
176 } // namespace tray
H A Daudio_detailed_view.h8 #include "ash/system/tray/tray_details_view.h"
9 #include "ash/system/tray/view_click_listener.h"
22 namespace tray { namespace in namespace:ash
60 } // namespace tray
H A Dtray_audio_chromeos.cc37 volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), false);
43 new tray::AudioDetailedView(this, status);
H A Dtray_audio_chromeos.h13 namespace tray { namespace in namespace:ash
31 tray::AudioDetailedView* audio_detail_view_;
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness.cc16 #include "ash/system/tray/fixed_sized_image_view.h"
17 #include "ash/system/tray/system_tray_delegate.h"
18 #include "ash/system/tray/system_tray_notifier.h"
19 #include "ash/system/tray/tray_constants.h"
38 namespace tray { namespace in namespace:ash
86 // True if this view is for the default tray view. Used to control hide/show
173 } // namespace tray
219 brightness_view_ = new tray::BrightnessView(true, current_percent_);
227 brightness_view_ = new tray::BrightnessView(false, current_percent_);
H A Dtray_brightness.h8 #include "ash/system/tray/system_tray_item.h"
14 namespace tray { namespace in namespace:ash
53 tray::BrightnessView* brightness_view_;
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/chromeos/network/
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 Dnetwork_state_list_detailed_view.cc15 #include "ash/system/tray/fixed_sized_scroll_view.h"
16 #include "ash/system/tray/hover_highlight_view.h"
17 #include "ash/system/tray/system_tray.h"
18 #include "ash/system/tray/system_tray_delegate.h"
19 #include "ash/system/tray/tray_constants.h"
20 #include "ash/system/tray/tray_details_view.h"
21 #include "ash/system/tray/tray_popup_header_button.h"
22 #include "ash/system/tray/tray_popup_label_button.h"
56 namespace tray { namespace in namespace:ash
639 } // namespace tray
[all...]
H A Dnetwork_state_list_detailed_view.h11 #include "ash/system/tray/view_click_listener.h"
32 namespace tray { namespace in namespace:ash
137 } // namespace tray
H A Dtray_network.cc12 #include "ash/system/tray/system_tray.h"
13 #include "ash/system/tray/system_tray_delegate.h"
14 #include "ash/system/tray/system_tray_notifier.h"
15 #include "ash/system/tray/tray_constants.h"
16 #include "ash/system/tray/tray_item_more.h"
17 #include "ash/system/tray/tray_item_view.h"
18 #include "ash/system/tray/tray_utils.h"
44 namespace tray { namespace in namespace:ash
260 } // namespace tray
284 tray_ = new tray
[all...]
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 Dtray_vpn.cc11 #include "ash/system/tray/system_tray.h"
12 #include "ash/system/tray/system_tray_delegate.h"
13 #include "ash/system/tray/tray_constants.h"
14 #include "ash/system/tray/tray_item_more.h"
15 #include "ash/system/tray/tray_popup_label_button.h"
31 namespace tray { namespace in namespace:ash
46 // Do not show VPN line in uber tray bubble if VPN is not configured.
104 } // namespace tray
126 if (!tray::VpnDefaultView::ShouldShow())
133 default_ = new tray
[all...]
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/chromeos/power/
H A Dtray_power.cc13 #include "ash/system/tray/system_tray_delegate.h"
14 #include "ash/system/tray/tray_constants.h"
15 #include "ash/system/tray/tray_notification_view.h"
16 #include "ash/system/tray/tray_utils.h"
41 namespace tray { namespace in namespace:ash
50 // This view is used only for the tray.
151 } // namespace tray
153 using tray::PowerNotificationView;
182 power_tray_ = new tray::PowerTrayView();

Completed in 6992 milliseconds

12345