Searched refs:ash (Results 1 - 25 of 868) sorted by relevance

1234567891011>>

/external/chromium_org/ash/
H A Dcancel_mode.h8 namespace ash { namespace
13 } // namespace ash
/external/chromium_org/ash/test/
H A Dtest_suite_init.h5 namespace ash { namespace
11 } // namespace ash
H A Dash_unittests.cc5 #include "ash/test/test_suite.h"
8 return ash::test::AuraShellTestSuite(argc, argv).Run();
/external/chromium_org/chrome/browser/ui/ash/
H A Duser_wallpaper_delegate_win.h8 namespace ash { namespace
12 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate();
H A Dash_init.cc5 #include "chrome/browser/ui/ash/ash_init.h"
7 #include "ash/accelerators/accelerator_controller.h"
8 #include "ash/ash_switches.h"
9 #include "ash/high_contrast/high_contrast_controller.h"
10 #include "ash/magnifier/magnification_controller.h"
11 #include "ash/magnifier/partial_magnification_controller.h"
12 #include "ash/shell.h"
13 #include "ash/wm/event_rewriter_event_filter.h"
19 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
20 #include "chrome/browser/ui/ash/event_rewrite
[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 on ChromeOS.
20 if (!ash::Shell::HasInstance())
23 ash::Shell::RootWindowList root_windows =
24 ash::Shell::GetInstance()->GetAllRootWindows();
26 for (ash::Shell::RootWindowList::const_iterator it = root_windows.begin();
43 if (!ash::Shell::HasInstance())
H A Dchrome_shell_delegate.cc5 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
10 #include "ash/ash_switches.h"
11 #include "ash/host/root_window_host_factory.h"
12 #include "ash/launcher/launcher_types.h"
13 #include "ash/magnifier/magnifier_constants.h"
14 #include "ash/session_state_delegate.h"
15 #include "ash/shelf/shelf_widget.h"
16 #include "ash/system/tray/system_tray_delegate.h"
17 #include "ash/wm/window_properties.h"
18 #include "ash/w
[all...]
/external/chromium_org/chrome/browser/chromeos/background/
H A Dash_user_wallpaper_delegate.h11 namespace ash { namespace
17 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate();
/external/chromium_org/chrome/browser/chromeos/system/
H A Dash_system_tray_delegate.h8 namespace ash { namespace
14 ash::SystemTrayDelegate* CreateSystemTrayDelegate();
/external/chromium_org/chrome/browser/
H A Dfullscreen_chromeos.cc7 #include "ash/root_window_controller.h"
10 ash::internal::RootWindowController* controller =
11 ash::internal::RootWindowController::ForActiveRootWindow();
/external/chromium_org/chrome/browser/ui/views/touch_uma/
H A Dtouch_uma_ash.cc7 #include "ash/touch/touch_uma.h"
11 ash::TouchUMA::GestureActionType type = ash::TouchUMA::GESTURE_UNKNOWN;
14 type = ash::TouchUMA::GESTURE_TABSWITCH_TAP;
17 type = ash::TouchUMA::GESTURE_TABNOSWITCH_TAP;
20 type = ash::TouchUMA::GESTURE_TABCLOSE_TAP;
23 type = ash::TouchUMA::GESTURE_NEWTAB_TAP;
26 type = ash::TouchUMA::GESTURE_ROOTVIEWTOP_TAP;
29 ash::TouchUMA::GetInstance()->RecordGestureAction(type);
/external/chromium_org/ash/shell/
H A Dshell_main_parts.h8 namespace ash { namespace
15 } // namespace ash
H A Dshell_main_parts.cc5 #include "ash/shell/shell_main_parts.h"
11 namespace ash { namespace
20 } // namespace ash
H A Dlauncher_delegate_impl.cc5 #include "ash/shell/launcher_delegate_impl.h"
7 #include "ash/launcher/launcher_util.h"
8 #include "ash/shell/toplevel_window.h"
9 #include "ash/shell/window_watcher.h"
10 #include "ash/wm/window_util.h"
14 namespace ash { namespace
24 void LauncherDelegateImpl::ItemSelected(const ash::LauncherItem& item,
28 ash::wm::MoveWindowToEventRoot(window, event);
30 ash::wm::ActivateWindow(window);
33 base::string16 LauncherDelegateImpl::GetTitle(const ash
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api_unittest.cc5 #include "ash/shell.h"
6 #include "ash/test/ash_test_base.h"
7 #include "ash/test/test_shell_delegate.h"
8 #include "ash/wm/window_util.h"
17 class WallpaperPrivateApiUnittest : public ash::test::AshTestBase {
53 ash::wm::MinimizeWindow(window3.get());
54 ash::wm::MaximizeWindow(window1.get());
57 EXPECT_FALSE(ash::wm::IsWindowMinimized(window0.get()));
58 EXPECT_FALSE(ash::wm::IsWindowMinimized(window1.get()));
59 EXPECT_FALSE(ash
[all...]
/external/chromium_org/ash/host/
H A Droot_window_host_factory.cc5 #include "ash/host/root_window_host_factory.h"
11 class RootWindowHostFactoryImpl : public ash::RootWindowHostFactory {
24 namespace ash { namespace
31 } // namespace ash
/external/chromium_org/ash/launcher/
H A Dlauncher_util.cc5 #include "ash/launcher/launcher_util.h"
7 #include "ash/launcher/launcher_model.h"
8 #include "ash/launcher/launcher_types.h"
10 namespace ash { namespace
15 if (launcher_model.items()[i].type == ash::TYPE_BROWSER_SHORTCUT)
22 } // namespace ash
H A Dlauncher_navigator.cc5 #include "ash/launcher/launcher_navigator.h"
7 #include "ash/launcher/launcher_model.h"
9 namespace ash { namespace
15 bool ShouldSkip(ash::LauncherItemType type) {
16 return type == ash::TYPE_APP_LIST ||
17 type == ash::TYPE_BROWSER_SHORTCUT ||
18 type == ash::TYPE_APP_SHORTCUT ||
19 type == ash::TYPE_WINDOWED_APP;
26 const ash::LauncherItems& items = model.items();
32 const ash
[all...]
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_configuration_observer.cc7 #include "ash/display/display_controller.h"
8 #include "ash/shell.h"
14 ash::Shell::GetInstance()->display_controller()->AddObserver(this);
18 ash::Shell::GetInstance()->display_controller()->RemoveObserver(this);
/external/chromium_org/ash/wm/dock/
H A Ddock_types.h8 namespace ash { namespace
28 } // namespace ash
/external/chromium_org/ash/wm/workspace/
H A Dmaximize_bubble_frame_state.h8 namespace ash { namespace
H A Dworkspace_event_handler_test_helper.cc5 #include "ash/wm/workspace/workspace_event_handler_test_helper.h"
7 namespace ash { namespace
19 } // namespace ash
H A Dworkspace_types.h8 namespace ash { namespace
25 } // namespace ash
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_per_browser.h12 #include "ash/display/display_controller.h"
13 #include "ash/launcher/launcher_delegate.h"
14 #include "ash/launcher/launcher_model_observer.h"
15 #include "ash/launcher/launcher_types.h"
16 #include "ash/shelf/shelf_layout_manager_observer.h"
17 #include "ash/shelf/shelf_types.h"
18 #include "ash/shell_observer.h"
25 #include "chrome/browser/ui/ash/app_sync_ui_state_observer.h"
26 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
40 namespace ash { namespace
[all...]
/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"
23 observed_type_(ash::kDefaultMagnifierType) {
32 ash::MagnifierType observed_type() const { return observed_type_; }
54 ash::MagnifierType observed_type_;
71 ash::MagnifierType GetMagnifierType() {
75 void SetMagnifierType(ash::MagnifierType type) {
81 class MagnificationManagerTest : public ash::test::AshTestBase {
87 ash::test::AshTestBase::SetUp();
95 ash
[all...]

Completed in 395 milliseconds

1234567891011>>