HomeSort by relevance Sort by last modified time
    Searched refs:tray (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ash/system/user/
config.h 11 namespace tray { namespace in namespace:ash
19 } // namespace tray
config.cc 12 namespace tray { namespace in namespace:ash
35 } // namespace tray
accounts_detailed_view.h 11 #include "ash/system/tray/tray_details_view.h"
12 #include "ash/system/tray/view_click_listener.h"
26 namespace tray { namespace in namespace:ash
33 public ash::tray::UserAccountsDelegate::Observer {
46 // Overridden from ash::tray::UserAccountsDelegate::Observer.
58 ash::tray::UserAccountsDelegate* delegate_;
67 } // namespace tray
user_accounts_delegate.cc 8 namespace tray { namespace in namespace:ash
26 } // namespace tray
user_card_view.h 13 namespace tray { namespace in namespace:ash
41 } // namespace tray
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness_unittest.cc 8 #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->visible())
    [all...]
  /external/chromium_org/ash/system/date/
date_default_view.h 15 namespace tray { namespace in namespace:ash
17 } // namespace tray
30 tray::DateView* GetDateView();
31 const tray::DateView* GetDateView() const;
41 tray::DateView* date_view_;
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 5 #include "ash/system/tray/system_tray.h"
15 #include "ash/system/tray/system_tray_item.h"
16 #include "ash/system/tray/tray_constants.h"
55 tray_view_->AddChildView(new views::Label(base::UTF8ToUTF16("Tray")));
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())
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...]
tray_bubble_wrapper.h 24 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
tray_details_view_unittest.cc 5 #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 views are created
    [all...]
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio_chromeos.h 13 namespace tray { namespace in namespace:ash
31 tray::AudioDetailedView* audio_detail_view_;
  /external/chromium_org/ash/system/tray/media_security/
multi_profile_media_tray_item.h 8 #include "ash/system/tray/system_tray_item.h"
13 namespace tray { namespace in namespace:ash
17 // The tray item for media recording.
28 tray::MultiProfileMediaTrayView* tray_view_;
  /external/chromium_org/chrome/browser/status_icons/
status_tray_unittest.cc 40 TestStatusTray tray; local
43 tray.CreateStatusIcon(
45 EXPECT_EQ(1U, tray.GetStatusIconsForTest().size());
50 TestStatusTray tray; local
53 StatusIcon* icon = tray.CreateStatusIcon(
55 EXPECT_EQ(1U, tray.GetStatusIconsForTest().size());
56 tray.RemoveStatusIcon(icon);
57 EXPECT_EQ(0U, tray.GetStatusIconsForTest().size());
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 11 #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->message_center()
218 WebNotificationTray* tray = local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win_unittest.cc 63 StatusTrayWin tray; local
69 StatusTrayWin tray; local
72 StatusIcon* icon = tray.CreateStatusIcon(
83 StatusTrayWin tray; local
87 StatusIconWin* icon = static_cast<StatusIconWin*>(tray.CreateStatusIcon(
92 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_LBUTTONDOWN);
94 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
101 StatusTrayWin tray; local
105 StatusIconWin* icon = static_cast<StatusIconWin*>(tray.CreateStatusIcon(
110 tray.WndProc
117 StatusTrayWin tray; local
132 StatusTrayWin tray; local
    [all...]
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 10 #include "ash/system/tray/system_tray.h"
94 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
95 tray->ShowPersistentDefaultView();
99 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
100 DCHECK(tray->HasSystemBubble()) << "Tray bubble is closed already.";
101 tray->CloseSystemBubble();
105 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
106 return tray->HasSystemBubble();
110 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray() local
116 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray(); local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_network.h 14 #include "ash/system/tray/system_tray_item.h"
23 namespace tray { namespace in namespace:ash
37 tray::NetworkDetailedView* detailed() { return detailed_; }
63 tray::NetworkTrayView* tray_;
64 tray::NetworkDefaultView* default_;
65 tray::NetworkDetailedView* detailed_;
tray_vpn.h 9 #include "ash/system/tray/system_tray_item.h"
15 namespace tray { namespace in namespace:ash
44 tray::VpnDefaultView* default_;
45 tray::NetworkDetailedView* detailed_;
network_detailed_view.h 8 #include "ash/system/tray/tray_details_view.h"
12 namespace tray { namespace in namespace:ash
48 } // namespace tray
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.h 9 #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/drive/
tray_drive.h 9 #include "ash/system/tray/tray_image_item.h"
17 namespace tray { namespace in namespace:ash
43 // Delayed hiding of the tray item after encountering an empty operation list.
46 tray::DriveDefaultView* default_;
47 tray::DriveDetailedView* detailed_;
  /external/chromium_org/ash/system/ime/
tray_ime.h 9 #include "ash/system/tray/system_tray_item.h"
18 namespace tray { namespace in namespace:ash
50 tray::IMEDefaultView* default_;
51 tray::IMEDetailedView* detailed_;
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.h 8 #include "ash/system/tray/system_tray_item.h"
11 namespace tray { namespace in namespace:ash
30 tray::SettingsDefaultView* default_view_;
  /external/chromium_org/ash/system/
tray_update.h 8 #include "ash/system/tray/tray_image_item.h"
18 namespace tray { namespace in namespace:ash
38 // Used to nag the user in case the tray has been hidden too long with an
40 scoped_ptr<tray::UpdateNagger> nagger_;
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 8 #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 item, and the use
    [all...]

Completed in 283 milliseconds

1 2 3 4 5 6