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

1234

/external/chromium_org/ash/system/user/
H A Dconfig.h11 namespace tray { namespace in namespace:ash
19 } // namespace tray
H A Duser_card_view.h13 namespace tray { namespace in namespace:ash
41 } // namespace tray
H A Dconfig.cc12 namespace tray { namespace in namespace:ash
35 } // namespace tray
H A Daccounts_detailed_view.h11 #include "ash/system/tray/tray_details_view.h"
12 #include "ash/system/tray/view_click_listener.h"
24 namespace tray { namespace in namespace:ash
31 public ash::tray::UserAccountsDelegate::Observer {
44 // Overridden from ash::tray::UserAccountsDelegate::Observer.
56 ash::tray::UserAccountsDelegate* delegate_;
65 } // namespace tray
H A Drounded_image_view.h14 namespace tray { namespace in namespace:ash
52 } // namespace tray
H A Duser_accounts_delegate.cc8 namespace tray { namespace in namespace:ash
26 } // namespace tray
H A Duser_accounts_delegate.h16 namespace tray { namespace in namespace:ash
63 } // namespace tray
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.h9 #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/chromeos/audio/
H A Dtray_audio_chromeos.h13 namespace tray { namespace in namespace:ash
31 tray::AudioDetailedView* audio_detail_view_;
H A Daudio_detailed_view.h8 #include "ash/system/tray/tray_details_view.h"
9 #include "ash/system/tray/view_click_listener.h"
22 namespace tray { namespace in namespace:ash
60 } // namespace tray
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock.h9 #include "ash/system/tray/tray_image_item.h"
14 namespace tray { namespace in namespace:ash
16 } // namespace tray
18 // TrayRotationLock is a provider of views for the SystemTray. Both a tray view
/external/chromium_org/ash/system/chromeos/settings/
H A Dtray_settings.h8 #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/media_security/
H A Dmulti_profile_media_tray_item.h8 #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/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.
H A Dvolume_view.h8 #include "ash/system/tray/actionable_view.h"
26 namespace tray { namespace in namespace:ash
80 } // namespace tray
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness.h8 #include "ash/system/tray/system_tray_item.h"
14 namespace tray { namespace in namespace:ash
53 tray::BrightnessView* brightness_view_;
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.h9 #include "ash/system/tray/system_tray_item.h"
15 namespace tray { namespace in namespace:ash
44 tray::VpnDefaultView* default_;
45 tray::NetworkDetailedView* detailed_;
H A Dnetwork_detailed_view.h8 #include "ash/system/tray/tray_details_view.h"
12 namespace tray { namespace in namespace:ash
48 } // namespace tray
H A Dtray_network.h13 #include "ash/system/tray/system_tray_item.h"
22 namespace tray { namespace in namespace:ash
36 tray::NetworkDetailedView* detailed() { return detailed_; }
62 tray::NetworkTrayView* tray_;
63 tray::NetworkDefaultView* default_;
64 tray::NetworkDetailedView* detailed_;
/external/chromium_org/ash/system/date/
H A Ddate_default_view.h15 namespace tray { namespace in namespace:ash
17 } // namespace tray
30 tray::DateView* GetDateView();
31 const tray::DateView* GetDateView() const;
41 tray::DateView* date_view_;
H A Ddate_view.h10 #include "ash/system/tray/actionable_view.h"
21 namespace tray { namespace in namespace:ash
24 // DateView popup and the TimeView tray icon. Exported for tests.
132 } // namespace tray
/external/chromium_org/ash/system/ime/
H A Dtray_ime.h9 #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/overview/
H A Doverview_button_tray_unittest.cc46 views::ImageView* GetImageView(OverviewButtonTray* tray) { argument
47 return tray->icon_;
120 // Tests that the tray loses visibility when a user logs out, and that it
/external/chromium_org/ash/system/
H A Dtray_update.h8 #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/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());

Completed in 1337 milliseconds

1234