Searched refs:ash (Results 151 - 175 of 1197) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_win.cc5 #include "chrome/browser/ui/ash/system_tray_delegate_win.h"
9 #include "ash/shell.h"
10 #include "ash/shell_delegate.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/volume_control_delegate.h"
30 class SystemTrayDelegateWin : public ash::SystemTrayDelegate,
47 // Overridden from ash::SystemTrayDelegate:
59 virtual ash
[all...]
H A Dmedia_delegate_chromeos.h8 #include "ash/media_delegate.h"
12 class MediaDelegateChromeOS : public ash::MediaDelegate,
18 // ash::MediaDelegate:
22 virtual ash::MediaCaptureState GetMediaCaptureState(
H A Dshelf_browsertest.cc5 #include "ash/root_window_controller.h"
6 #include "ash/shelf/shelf_layout_manager.h"
7 #include "ash/shell.h"
8 #include "ash/wm/workspace_controller.h"
19 ash::ShelfLayoutManager* shelf =
20 ash::RootWindowController::ForShelf(
/external/chromium_org/ash/accelerators/
H A Dnested_accelerator_delegate.cc5 #include "ash/accelerators/nested_accelerator_delegate.h"
7 #include "ash/accelerators/accelerator_controller.h"
8 #include "ash/shell.h"
16 namespace ash { namespace
61 ash::AcceleratorController* accelerator_controller =
62 ash::Shell::GetInstance()->accelerator_controller();
69 } // namespace ash
H A Dnested_accelerator_delegate.h11 namespace ash { namespace
/external/chromium_org/ash/shell/
H A Dwindow_watcher.h10 #include "ash/shelf/shelf_item_types.h"
21 namespace ash { namespace
34 aura::Window* GetWindowByID(ash::ShelfID id);
49 typedef std::map<ash::ShelfID, aura::Window*> IDToWindow;
60 } // namespace ash
/external/chromium_org/ash/wm/
H A Ddefault_window_resizer.cc5 #include "ash/wm/default_window_resizer.h"
7 #include "ash/shell.h"
8 #include "ash/wm/window_state.h"
17 namespace ash { namespace
20 ash::Shell::GetInstance()->cursor_manager()->UnlockCursor();
56 ash::Shell::GetInstance()->cursor_manager()->LockCursor();
H A Ddrag_details.h8 #include "ash/ash_export.h"
9 #include "ash/wm/wm_types.h"
19 namespace ash { namespace
32 ash::wm::WindowStateType initial_state_type;
69 } // namespace ash
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlock_window_aura.cc7 #include "ash/shell.h"
8 #include "ash/shell_window_ids.h"
9 #include "ash/wm/window_animations.h"
62 // TODO(oshima): move the lock screen harness to ash.
64 ash::Shell::GetContainer(ash::Shell::GetPrimaryRootWindow(),
65 ash::kShellWindowId_LockScreenContainer);
H A Dinput_events_blocker.cc7 #include "ash/shell.h"
16 ash::Shell::GetInstance()->PrependPreTargetHandler(this);
24 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.cc5 #include "chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h"
7 #include "ash/desktop_background/user_wallpaper_delegate.h"
8 #include "ash/root_window_controller.h"
9 #include "ash/shelf/shelf_layout_manager.h"
10 #include "ash/shelf/shelf_widget.h"
11 #include "ash/shell.h"
12 #include "ash/wm/mru_window_tracker.h"
13 #include "ash/wm/window_positioner.h"
14 #include "ash/wm/window_state.h"
16 #include "chrome/browser/ui/ash/launche
[all...]
/external/chromium_org/ash/
H A Droot_window_settings.cc5 #include "ash/root_window_settings.h"
11 DECLARE_WINDOW_PROPERTY_TYPE(ash::RootWindowSettings*);
13 namespace ash { namespace
37 } // namespace ash
H A Dash_switches.cc5 #include "ash/ash_switches.h"
9 namespace ash { namespace
18 "ash-animate-from-boot-splash-screen";
21 const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root";
27 const char kAshCopyHostBackgroundAtBoot[] = "ash-copy-host-background-at-boot";
30 const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
35 const char kAshDefaultWallpaperIsOem[] = "ash-default-wallpaper-is-oem";
38 const char kAshDefaultWallpaperLarge[] = "ash-default-wallpaper-large";
39 const char kAshDefaultWallpaperSmall[] = "ash-default-wallpaper-small";
43 const char kAshDisableLockLayoutManager[] = "ash
[all...]
H A Dcancel_mode.cc5 #include "ash/cancel_mode.h"
7 #include "ash/root_window_controller.h"
8 #include "ash/shell.h"
11 namespace ash { namespace
22 } // namespace ash
/external/chromium_org/ash/system/chromeos/brightness/
H A Dbrightness_controller_chromeos.h8 #include "ash/ash_export.h"
9 #include "ash/system/brightness_control_delegate.h"
13 namespace ash { namespace
19 : public ash::BrightnessControlDelegate {
24 // Overridden from ash::BrightnessControlDelegate:
37 } // namespace ash
/external/chromium_org/ash/system/user/
H A Dlogin_status.cc5 #include "ash/system/user/login_status.h"
7 #include "ash/session/session_state_delegate.h"
8 #include "ash/shell.h"
14 namespace ash { namespace
31 if (ash::Shell::GetInstance()->session_state_delegate()->
52 } // namespace ash
/external/chromium_org/ash/test/
H A Dtest_volume_control_delegate.h8 #include "ash/volume_control_delegate.h"
11 namespace ash { namespace
16 class TestVolumeControlDelegate : public ash::VolumeControlDelegate {
37 // ash::VolumeControlDelegate:
54 } // namespace ash
/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos_unittest.cc5 #include "ash/shell.h"
6 #include "ash/system/system_notifier.h"
7 #include "ash/test/ash_test_base.h"
15 : public ash::test::AshTestBase,
22 // ash::tests::AshTestBase overrides:
26 ash::test::AshTestBase::SetUp();
35 ash::test::AshTestBase::TearDown();
84 ash::Shell::GetInstance()->OnLockStateChanged(true);
89 ash::Shell::GetInstance()->OnLockStateChanged(false);
98 ash
[all...]
/external/chromium_org/chrome/browser/
H A Dplatform_util_aura.cc11 #include "ash/wm/window_util.h"
26 return ash::wm::IsActiveWindow(window);
35 ash::wm::ActivateWindow(window);
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc7 #include "ash/display/display_controller.h"
8 #include "ash/display/display_manager.h"
9 #include "ash/shell.h"
17 using ash::DisplayManager;
72 // Created ash::DisplayLayout value for |rectangle| compared to the |reference|
102 ash::DisplayLayout GetLayoutForRectangles(const gfx::Rect& reference,
124 ash::DisplayLayout::Position position;
127 is_bottom_right ? ash::DisplayLayout::RIGHT : ash::DisplayLayout::TOP;
130 is_bottom_right ? ash
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.cc5 #include "chrome/browser/ui/ash/launcher/launcher_context_menu.h"
9 #include "ash/desktop_background/user_wallpaper_delegate.h"
10 #include "ash/metrics/user_metrics_recorder.h"
11 #include "ash/root_window_controller.h"
12 #include "ash/shelf/shelf_item_delegate.h"
13 #include "ash/shelf/shelf_widget.h"
14 #include "ash/shell.h"
22 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
23 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
39 const ash
[all...]
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc10 #include "ash/display/display_controller.h"
11 #include "ash/display/display_layout_store.h"
12 #include "ash/display/display_manager.h"
13 #include "ash/display/resolution_notification_controller.h"
14 #include "ash/screen_util.h"
15 #include "ash/shell.h"
16 #include "ash/test/ash_test_base.h"
17 #include "ash/test/display_manager_test_api.h"
18 #include "ash/wm/maximize_mode/maximize_mode_controller.h"
32 using ash
[all...]
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
12 // Controls the autoclick a11y feature in ash.
42 } // namespace ash
/external/chromium_org/ash/content_support/
H A Dgpu_support_impl.cc5 #include "ash/content_support/gpu_support_impl.h"
10 namespace ash { namespace
32 } // namespace ash
H A Dgpu_support_impl.h8 #include "ash/content_support/ash_with_content_export.h"
9 #include "ash/gpu_support.h"
11 namespace ash { namespace
29 } // namespace ash

Completed in 2659 milliseconds

1234567891011>>