Searched defs:tray (Results 51 - 75 of 93) sorted by relevance

1234

/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/ui/message_center/views/
H A Dmessage_center_view.h48 MessageCenterTray* tray,
65 MessageCenterTray* tray() { return tray_; } function in class:message_center::MessageCenterView
H A Dmessage_center_bubble.cc62 MessageCenterTray* tray,
64 : MessageBubbleBase(message_center, tray),
99 tray(),
61 MessageCenterBubble(MessageCenter* message_center, MessageCenterTray* tray, bool first_item_has_no_margin) argument
/external/chromium_org/ash/
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/system/chromeos/network/
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_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...]
/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_;
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();
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h82 namespace tray { namespace in namespace:ash
84 } // namespace tray
96 // Returns true if system tray should be visible on startup.
284 // Get the system tray menu size in pixels (dependent on the language).
296 virtual tray::UserAccountsDelegate* GetUserAccountsDelegate(
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 Dsystem_tray_bubble.cc5 #include "ash/system/tray/system_tray_bubble.h"
8 #include "ash/system/tray/system_tray.h"
9 #include "ash/system/tray/system_tray_delegate.h"
10 #include "ash/system/tray/system_tray_item.h"
11 #include "ash/system/tray/tray_bubble_wrapper.h"
12 #include "ash/system/tray/tray_constants.h"
40 // A view with some special behaviour for tray items in the popup:
133 ash::SystemTray* tray,
136 : tray_(tray),
353 // If a system modal dialog is present, create the same tray a
132 SystemTrayBubble( ash::SystemTray* tray, const std::vector<ash::SystemTrayItem*>& items, BubbleType bubble_type) argument
[all...]
/external/chromium_org/ash/system/
H A Dtray_accessibility.h10 #include "ash/system/tray/tray_details_view.h"
11 #include "ash/system/tray/tray_image_item.h"
12 #include "ash/system/tray/tray_notification_view.h"
13 #include "ash/system/tray/view_click_listener.h"
43 namespace tray { namespace in namespace:ash
105 } // namespace tray
115 tray::AccessibilityDetailedView* CreateDetailedMenu();
130 tray::AccessibilityPopupView* detailed_popup_;
131 tray::AccessibilityDetailedView* detailed_menu_;
H A Dtray_update.cc12 #include "ash/system/tray/fixed_sized_image_view.h"
13 #include "ash/system/tray/system_tray.h"
14 #include "ash/system/tray/system_tray_delegate.h"
15 #include "ash/system/tray/system_tray_notifier.h"
16 #include "ash/system/tray/tray_constants.h"
99 namespace tray { namespace in namespace:ash
155 } // namespace tray
198 nagger_.reset(new tray::UpdateNagger(this));
H A Dtray_accessibility.cc11 #include "ash/system/tray/hover_highlight_view.h"
12 #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_details_view.h"
17 #include "ash/system/tray/tray_item_more.h"
18 #include "ash/system/tray/tray_popup_label_button.h"
71 namespace tray { namespace in namespace:ash
95 // ash::tray
[all...]
/external/chromium_org/ash/system/user/
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 Daccounts_detailed_view.cc11 #include "ash/system/tray/fixed_sized_scroll_view.h"
12 #include "ash/system/tray/hover_highlight_view.h"
13 #include "ash/system/tray/system_tray.h"
14 #include "ash/system/tray/system_tray_delegate.h"
15 #include "ash/system/tray/tray_constants.h"
16 #include "ash/system/tray/tray_popup_header_button.h"
30 namespace tray { namespace in namespace:ash
100 new tray::UserView(owner(), login_status, 0, true));
235 } // namespace tray
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc32 WebNotificationTray* tray,
37 : MessageCenterView(tray->message_center(),
46 tray_(tray) {
31 MessageCenterWidgetDelegate( WebNotificationTray* tray, MessageCenterTray* mc_tray, bool initially_settings_visible, const PositionInfo& pos_info, const base::string16& title) argument
/external/chromium_org/ash/system/audio/
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
/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_);
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc7 #include "ash/system/tray/fixed_sized_image_view.h"
8 #include "ash/system/tray/tray_constants.h"
19 namespace tray { namespace in namespace:ash
106 // Hide the notification bubble when the ash tray bubble opens.
136 } // namespace tray
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc11 #include "ash/system/tray/system_tray.h"
82 SystemTray* tray() { return tray_; } function in class:ash::TrayDisplayTest
177 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
181 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
195 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
210 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
217 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
228 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
245 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
258 tray()
[all...]
/external/chromium_org/ash/system/date/
H A Ddate_view.cc8 #include "ash/system/tray/system_tray_delegate.h"
9 #include "ash/system/tray/tray_constants.h"
10 #include "ash/system/tray/tray_utils.h"
27 namespace tray { namespace in namespace:ash
324 } // namespace tray
/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc14 #include "ash/system/tray/hover_highlight_view.h"
15 #include "ash/system/tray/system_tray.h"
16 #include "ash/system/tray/system_tray_delegate.h"
17 #include "ash/system/tray/system_tray_notifier.h"
18 #include "ash/system/tray/tray_constants.h"
19 #include "ash/system/tray/tray_details_view.h"
20 #include "ash/system/tray/tray_item_more.h"
21 #include "ash/system/tray/tray_item_view.h"
22 #include "ash/system/tray/tray_utils.h"
37 namespace tray { namespace in namespace:ash
[all...]
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc16 #include "ash/system/tray/system_tray.h"
17 #include "ash/system/tray/system_tray_item.h"
153 int GetPopupWorkAreaBottomForTray(WebNotificationTray* tray) { argument
154 return tray->popup_alignment_delegate_->GetWorkAreaBottom();
184 // Ensure that Removing the first notification removes it from the tray.
318 // openingsystem tray doesn't affect at all the work area of popups.
336 // System tray is created, the popup's work area should be narrowed but still
343 // System tray notification is also created, the popup's work area is narrowed
351 // Close system tray, only system tray notification
491 WebNotificationTray* tray = GetTray(); local
524 WebNotificationTray* tray = GetTray(); local
[all...]
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dspoken_feedback_browsertest.cc8 #include "ash/system/tray/system_tray.h"
412 // Send an accessibility hover event on the system tray, which is
414 ash::SystemTray* tray = ash::Shell::GetInstance()->GetPrimarySystemTray(); local
415 tray->NotifyAccessibilityEvent(ui::AX_EVENT_HOVER, true);
417 EXPECT_EQ("Status tray,", speech_monitor_.GetNextUtterance());

Completed in 789 milliseconds

1234