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

1234

/external/chromium_org/chrome/browser/chromeos/system/
H A Dtray_accessibility_browsertest.cc7 #include "ash/system/tray/system_tray.h"
117 ash::TrayAccessibility* tray() { function in class:chromeos::TrayAccessibilityTest
122 const ash::TrayAccessibility* tray() const { function in class:chromeos::TrayAccessibilityTest
128 bool IsTrayIconVisible() const { return tray()->tray_icon_visible_; }
131 return tray()->CreateDefaultView(GetLoginStatus());
135 return tray()->DestroyDefaultView();
145 tray()->UpdateAfterLoginStatusChange(status);
149 return tray()->login_;
153 tray()->PopupDetailedView(0, false);
154 return tray()
[all...]
/external/chromium_org/ui/message_center/
H A Dmessage_center_tray.cc29 NotificationMenuModel(MessageCenterTray* tray,
49 MessageCenterTray* tray,
53 tray_(tray),
48 NotificationMenuModel( MessageCenterTray* tray, const NotifierId& notifier_id, const base::string16& display_source) argument
/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...]
/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...]
/external/chromium_org/ash/system/chromeos/network/
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...]
/external/chromium_org/ash/system/user/
H A Duser_card_view.cc12 #include "ash/system/tray/system_tray_delegate.h"
13 #include "ash/system/tray/system_tray_notifier.h"
14 #include "ash/system/tray/tray_constants.h"
42 #include "ash/system/tray/media_security/media_capture_observer.h"
48 namespace tray { namespace in namespace:ash
477 } // namespace tray
H A Duser_view.cc14 #include "ash/system/tray/system_tray.h"
15 #include "ash/system/tray/system_tray_delegate.h"
16 #include "ash/system/tray/tray_popup_label_button.h"
17 #include "ash/system/tray/tray_popup_label_button_border.h"
32 namespace tray { namespace in namespace:ash
64 // Offsetting the popup message relative to the tray menu.
570 } // namespace tray
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc86 // On Windows, Linux and Mac, the notification manager owns the tray icon and
305 ash::WebNotificationTray* tray = local
307 if (tray)
308 tray->GetMessageCenterTray()->HideMessageCenterBubble();
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.cc53 MessageCenterTray* tray,
57 tray_(tray),
50 MessagePopupCollection( gfx::NativeView parent, MessageCenter* message_center, MessageCenterTray* tray, PopupAlignmentDelegate* alignment_delegate) argument
H A Dmessage_center_view.cc538 MessageCenterTray* tray,
544 tray_(tray),
537 MessageCenterView(MessageCenter* message_center, MessageCenterTray* tray, int max_height, bool initially_settings_visible, bool top_down, const base::string16& title) argument
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc5 #include "ash/system/tray/system_tray.h"
17 #include "ash/system/tray/system_tray_delegate.h"
18 #include "ash/system/tray/system_tray_item.h"
19 #include "ash/system/tray/tray_bubble_wrapper.h"
20 #include "ash/system/tray/tray_constants.h"
62 #include "ash/system/tray/media_security/multi_profile_media_tray_item.h"
73 // The minimum width of the system tray menu width.
86 void InitView(TrayBackgroundView* tray, argument
94 bubble_wrapper_.reset(new TrayBubbleWrapper(tray, bubble_->bubble_view()));
428 // tray vie
[all...]
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc15 #include "ash/system/tray/system_tray.h"
16 #include "ash/system/tray/tray_background_view.h"
17 #include "ash/system/tray/tray_bubble_wrapper.h"
18 #include "ash/system/tray/tray_constants.h"
19 #include "ash/system/tray/tray_utils.h"
79 WebNotificationBubbleWrapper(WebNotificationTray* tray, argument
83 tray->GetAnchorAlignment();
86 views::View* anchor = tray->tray_container();
93 tray->GetBubbleWindowContainer(), anchor, tray,
[all...]
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_view.cc8 #include "ash/system/tray/system_tray.h"
321 ash::SystemTray* tray = ash::Shell::GetInstance()->GetPrimarySystemTray(); local
324 tray->SetVisible(visible);
325 tray->GetWidget()->Show();
327 tray->GetWidget()->Hide();
437 ash::SystemTray* tray = ash::Shell::GetInstance()->GetPrimarySystemTray();
438 if (tray && tray->GetWidget()->IsVisible()) {
439 tray->SetNextFocusableView(this);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3386 milliseconds

1234