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

1234567891011>>

/external/chromium_org/ash/
H A Dcancel_mode.h8 namespace ash { namespace
13 } // namespace ash
H A Dash_view_ids.h8 namespace ash { namespace
16 } // namespace ash
/external/chromium_org/ash/test/
H A Dtest_suite_init.h5 namespace ash { namespace
11 } // namespace ash
/external/chromium_org/chrome/browser/ui/ash/
H A Dsolid_color_user_wallpaper_delegate.h8 namespace ash { namespace
12 ash::UserWallpaperDelegate* CreateSolidColorUserWallpaperDelegate();
H A Dsystem_tray_delegate_linux.h8 namespace ash { namespace
12 ash::SystemTrayDelegate* CreateLinuxSystemTrayDelegate();
H A Dsystem_tray_delegate_win.h8 namespace ash { namespace
12 ash::SystemTrayDelegate* CreateWindowsSystemTrayDelegate();
/external/chromium_org/chrome/browser/chromeos/background/
H A Dash_user_wallpaper_delegate.h8 namespace ash { namespace
14 ash::UserWallpaperDelegate* CreateUserWallpaperDelegate();
/external/chromium_org/chrome/browser/
H A Dfullscreen_chromeos.cc7 #include "ash/root_window_controller.h"
16 ash::RootWindowController* controller =
17 ash::RootWindowController::ForTargetRootWindow();
/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/metrics/
H A Duser_metrics_recorder.cc5 #include "ash/metrics/user_metrics_recorder.h"
7 #include "ash/shelf/shelf_layout_manager.h"
8 #include "ash/shelf/shelf_view.h"
9 #include "ash/shelf/shelf_widget.h"
10 #include "ash/shell.h"
11 #include "ash/wm/window_state.h"
15 namespace ash { namespace
33 case ash::UMA_ACCEL_KEYBOARD_BRIGHTNESS_DOWN_F6:
37 case ash::UMA_ACCEL_KEYBOARD_BRIGHTNESS_UP_F7:
41 case ash
[all...]
/external/chromium_org/ash/accelerators/
H A Ddebug_commands.h8 #include "ash/ash_export.h"
12 namespace ash { namespace
20 } // namespace ash
/external/chromium_org/ash/session/
H A Dsession_state_observer.cc5 #include "ash/session/session_state_observer.h"
7 #include "ash/session/session_state_delegate.h"
8 #include "ash/shell.h"
10 namespace ash { namespace
13 ash::SessionStateObserver* observer)
15 ash::Shell::GetInstance()->session_state_delegate()->AddSessionStateObserver(
20 ash::Shell::GetInstance()
25 } // namespace ash
/external/chromium_org/ash/shelf/
H A Dshelf_constants.cc5 #include "ash/shelf/shelf_constants.h"
7 namespace ash { namespace
16 } // namespace ash
/external/chromium_org/ash/shell/
H A Dshell_main_parts.h8 namespace ash { namespace
15 } // namespace ash
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_state.h8 namespace ash { namespace
23 } // namespace ash
/external/chromium_org/ash/system/user/
H A Dconfig.h10 namespace ash { namespace
20 } // namespace ash
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_types.h8 namespace ash { namespace
17 } // namespace ash
/external/chromium_org/ash/screensaver/
H A Dscreensaver_view_unittest.cc5 #include "ash/screensaver/screensaver_view.h"
7 #include "ash/test/ash_test_base.h"
14 namespace ash { namespace
17 class ScreensaverViewTest : public ash::test::AshTestBase {
52 ash::ShowScreensaver(url_);
56 ash::CloseScreensaver();
61 ash::CloseScreensaver();
64 ash::ShowScreensaver(url_);
67 ash::ShowScreensaver(url_);
71 ash
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands_chromeos.cc7 #include "ash/accelerators/accelerator_controller.h"
8 #include "ash/screenshot_delegate.h"
9 #include "ash/shell.h"
19 ash::ScreenshotDelegate* screenshot_delegate = ash::Shell::GetInstance()->
/external/chromium_org/ash/host/
H A Dash_window_tree_host_init_params.cc5 #include "ash/host/ash_window_tree_host_init_params.h"
7 namespace ash { namespace
19 } // namespace ash
/external/chromium_org/ash/wm/maximize_mode/
H A Dscoped_disable_internal_mouse_and_keyboard.h8 namespace ash { namespace
15 } // namespace ash
/external/chromium_org/ash/wm/
H A Dwindow_state_delegate.cc5 #include "ash/wm/window_state_delegate.h"
7 namespace ash { namespace
21 } // namespace ash
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_event_handler_test_helper.cc5 #include "ash/wm/workspace/workspace_event_handler_test_helper.h"
7 namespace ash { namespace
17 } // namespace ash
H A Dworkspace_types.h8 namespace ash { namespace
25 } // namespace ash
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_configuration_observer.cc7 #include "ash/display/display_controller.h"
8 #include "ash/shell.h"
9 #include "ash/shell_delegate.h"
15 ash::Shell::GetInstance()->display_controller()->AddObserver(this);
19 ash::Shell::GetInstance()->display_controller()->RemoveObserver(this);
24 if (ash::Shell::GetInstance()->delegate()->IsFirstRunAfterBoot())

Completed in 2711 milliseconds

1234567891011>>