Searched defs:tray (Results 26 - 50 of 93) sorted by relevance

1234

/external/chromium_org/ash/system/date/
H A Ddate_view_unittest.cc11 namespace tray { namespace in namespace:ash
63 } // namespace tray
H A Dtray_date.h10 #include "ash/system/tray/system_tray_item.h"
23 namespace tray { namespace in namespace:ash
46 const tray::TimeView* GetTimeTrayForTesting() const;
70 tray::TimeView* time_tray_;
/external/chromium_org/ash/system/tray/
H A Dtray_bubble_wrapper.cc5 #include "ash/system/tray/tray_bubble_wrapper.h"
7 #include "ash/system/tray/tray_background_view.h"
8 #include "ash/system/tray/tray_event_filter.h"
18 TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray, argument
20 : tray_(tray),
29 tray->tray_event_filter()->AddWrapper(this);
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/ash/system/user/
H A Dbutton_from_view.h13 namespace tray { namespace in namespace:ash
65 } // namespace tray
H A Dtray_user.h10 #include "ash/system/tray/system_tray_item.h"
26 namespace tray { namespace in namespace:ash
37 // be either one (index #0) or all users be visible in the system tray.
80 // Get the user index which should be used for the tray icon of this item.
89 tray::UserView* user_;
93 tray::RoundedImageView* avatar_;
H A Duser_view.h9 #include "ash/system/tray/tray_constants.h"
33 namespace tray { namespace in namespace:ash
35 // The view of a user item in system tray bubble.
83 // This is the owner system tray item of this view.
109 } // namespace tray
H A Dbutton_from_view.cc8 #include "ash/system/tray/tray_constants.h"
23 namespace tray { namespace in namespace:ash
98 } // namespace tray
H A Drounded_image_view.cc14 namespace tray { namespace in namespace:ash
78 } // namespace tray
/external/chromium_org/ui/message_center/views/
H A Dmessage_bubble_base.cc25 MessageCenterTray* tray)
27 tray_(tray),
24 MessageBubbleBase(MessageCenter* message_center, MessageCenterTray* tray) argument
H A Dmessage_bubble_base.h18 MessageBubbleBase(MessageCenter* message_center, MessageCenterTray* tray);
64 MessageCenterTray* tray() { return tray_; } function in class:message_center::MessageBubbleBase
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock_unittest.cc13 #include "ash/system/tray/system_tray.h"
14 #include "ash/system/tray/system_tray_delegate.h"
32 TrayRotationLock* tray() { function in class:ash::TrayRotationLockTest
44 // Sets up a TrayRotationLock, its tray view, and its default view, for the
46 // created. On a secondary display both the tray view and default view will
97 // Tests that when the tray view is initially created, that it is created
103 // Tests that when the tray view is created, while MaximizeMode is active, that
115 // Tests that when the tray view is created, while MaximizeMode is active, and
129 // Tests that the enabling of MaximizeMode affects a previously created tray
142 // Tests that the when the tray vie
[all...]
H A Dtray_rotation_lock.cc8 #include "ash/system/tray/system_tray.h"
9 #include "ash/system/tray/tray_item_more.h"
19 namespace tray { namespace in namespace:ash
24 // to maintain the look of other system tray items without code duplication.
92 } // namespace tray
118 return new tray::RotationLockDefaultView(this);
/external/chromium_org/ash/system/tray/media_security/
H A Dmulti_profile_media_tray_item.cc5 #include "ash/system/tray/media_security/multi_profile_media_tray_item.h"
11 #include "ash/system/tray/media_security/media_capture_observer.h"
12 #include "ash/system/tray/system_tray_notifier.h"
13 #include "ash/system/tray/tray_item_view.h"
20 namespace tray { namespace in namespace:ash
66 } // namespace tray
77 tray_view_ = new tray::MultiProfileMediaTrayView(this);
/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 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
/external/chromium_org/ash/system/chromeos/network/
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
/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.cc11 #include "ash/system/tray/actionable_view.h"
12 #include "ash/system/tray/fixed_sized_image_view.h"
13 #include "ash/system/tray/system_tray_delegate.h"
14 #include "ash/system/tray/tray_constants.h"
29 namespace tray { namespace in namespace:ash
133 } // namespace tray
154 default_view_ = new tray::SettingsDefaultView(status);
/external/chromium_org/ash/system/chromeos/
H A Dtray_tracing.cc8 #include "ash/system/tray/actionable_view.h"
9 #include "ash/system/tray/fixed_sized_image_view.h"
10 #include "ash/system/tray/system_tray.h"
11 #include "ash/system/tray/system_tray_delegate.h"
12 #include "ash/system/tray/system_tray_notifier.h"
13 #include "ash/system/tray/tray_constants.h"
23 namespace tray { namespace in namespace:ash
61 } // namespace tray
90 default_ = new tray::DefaultTracingView();
/external/chromium_org/ash/system/
H A Dstatus_area_widget_delegate.cc12 #include "ash/system/tray/tray_constants.h"
99 void StatusAreaWidgetDelegate::AddTray(views::View* tray) { argument
101 AddChildView(tray);
108 // so that the widget gets laid out correctly when tray sizes change.
/external/chromium_org/ash/wm/gestures/
H A Dtray_gesture_handler.cc8 #include "ash/system/tray/system_tray.h"
9 #include "ash/system/tray/system_tray_bubble.h"
24 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
25 tray->ShowDefaultView(BUBBLE_CREATE_NEW);
26 SystemTrayBubble* bubble = tray->GetSystemBubble();
/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_icon_win.cc19 StatusIconWin::StatusIconWin(StatusTrayWin* tray, argument
23 : tray_(tray),
36 LOG(WARNING) << "Unable to create status tray icon.";
92 LOG(WARNING) << "Unable to re-create status tray icon.";
104 LOG(WARNING) << "Error setting status tray icon image";
115 LOG(WARNING) << "Unable to set tooltip for status tray icon";
144 LOG(WARNING) << "Unable to create status tray balloon.";

Completed in 217 milliseconds

1234