Searched refs:ash (Results 26 - 50 of 1197) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dkeyboard_driven_oobe_key_handler.cc7 #include "ash/shell.h"
8 #include "ash/system/tray/system_tray.h"
13 ash::Shell::GetInstance()->AddPreTargetHandler(this);
16 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
21 ash::Shell::GetInstance()->GetPrimarySystemTray()->CloseSystemBubble();
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager_unittest.cc7 #include "ash/magnifier/magnifier_constants.h"
8 #include "ash/test/ash_test_base.h"
29 ash::MagnifierType GetMagnifierType() {
33 void SetMagnifierType(ash::MagnifierType type) {
39 class MagnificationManagerTest : public ash::test::AshTestBase {
45 ash::test::AshTestBase::SetUp();
53 ash::test::AshTestBase::TearDown();
62 SetMagnifierType(ash::MAGNIFIER_FULL);
64 EXPECT_EQ(GetMagnifierType(), ash::MAGNIFIER_FULL);
67 SetMagnifierType(ash
[all...]
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_button_observer.cc7 #include "ash/shell.h"
8 #include "ash/system/tray/system_tray_delegate.h"
9 #include "ash/system/user/login_status.h"
10 #include "ash/wm/power_button_controller.h"
18 namespace ash { namespace
26 ash::user::LoginStatus GetCurrentLoginStatus() {
27 if (!ash::Shell::GetInstance()->system_tray_delegate())
28 return ash::user::LOGGED_IN_NONE;
29 return ash::Shell::GetInstance()->system_tray_delegate()->
36 ash
[all...]
/external/chromium_org/chrome/browser/chromeos/first_run/steps/
H A Dtray_step.cc7 #include "ash/first_run/first_run_helper.h"
8 #include "ash/shell.h"
18 TrayStep::TrayStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor)
30 ash::Shell* shell = ash::Shell::GetInstance();
31 ash::ShelfAlignment alignment =
33 if ((!base::i18n::IsRTL() && alignment != ash::SHELF_ALIGNMENT_LEFT) ||
34 alignment == ash::SHELF_ALIGNMENT_RIGHT)
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.h13 namespace ash { namespace
37 void SetCurrentDisplayLayout(const ash::DisplayLayout& layout);
47 const ash::DisplayLayout& layout);
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_init.cc5 #include "chrome/browser/ui/ash/ash_init.h"
7 #include "ash/accelerators/accelerator_controller.h"
8 #include "ash/accelerometer/accelerometer_controller.h"
9 #include "ash/ash_switches.h"
10 #include "ash/high_contrast/high_contrast_controller.h"
11 #include "ash/magnifier/magnification_controller.h"
12 #include "ash/magnifier/partial_magnification_controller.h"
13 #include "ash/shell.h"
14 #include "ash/shell_init_params.h"
18 #include "chrome/browser/ui/ash/chrome_shell_delegat
[all...]
H A Dash_util.cc5 #include "chrome/browser/ui/ash/ash_util.h"
7 #include "ash/shell.h"
8 #include "chrome/browser/ui/ash/ash_init.h"
16 // Optimization. There is only ash or only athena on ChromeOS.
17 return ash::Shell::HasInstance();
20 if (!ash::Shell::HasInstance())
24 ash::Shell::GetInstance()->GetAllRootWindows();
/external/chromium_org/ash/accelerators/
H A Daccelerator_commands.h8 #include "ash/ash_export.h"
12 namespace ash { namespace
29 } // namespace ash
/external/chromium_org/ash/
H A Ddebug.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
20 } // namespace ash
H A Dgpu_support_stub.cc5 #include "ash/gpu_support_stub.h"
7 namespace ash { namespace
22 } // namespace ash
H A Dshell_init_params.cc5 #include "ash/shell_init_params.h"
7 #include "ash/shell_delegate.h"
9 namespace ash { namespace
21 } // namespace ash
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller_observer.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
21 } // namespace ash
H A Dwallpaper_resizer_observer.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
21 } // namespace ash
/external/chromium_org/ash/frame/caption_buttons/
H A Dcaption_button_types.h8 namespace ash { namespace
22 } // namespace ash
/external/chromium_org/ash/magnifier/
H A Dmagnifier_constants.h8 namespace ash { namespace
25 } // namespace ash
/external/chromium_org/ash/shelf/
H A Dshelf_icon_observer.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
21 } // namespace ash
H A Dshelf_navigator.h8 #include "ash/ash_export.h"
9 #include "ash/shelf/shelf_constants.h"
11 namespace ash { namespace
21 } // namespace ash
/external/chromium_org/ash/system/bluetooth/
H A Dbluetooth_observer.h8 namespace ash { namespace
18 } // namespace ash
/external/chromium_org/ash/system/chromeos/enterprise/
H A Denterprise_domain_observer.h8 namespace ash { namespace
17 } // namespace ash
/external/chromium_org/ash/system/chromeos/multi_user/
H A Duser_switch_util.h8 #include "ash/ash_export.h"
11 namespace ash { namespace
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_observer.h12 namespace ash { namespace
24 } // namespace ash
/external/chromium_org/ash/system/chromeos/session/
H A Dlast_window_closed_observer.h8 namespace ash { namespace
18 } // namespace ash
H A Dsession_length_limit_observer.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
24 } // namespace ash
/external/chromium_org/ash/system/ime/
H A Dime_observer.h8 namespace ash { namespace
19 } // namespace ash
/external/chromium_org/ash/system/tray/media_security/
H A Dmedia_capture_observer.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
21 } // namespace ash

Completed in 7454 milliseconds

1234567891011>>