Searched refs:ash (Results 51 - 75 of 1197) sorted by relevance

1234567891011>>

/external/chromium_org/ash/system/user/
H A Duser_observer.h8 #include "ash/ash_export.h"
10 namespace ash { namespace
23 } // namespace ash
H A Dtray_user_unittest.cc7 #include "ash/root_window_controller.h"
8 #include "ash/shelf/shelf_layout_manager.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/tray_constants.h"
13 #include "ash/system/user/tray_user.h"
14 #include "ash/system/user/tray_user_separator.h"
15 #include "ash/test/ash_test_base.h"
16 #include "ash/tes
24 namespace ash { namespace
[all...]
/external/chromium_org/ash/test/
H A Dtest_lock_state_controller_delegate.cc5 #include "ash/test/test_lock_state_controller_delegate.h"
7 namespace ash { namespace
27 } // namespace ash
H A Dash_unittests.cc5 #include "ash/test/test_suite.h"
10 ash::test::AuraShellTestSuite test_suite(argc, argv);
15 base::Bind(&ash::test::AuraShellTestSuite::Run,
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Davatar_menu_chromeos.cc9 #include "ash/frame/frame_util.h"
19 *image = ash::GetAvatarImageForContext(profile);
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate.h10 #include "ash/shelf/shelf_item_types.h"
11 #include "ash/shell_delegate.h"
21 namespace ash { namespace
41 class ChromeShellDelegate : public ash::ShellDelegate,
49 // ash::ShellDelegate overrides;
62 ash::VirtualKeyboardStateObserver* observer) OVERRIDE;
64 ash::VirtualKeyboardStateObserver* observer) OVERRIDE;
67 virtual ash::ShelfDelegate* CreateShelfDelegate(
68 ash::ShelfModel* model) OVERRIDE;
69 virtual ash
[all...]
H A Dsolid_color_user_wallpaper_delegate.cc5 #include "chrome/browser/ui/ash/solid_color_user_wallpaper_delegate.h"
7 #include "ash/desktop_background/desktop_background_controller.h"
8 #include "ash/desktop_background/user_wallpaper_delegate.h"
9 #include "ash/shell.h"
10 #include "ash/wm/window_animations.h"
20 class UserWallpaperDelegate : public ash::UserWallpaperDelegate {
30 ash::WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE :
61 ash::Shell::GetInstance()
63 ->SetWallpaperImage(wallpaper, ash::WALLPAPER_LAYOUT_TILE);
89 ash
[all...]
H A Dchrome_shell_delegate_views.cc5 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
9 #include "ash/accessibility_delegate.h"
10 #include "ash/magnifier/magnifier_constants.h"
11 #include "ash/media_delegate.h"
12 #include "ash/system/tray/default_system_tray_delegate.h"
13 #include "ash/wm/window_util.h"
23 #include "chrome/browser/ui/ash/chrome_new_window_delegate.h"
24 #include "chrome/browser/ui/ash/session_state_delegate_views.h"
25 #include "chrome/browser/ui/ash/solid_color_user_wallpaper_delegate.h"
38 #include "chrome/browser/ui/ash/system_tray_delegate_wi
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_chromeos.cc7 #include "ash/accelerators/accelerator_controller.h"
8 #include "ash/shell.h"
45 ash::AcceleratorController* controller =
46 ash::Shell::GetInstance()->accelerator_controller();
58 if (!ash::Shell::HasInstance())
60 ash::Shell::GetInstance()->accelerator_controller()->Unregister(accelerator,
67 ash::AcceleratorController* controller =
68 ash::Shell::GetInstance()->accelerator_controller();
69 ash::AcceleratorController::AcceleratorProcessingRestriction restriction =
71 if (restriction == ash
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h14 #include "ash/display/display_controller.h"
15 #include "ash/shelf/shelf_delegate.h"
16 #include "ash/shelf/shelf_item_delegate.h"
17 #include "ash/shelf/shelf_item_types.h"
18 #include "ash/shelf/shelf_layout_manager_observer.h"
19 #include "ash/shelf/shelf_model_observer.h"
20 #include "ash/shelf/shelf_types.h"
21 #include "ash/shell_observer.h"
29 #include "chrome/browser/ui/ash/app_sync_ui_state_observer.h"
30 #include "chrome/browser/ui/ash/launche
48 namespace ash { namespace
[all...]
H A Dlauncher_item_controller.cc5 #include "chrome/browser/ui/ash/launcher/launcher_item_controller.h"
10 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
47 ash::ShelfItemType LauncherItemController::GetShelfItemType() const {
51 return ash::TYPE_APP_SHORTCUT;
53 return ash::TYPE_PLATFORM_APP;
55 return ash::TYPE_APP_PANEL;
58 return ash::TYPE_APP_SHORTCUT;
H A Dchrome_launcher_controller_browsertest.cc5 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
7 #include "ash/ash_switches.h"
8 #include "ash/display/display_controller.h"
9 #include "ash/shelf/shelf.h"
10 #include "ash/shelf/shelf_button.h"
11 #include "ash/shelf/shelf_constants.h"
12 #include "ash/shelf/shelf_model.h"
13 #include "ash/shelf/shelf_util.h"
14 #include "ash/shelf/shelf_view.h"
15 #include "ash/shel
[all...]
H A Dlauncher_item_controller.h8 #include "ash/shelf/shelf_item_delegate.h"
9 #include "ash/shelf/shelf_item_types.h"
14 #include "chrome/browser/ui/ash/launcher/chrome_launcher_types.h"
32 class LauncherItemController : public ash::ShelfItemDelegate {
47 ash::ShelfID shelf_id() const { return shelf_id_; }
48 void set_shelf_id(ash::ShelfID id) { shelf_id_ = id; }
74 virtual void Launch(ash::LaunchSource source, int event_flags) = 0;
79 virtual bool Activate(ash::LaunchSource source) = 0;
84 // Helper function to get the ash::ShelfItemType for the item type.
85 ash
[all...]
/external/chromium_org/ash/
H A Ddefault_user_wallpaper_delegate.cc5 #include "ash/default_user_wallpaper_delegate.h"
7 #include "ash/desktop_background/desktop_background_controller.h"
8 #include "ash/shell.h"
11 namespace ash { namespace
33 ash::Shell::GetInstance()->desktop_background_controller()->
50 } // namespace ash
/external/chromium_org/ash/session/
H A Dsession_state_delegate.cc5 #include "ash/session/session_state_delegate.h"
7 namespace ash { namespace
11 ash::SessionStateDelegate::SESSION_STATE_LOGIN_SECONDARY;
29 } // namespace ash
H A Dsession_state_observer.h10 #include "ash/ash_export.h"
11 #include "ash/session/session_state_delegate.h"
14 namespace ash { namespace
35 explicit ScopedSessionStateObserver(ash::SessionStateObserver* observer);
39 ash::SessionStateObserver* observer_;
44 } // namespace ash
/external/chromium_org/chrome/browser/
H A Didle_chromeos.cc7 #include "ash/session/session_state_delegate.h"
8 #include "ash/shell.h"
19 ash::Shell::GetInstance()->user_activity_detector()->last_activity_time();
28 return ash::Shell::GetInstance()->session_state_delegate()->IsScreenLocked();
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime_aura.cc7 #include "ash/shell.h"
23 // This may be called before |ash::Shell| is initialized when
25 if (ash::Shell::HasInstance()) {
28 aura::client::GetCaptureClient(ash::Shell::GetPrimaryRootWindow())->
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager.cc5 #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
8 #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h"
11 #include "ash/ash_switches.h"
12 #include "ash/multi_profile_uma.h"
13 #include "ash/session/session_state_delegate.h"
14 #include "ash/shell.h"
15 #include "ash/shell_delegate.h"
16 #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h"
41 ash::MultiProfileUMA::SessionMode mode =
42 ash
[all...]
/external/chromium_org/ash/shell/
H A Dwindow_watcher_unittest.cc5 #include "ash/shell/window_watcher.h"
7 #include "ash/shell.h"
8 #include "ash/shell/shell_delegate_impl.h"
9 #include "ash/shell_delegate.h"
10 #include "ash/shell_init_params.h"
11 #include "ash/system/user/login_status.h"
12 #include "ash/test/ash_test_base.h"
16 namespace ash { namespace
24 scoped_ptr<ash::shell::WindowWatcher> window_watcher;
27 shell::ShellDelegateImpl* delegate = new ash
[all...]
H A Dshell_delegate_impl.h10 #include "ash/shell_delegate.h"
21 namespace ash { namespace
27 class ShellDelegateImpl : public ash::ShellDelegate {
55 virtual ash::SystemTrayDelegate* CreateSystemTrayDelegate() OVERRIDE;
56 virtual ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() OVERRIDE;
57 virtual ash::SessionStateDelegate* CreateSessionStateDelegate() OVERRIDE;
58 virtual ash::AccessibilityDelegate* CreateAccessibilityDelegate() OVERRIDE;
59 virtual ash::NewWindowDelegate* CreateNewWindowDelegate() OVERRIDE;
60 virtual ash::MediaDelegate* CreateMediaDelegate() OVERRIDE;
63 ash
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Didle_detector.cc7 #include "ash/shell.h"
19 if (ash::Shell::HasInstance() &&
20 ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
21 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
32 if (!ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
33 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager_browsertest.cc7 #include "ash/magnifier/magnification_controller.h"
8 #include "ash/shell.h"
40 void SetMagnifierType(ash::MagnifierType type) {
45 ash::Shell::GetInstance()->
50 return ash::Shell::GetInstance()->magnification_controller()->GetScale();
61 ash::MagnifierType GetMagnifierType() {
83 void SetScreenMagnifierTypePref(ash::MagnifierType type) {
202 EXPECT_EQ(ash::MAGNIFIER_FULL, GetMagnifierType());
220 SetMagnifierType(ash::MAGNIFIER_FULL);
223 EXPECT_EQ(ash
[all...]
/external/chromium_org/ash/system/date/
H A Ddate_default_view.cc5 #include "ash/system/date/date_default_view.h"
7 #include "ash/metrics/user_metrics_recorder.h"
8 #include "ash/session/session_state_delegate.h"
9 #include "ash/shell.h"
10 #include "ash/system/date/date_view.h"
11 #include "ash/system/tray/special_popup_row.h"
12 #include "ash/system/tray/system_tray_delegate.h"
13 #include "ash/system/tray/tray_constants.h"
14 #include "ash/system/tray/tray_popup_header_button.h"
29 namespace ash { namespace
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dvideo_activity_notifier.cc5 #include "ash/system/chromeos/power/video_activity_notifier.h"
7 #include "ash/shell.h"
11 namespace ash { namespace
23 ash::Shell::GetInstance()->AddShellObserver(this);
27 ash::Shell::GetInstance()->RemoveShellObserver(this);
48 } // namespace ash

Completed in 617 milliseconds

1234567891011>>