Searched refs:ash (Results 176 - 200 of 868) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/ash/tabs/
H A Ddock_info_ash.cc5 #include "chrome/browser/ui/ash/tabs/dock_info_ash.h"
7 #include "ash/shell_window_ids.h"
8 #include "ash/wm/coordinate_conversion.h"
24 if (window->id() == ash::internal::kShellWindowId_PhantomWindow ||
25 window->id() == ash::internal::kShellWindowId_OverlayContainer)
44 namespace ash { namespace in namespace:chrome
57 screen_point, ignore, ::ash::wm::GetRootWindowAt(screen_point));
60 } // namespace ash
H A Ddock_info_ash.h15 namespace ash { namespace in namespace:chrome
24 } // namespace ash
/external/chromium_org/chrome/browser/ui/
H A Dimmersive_fullscreen_configuration.cc8 #include "ash/ash_switches.h"
23 return !command->HasSwitch(ash::switches::kAshDisableImmersiveFullscreen);
/external/chromium_org/chrome/browser/ui/ash/
H A Dsession_state_delegate_chromeos.cc5 #include "chrome/browser/ui/ash/session_state_delegate_chromeos.h"
7 #include "ash/session_state_observer.h"
69 ash::MultiProfileIndex index) const {
76 ash::MultiProfileIndex index) const {
83 ash::MultiProfileIndex index) const {
88 void SessionStateDelegateChromeos::GetLoggedInUsers(ash::UserIdList* users) {
104 ash::SessionStateObserver* observer) {
109 ash::SessionStateObserver* observer) {
115 FOR_EACH_OBSERVER(ash::SessionStateObserver,
H A Dchrome_shell_delegate_chromeos.cc5 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
9 #include "ash/keyboard_overlay/keyboard_overlay_view.h"
10 #include "ash/wm/mru_window_tracker.h"
11 #include "ash/wm/window_util.h"
27 #include "chrome/browser/ui/ash/caps_lock_delegate_chromeos.h"
28 #include "chrome/browser/ui/ash/session_state_delegate_chromeos.h"
29 #include "chrome/browser/ui/ash/window_positioner.h"
54 ash::MruWindowTracker::WindowList mru_list =
55 ash::Shell::GetInstance()->mru_window_tracker()->BuildMruWindowList();
80 chrome::FindBrowserWithWindow(ash
[all...]
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc5 #include "ash/shell/window_watcher.h"
7 #include "ash/display/display_controller.h"
8 #include "ash/launcher/launcher.h"
9 #include "ash/launcher/launcher_model.h"
10 #include "ash/shelf/shelf_widget.h"
11 #include "ash/shell.h"
12 #include "ash/shell_window_ids.h"
17 namespace ash { namespace
38 aura::Window* panel_container = ash::Shell::GetContainer(
51 aura::Window* panel_container = ash
[all...]
H A Dcontext_menu.cc5 #include "ash/shell/context_menu.h"
7 #include "ash/launcher/launcher.h"
8 #include "ash/root_window_controller.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/screensaver/
H A Dscreensaver_controller.cc7 #include "ash/screensaver/screensaver_view.h"
8 #include "ash/shell.h"
9 #include "ash/wm/user_activity_detector.h"
138 ash::ShowScreensaver(
141 if (!ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
142 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
148 if (ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
149 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
150 ash::CloseScreensaver();
173 if (ash
[all...]
/external/chromium_org/ash/wm/
H A Dcustom_frame_view_ash_unittest.cc5 #include "ash/wm/custom_frame_view_ash.h"
7 #include "ash/shell.h"
8 #include "ash/test/ash_test_base.h"
9 #include "ash/wm/maximize_bubble_controller.h"
10 #include "ash/wm/property_util.h"
11 #include "ash/wm/window_util.h"
12 #include "ash/wm/workspace/frame_maximize_button.h"
13 #include "ash/wm/workspace/snap_sizer.h"
27 namespace ash { namespace
71 // Always test CustomFrameViewAsh, which may not be the ash
[all...]
H A Dsystem_gesture_event_filter.cc5 #include "ash/wm/system_gesture_event_filter.h"
7 #include "ash/accelerators/accelerator_controller.h"
8 #include "ash/accelerators/accelerator_table.h"
9 #include "ash/ash_switches.h"
10 #include "ash/root_window_controller.h"
11 #include "ash/shell.h"
12 #include "ash/shell_delegate.h"
13 #include "ash/shell_window_ids.h"
14 #include "ash/wm/gestures/long_press_affordance_handler.h"
15 #include "ash/w
41 namespace ash { namespace
[all...]
/external/chromium_org/ash/accelerators/
H A Dnested_dispatcher_controller_unittest.cc5 #include "ash/accelerators/accelerator_controller.h"
6 #include "ash/session_state_delegate.h"
7 #include "ash/shell.h"
8 #include "ash/shell_window_ids.h"
9 #include "ash/test/ash_test_base.h"
26 namespace ash { namespace
82 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(native_event_down);
84 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(native_event_up);
91 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(&native_event);
96 ash
[all...]
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager.cc9 #include "ash/magnifier/magnification_controller.h"
10 #include "ash/magnifier/partial_magnification_controller.h"
11 #include "ash/shell.h"
12 #include "ash/shell_delegate.h"
13 #include "ash/system/tray/system_tray_notifier.h"
46 type_(ash::kDefaultMagnifierType),
68 virtual ash::MagnifierType GetMagnifierType() const OVERRIDE {
81 virtual void SetMagnifierType(ash::MagnifierType type) OVERRIDE {
145 if (type_ == ash::MAGNIFIER_FULL) {
146 ash
[all...]
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_uitest.cc5 #include "ash/launcher/launcher.h"
6 #include "ash/launcher/launcher_view.h"
7 #include "ash/shell.h"
32 command_line->AppendSwitchASCII("ash-host-window-bounds",
46 ash::Launcher* launcher = ash::Launcher::ForWindow(root_window);
47 const ash::internal::LauncherView* launcher_view =
60 ash::Shell::GetScreen()->GetDisplayNearestWindow(root_window);
82 ash::Shell::RootWindowList root_windows = ash
[all...]
/external/chromium_org/ash/system/tray/
H A Dtray_event_filter.cc5 #include "ash/system/tray/tray_event_filter.h"
7 #include "ash/root_window_controller.h"
8 #include "ash/shelf/shelf_layout_manager.h"
9 #include "ash/shell.h"
10 #include "ash/shell_window_ids.h"
11 #include "ash/system/tray/tray_background_view.h"
12 #include "ash/system/tray/tray_bubble_wrapper.h"
13 #include "ash/system/tray/tray_constants.h"
14 #include "ash/system/tray/tray_event_filter.h"
15 #include "ash/w
21 namespace ash { namespace
[all...]
/external/chromium_org/ash/test/
H A Dtest_launcher_delegate.h11 #include "ash/launcher/launcher_delegate.h"
15 namespace ash { namespace
46 virtual ash::LauncherMenuModel* CreateApplicationMenu(
49 virtual ash::LauncherID GetIDByWindow(aura::Window* window) OVERRIDE;
50 virtual bool IsDraggable(const ash::LauncherItem& item) OVERRIDE;
61 typedef std::map<aura::Window*, ash::LauncherID> WindowToID;
66 aura::Window* GetWindowByID(ash::LauncherID id);
77 } // namespace ash
/external/chromium_org/chrome/browser/extensions/api/system_display/
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::internal::DisplayManager;
129 // Created ash::DisplayLayout value for |rectangle| compared to the |reference|
159 ash::DisplayLayout GetLayoutForRectangles(const gfx::Rect& reference,
181 ash::DisplayLayout::Position position;
183 position = is_bottom_right ? ash::DisplayLayout::RIGHT :
184 ash::DisplayLayout::TOP;
187 is_bottom_right ? ash
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc9 #include "ash/display/display_controller.h"
10 #include "ash/display/display_manager.h"
11 #include "ash/display/output_configurator_animation.h"
12 #include "ash/display/resolution_notification_controller.h"
13 #include "ash/screen_ash.h"
14 #include "ash/shell.h"
31 using ash::internal::DisplayManager;
38 return ash::Shell::GetInstance()->display_manager();
58 bool CompareResolution(ash::internal::Resolution r1,
59 ash
[all...]
/external/chromium_org/ash/shell/content_client/
H A Dshell_browser_main_parts.h25 namespace ash { namespace
51 scoped_ptr<ash::shell::WindowWatcher> window_watcher_;
58 } // 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/system/chromeos/label_tray_view.h"
8 #include "ash/system/tray/system_tray_notifier.h"
9 #include "ash/system/user/login_status.h"
13 namespace ash { namespace
39 if (status == ash::user::LOGGED_IN_PUBLIC)
59 } // namespace ash
/external/chromium_org/ash/system/chromeos/managed/
H A Dtray_locally_managed_user.h8 #include "ash/system/tray/system_tray_item.h"
9 #include "ash/system/tray/view_click_listener.h"
11 namespace ash { namespace
15 namespace ash { namespace
47 } // 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"
73 ash::Shell::GetInstance()->display_controller()->SetOverscanInsets(
76 ash::internal::DisplayInfo info = ash::Shell::GetInstance()->
79 aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()->
81 ui::Layer* parent_layer = 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"
9 #include "ash/wm/user_activity_detector.h"
24 class KioskModeIdleLogoutTest : public ash::test::AshTestBase {
48 return ash::Shell::GetInstance()->user_activity_detector()->HasObserver(
/external/chromium_org/chrome/browser/chromeos/power/
H A Dsuspend_observer.cc7 #include "ash/shell.h"
8 #include "ash/wm/user_activity_detector.h"
46 ash::Shell::GetInstance()->user_activity_detector()->OnDisplayPowerChanging();
47 ash::Shell::GetInstance()->output_configurator()->SuspendDisplays();
H A Duser_activity_notifier.cc7 #include "ash/shell.h"
8 #include "ash/wm/user_activity_detector.h"
25 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
29 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc7 #include "ash/shell.h"
8 #include "ash/shell_window_ids.h"
9 #include "ash/system/chromeos/network/network_observer.h"
10 #include "ash/system/tray/system_tray.h"
11 #include "ash/system/tray/system_tray_notifier.h"
138 ash::NetworkTrayDelegate* listener) {
183 ash::NetworkObserver::NetworkType type =
186 ? ash::NetworkObserver::NETWORK_CELLULAR_LTE
187 : ash::NetworkObserver::NETWORK_CELLULAR;
193 ash
[all...]

Completed in 1836 milliseconds

1234567891011>>