Searched refs:ash (Results 251 - 275 of 1183) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash.h10 #include "ash/wm/immersive_fullscreen_controller.h"
11 #include "ash/wm/window_state_observer.h"
23 public ash::ImmersiveFullscreenController::Delegate,
24 public ash::wm::WindowStateObserver,
64 // ash::wm::WindowStateObserver override:
66 ash::wm::WindowState* window_state,
67 ash::wm::WindowStateType old_type) OVERRIDE;
74 scoped_ptr<ash::ImmersiveFullscreenController> controller_;
H A Dimmersive_mode_controller_ash.cc7 #include "ash/shell.h"
8 #include "ash/wm/window_state.h"
29 // ash::ImmersiveFullscreenController::AnimateReveal.
30 ash::ImmersiveFullscreenController::AnimateReveal
35 return ash::ImmersiveFullscreenController::ANIMATE_REVEAL_YES;
37 return ash::ImmersiveFullscreenController::ANIMATE_REVEAL_NO;
40 return ash::ImmersiveFullscreenController::ANIMATE_REVEAL_NO;
46 : controller_(new ash::ImmersiveFullscreenController),
72 ash::ImmersiveFullscreenController::WINDOW_TYPE_HOSTED_APP :
73 ash
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
H A Dfirst_run_ui.cc7 #include "ash/shell.h"
65 ash::Shell* shell = ash::Shell::GetInstance();
67 case ash::SHELF_ALIGNMENT_BOTTOM:
70 case ash::SHELF_ALIGNMENT_LEFT:
73 case ash::SHELF_ALIGNMENT_RIGHT:
/external/chromium_org/ash/display/
H A Dresolution_notification_controller_unittest.cc5 #include "ash/display/resolution_notification_controller.h"
7 #include "ash/display/display_manager.h"
8 #include "ash/screen_util.h"
9 #include "ash/shell.h"
10 #include "ash/test/ash_test_base.h"
20 namespace ash { namespace
48 class ResolutionNotificationControllerTest : public ash::test::AshTestBase {
58 ash::test::AshTestBase::SetUp();
159 int64 id2 = ash::ScreenUtil::GetSecondaryDisplay().id();
160 ash
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.h9 #include "ash/ime/input_method_menu_manager.h"
10 #include "ash/session/session_state_observer.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"
24 #include "chrome/browser/ui/ash/system_tray_delegate_chromeos.h"
39 : public ash::ime::InputMethodMenuManager::Observer,
40 public ash::SystemTrayDelegate,
49 public ash::SessionStateObserver,
60 // Overridden from ash
[all...]
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc5 #include "ash/shell/shell_delegate_impl.h"
7 #include "ash/accessibility_delegate.h"
8 #include "ash/default_accessibility_delegate.h"
9 #include "ash/default_user_wallpaper_delegate.h"
10 #include "ash/gpu_support_stub.h"
11 #include "ash/media_delegate.h"
12 #include "ash/new_window_delegate.h"
13 #include "ash/session/session_state_delegate.h"
14 #include "ash/session/user_info.h"
15 #include "ash/shel
28 namespace ash { namespace
[all...]
H A Dcontext_menu.cc5 #include "ash/shell/context_menu.h"
7 #include "ash/root_window_controller.h"
8 #include "ash/shelf/shelf.h"
9 #include "ash/shelf/shelf_types.h"
10 #include "ash/shell.h"
14 namespace ash { namespace
37 ash::SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS;
70 } // namespace ash
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen_browsertest.cc5 #include "ash/session/session_state_delegate.h"
6 #include "ash/shell.h"
97 EXPECT_EQ(ash::SessionStateDelegate::SESSION_STATE_LOGIN_PRIMARY,
98 ash::Shell::GetInstance()->session_state_delegate()->
103 EXPECT_EQ(ash::SessionStateDelegate::SESSION_STATE_ACTIVE,
104 ash::Shell::GetInstance()->session_state_delegate()->
110 EXPECT_EQ(ash::SessionStateDelegate::SESSION_STATE_LOGIN_SECONDARY,
111 ash::Shell::GetInstance()->session_state_delegate()->
117 EXPECT_EQ(ash::SessionStateDelegate::SESSION_STATE_ACTIVE,
118 ash
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_unittest.cc5 #include "ash/shelf/shelf.h"
6 #include "ash/shelf/shelf_button.h"
7 #include "ash/shelf/shelf_item_delegate_manager.h"
8 #include "ash/shelf/shelf_model.h"
9 #include "ash/shelf/shelf_view.h"
10 #include "ash/shelf/shelf_widget.h"
11 #include "ash/shell.h"
12 #include "ash/test/ash_test_base.h"
13 #include "ash/test/shelf_test_api.h"
14 #include "ash/tes
30 namespace ash { namespace
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.cc7 #include "ash/shell.h"
110 } else if (allow_delay && ash::Shell::HasInstance()) {
113 ash::Shell::GetInstance()->user_activity_detector();
136 if (ash::Shell::HasInstance()) {
138 ash::Shell::GetInstance()->user_activity_detector();
159 if (ash::Shell::HasInstance())
160 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.cc7 #include "ash/display/display_info.h"
8 #include "ash/display/display_manager.h"
9 #include "ash/host/ash_remote_window_tree_host_win.h"
10 #include "ash/shell.h"
11 #include "ash/wm/window_positioner.h"
22 #include "chrome/browser/ui/ash/ash_init.h"
131 ash::Shell::GetInstance()->CreateShelf();
132 ash::Shell::GetInstance()->ShowShelf();
139 ash::WindowPositioner::SetMaximizeFirstWindow(true);
161 std::vector<ash
[all...]
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu_chromeos.cc5 #include "chrome/browser/ui/ash/multi_user/multi_user_context_menu.h"
7 #include "ash/multi_profile_uma.h"
8 #include "ash/session/session_state_delegate.h"
9 #include "ash/shell.h"
19 #include "chrome/browser/ui/ash/multi_user/multi_user_util.h"
20 #include "chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h"
21 #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
73 ash::SessionStateDelegate* delegate =
74 ash::Shell::GetInstance()->session_state_delegate();
90 const ash
[all...]
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_uitest.cc5 #include "ash/shelf/shelf.h"
6 #include "ash/shelf/shelf_view.h"
7 #include "ash/shell.h"
8 #include "ash/test/shelf_test_api.h"
33 command_line->AppendSwitchASCII("ash-host-window-bounds",
47 ash::Shelf* shelf = ash::Shelf::ForWindow(root_window);
48 const ash::ShelfView* shelf_view =
49 ash::test::ShelfTestAPI(shelf).shelf_view();
61 ash
[all...]
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc36 #include "ash/ash_constants.h"
37 #include "ash/ash_switches.h"
38 #include "ash/frame/custom_frame_view_ash.h"
39 #include "ash/screen_util.h"
40 #include "ash/shell.h"
41 #include "ash/wm/immersive_fullscreen_controller.h"
42 #include "ash/wm/panels/panel_frame_view.h"
43 #include "ash/wm/window_properties.h"
44 #include "ash/wm/window_state.h"
45 #include "ash/w
[all...]
/external/chromium_org/ash/accelerators/
H A Ddebug_commands.cc5 #include "ash/accelerators/accelerator_commands.h"
7 #include "ash/desktop_background/desktop_background_controller.h"
8 #include "ash/desktop_background/user_wallpaper_delegate.h"
9 #include "ash/shell.h"
15 namespace ash { namespace
43 ash::Shell::GetInstance()->user_wallpaper_delegate()->
66 } // namespace ash
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_view.h10 #include "ash/content_support/ash_with_content_export.h"
11 #include "ash/wm/overlay_event_filter.h"
26 namespace ash { namespace
31 public ash::OverlayEventFilter::Delegate {
43 // Overridden from ash::OverlayEventFilter::Delegate:
66 } // namespace ash
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.cc5 #include "ash/system/chromeos/audio/tray_audio_chromeos.h"
7 #include "ash/metrics/user_metrics_recorder.h"
8 #include "ash/shell.h"
9 #include "ash/system/audio/volume_view.h"
10 #include "ash/system/chromeos/audio/audio_detailed_view.h"
11 #include "ash/system/chromeos/audio/tray_audio_delegate_chromeos.h"
14 namespace ash { namespace
41 ash::UMA_STATUS_AREA_DETAILED_AUDIO_VIEW);
57 } // namespace ash
/external/chromium_org/ash/system/chromeos/enterprise/
H A Dtray_enterprise.cc5 #include "ash/system/chromeos/enterprise/tray_enterprise.h"
7 #include "ash/shell.h"
8 #include "ash/system/chromeos/label_tray_view.h"
9 #include "ash/system/tray/system_tray_notifier.h"
10 #include "ash/system/user/login_status.h"
14 namespace ash { namespace
39 if (status == ash::user::LOGGED_IN_PUBLIC)
58 } // namespace ash
/external/chromium_org/ash/system/date/
H A Ddate_default_view.h8 #include "ash/ash_export.h"
9 #include "ash/system/user/login_status.h"
14 namespace ash { namespace
24 explicit DateDefaultView(ash::user::LoginStatus login);
46 } // namespace ash
/external/chromium_org/ash/test/
H A Dtest_suite.cc5 #include "ash/test/test_suite.h"
7 #include "ash/ash_switches.h"
25 namespace ash { namespace
41 ash::switches::kForceAshToDesktop)) {
66 } // namespace ash
/external/chromium_org/ash/wm/gestures/
H A Dlong_press_affordance_handler.h17 namespace ash { namespace
40 friend class ash::test::SystemGestureEventFilterTest;
70 } // namespace ash
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_controller.cc5 #include "ash/wm/overview/window_selector_controller.h"
7 #include "ash/metrics/user_metrics_recorder.h"
8 #include "ash/root_window_controller.h"
9 #include "ash/session/session_state_delegate.h"
10 #include "ash/shell.h"
11 #include "ash/system/tray/system_tray_delegate.h"
12 #include "ash/wm/mru_window_tracker.h"
13 #include "ash/wm/overview/window_selector.h"
14 #include "ash/wm/window_state.h"
15 #include "ash/w
19 namespace ash { namespace
[all...]
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter.h11 namespace ash { namespace
33 friend class ash::test::SystemGestureEventFilterTest;
42 } // namespace ash
/external/chromium_org/chrome/browser/chromeos/display/
H A Doverscan_calibrator.cc7 #include "ash/display/display_controller.h"
8 #include "ash/display/display_info.h"
9 #include "ash/display/display_manager.h"
10 #include "ash/shell.h"
11 #include "ash/shell_window_ids.h"
70 ash::Shell::GetInstance()->display_controller()->SetOverscanInsets(
73 ash::DisplayInfo info =
74 ash::Shell::GetInstance()->display_manager()->GetDisplayInfo(
77 aura::Window* root = ash::Shell::GetInstance()->display_controller()->
80 ash
[all...]
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout_unittest.cc7 #include "ash/shell.h"
8 #include "ash/test/ash_test_base.h"
23 class KioskModeIdleLogoutTest : public ash::test::AshTestBase {
47 return ash::Shell::GetInstance()->user_activity_detector()->HasObserver(

Completed in 1797 milliseconds

<<11121314151617181920>>