Searched defs:tray (Results 1 - 25 of 93) sorted by last modified time

1234

/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 ...
/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/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
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
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
H A Dmessage_center_view.h48 MessageCenterTray* tray,
65 MessageCenterTray* tray() { return tray_; } function in class:message_center::MessageCenterView
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
/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/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 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
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.";
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/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());
/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/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/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.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.

Completed in 2243 milliseconds

1234