Searched refs:ash (Results 126 - 150 of 1183) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/ash/
H A Dmedia_delegate_chromeos.cc5 #include "chrome/browser/ui/ash/media_delegate_chromeos.h"
9 #include "ash/shell.h"
10 #include "ash/system/tray/system_tray_notifier.h"
32 *media_state_out |= ash::MEDIA_CAPTURE_VIDEO;
34 *media_state_out |= ash::MEDIA_CAPTURE_AUDIO;
54 if (*media_state_out == ash::MEDIA_CAPTURE_AUDIO_VIDEO)
71 if (*media_state_out == ash::MEDIA_CAPTURE_AUDIO_VIDEO)
94 if (*media_state_out == ash::MEDIA_CAPTURE_AUDIO_VIDEO)
99 ash::MediaCaptureState GetMediaCaptureStateOfAllWebContents(
102 return ash
[all...]
H A Dchrome_shell_delegate_chromeos.cc5 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
7 #include "ash/accelerators/magnifier_key_scroller.h"
8 #include "ash/accelerators/spoken_feedback_toggler.h"
9 #include "ash/accessibility_delegate.h"
10 #include "ash/wm/mru_window_tracker.h"
11 #include "ash/wm/window_util.h"
28 #include "chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.h"
29 #include "chrome/browser/ui/ash/media_delegate_chromeos.h"
30 #include "chrome/browser/ui/ash/session_state_delegate_chromeos.h"
31 #include "chrome/browser/ui/ash/system_tray_delegate_chromeo
[all...]
H A Dchrome_shell_delegate.cc5 #include "chrome/browser/ui/ash/chrome_shell_delegate.h"
9 #include "ash/content_support/gpu_support_impl.h"
10 #include "ash/magnifier/magnifier_constants.h"
11 #include "ash/wm/window_state.h"
12 #include "ash/wm/window_util.h"
19 #include "chrome/browser/ui/ash/app_list/app_list_controller_ash.h"
20 #include "chrome/browser/ui/ash/ash_keyboard_controller_proxy.h"
21 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
22 #include "chrome/browser/ui/ash/launcher/launcher_context_menu.h"
109 DCHECK(ash
[all...]
H A Dsystem_tray_delegate_linux.cc5 #include "chrome/browser/ui/ash/system_tray_delegate_linux.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/system_tray_delegate.h"
13 #include "ash/system/tray/system_tray_notifier.h"
14 #include "ash/volume_control_delegate.h"
30 class SystemTrayDelegateLinux : public ash::SystemTrayDelegate,
47 // Overridden from ash::SystemTrayDelegate:
59 virtual ash
[all...]
H A Dsystem_tray_delegate_win.cc5 #include "chrome/browser/ui/ash/system_tray_delegate_win.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/system_tray_delegate.h"
13 #include "ash/system/tray/system_tray_notifier.h"
14 #include "ash/volume_control_delegate.h"
31 class SystemTrayDelegateWin : public ash::SystemTrayDelegate,
48 // Overridden from ash::SystemTrayDelegate:
60 virtual ash
[all...]
H A Dsession_state_delegate_chromeos_unittest.cc5 #include "chrome/browser/ui/ash/session_state_delegate_chromeos.h"
73 ash::SessionStateDelegate::CYCLE_TO_NEXT_USER);
76 ash::SessionStateDelegate::CYCLE_TO_PREVIOUS_USER);
85 const ash::SessionStateDelegate::CycleUser forward =
86 ash::SessionStateDelegate::CYCLE_TO_NEXT_USER;
98 const ash::SessionStateDelegate::CycleUser backward =
99 ash::SessionStateDelegate::CYCLE_TO_PREVIOUS_USER;
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc5 #include "chrome/browser/ui/ash/app_list/app_list_controller_ash.h"
7 #include "ash/shell.h"
8 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
17 DCHECK(ash::Shell::HasInstance());
18 if (ash::Shell::GetInstance()->GetAppListTargetVisibility())
19 ash::Shell::GetInstance()->ToggleAppList(NULL);
23 DCHECK(ash::Shell::HasInstance());
24 return ash::Shell::GetInstance()->GetAppListWindow();
29 ash::Shell::GetInstance()->GetAppListView();
111 ash
[all...]
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer_ash_unittest.cc5 #include "ash/scoped_target_root_window.h"
6 #include "ash/screen_util.h"
7 #include "ash/shell.h"
8 #include "ash/test/ash_test_base.h"
9 #include "ash/test/test_shell_delegate.h"
10 #include "ash/wm/window_positioner.h"
11 #include "ash/wm/window_resizer.h"
12 #include "ash/wm/window_state.h"
14 #include "chrome/browser/ui/ash/ash_init.h"
28 typedef ash
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc5 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
9 #include "ash/ash_switches.h"
10 #include "ash/desktop_background/desktop_background_controller.h"
11 #include "ash/multi_profile_uma.h"
12 #include "ash/root_window_controller.h"
13 #include "ash/shelf/shelf.h"
14 #include "ash/shelf/shelf_item_delegate_manager.h"
15 #include "ash/shelf/shelf_layout_manager.h"
16 #include "ash/shelf/shelf_model.h"
17 #include "ash/shel
[all...]
/external/chromium_org/ash/system/
H A Dtray_update.cc5 #include "ash/system/tray_update.h"
7 #include "ash/root_window_controller.h"
8 #include "ash/shelf/shelf_layout_manager.h"
9 #include "ash/shelf/shelf_widget.h"
10 #include "ash/shell.h"
11 #include "ash/system/status_area_widget.h"
12 #include "ash/system/tray/fixed_sized_image_view.h"
13 #include "ash/system/tray/system_tray.h"
14 #include "ash/system/tray/system_tray_delegate.h"
15 #include "ash/syste
98 namespace ash { namespace
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_system_use_24hour_clock_browsertest.cc5 #include "ash/shell.h"
6 #include "ash/system/date/date_default_view.h"
7 #include "ash/system/date/date_view.h"
8 #include "ash/system/user/login_status.h"
14 #include "chrome/browser/ui/ash/system_tray_delegate_chromeos.h"
53 ash::Shell::GetInstance()->system_tray_delegate());
58 const ash::TrayDate* tray_date = ash::Shell::GetInstance()
61 const ash::tray::TimeView* time_tray = tray_date->GetTimeTrayForTesting();
67 const ash
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame_ash.cc7 #include "ash/wm/window_properties.h"
8 #include "ash/wm/window_state.h"
9 #include "ash/wm/window_state_delegate.h"
10 #include "ash/wm/window_util.h"
26 class BrowserWindowStateDelegate : public ash::wm::WindowStateDelegate {
34 // Overridden from ash::wm::WindowStateDelegate.
35 virtual bool ToggleFullscreen(ash::wm::WindowState* window_state) OVERRIDE {
63 ash::wm::WindowState* window_state =
64 ash::wm::GetWindowState(GetNativeWindow());
66 scoped_ptr<ash
[all...]
/external/chromium_org/ash/frame/
H A Ddefault_header_painter_unittest.cc5 #include "ash/frame/default_header_painter.h"
7 #include "ash/frame/caption_buttons/frame_caption_button_container_view.h"
8 #include "ash/shell.h"
9 #include "ash/test/ash_test_base.h"
10 #include "ash/wm/window_state.h"
17 using ash::HeaderPainter;
21 namespace ash { namespace
23 class DefaultHeaderPainterTest : public ash::test::AshTestBase {
39 ash::FrameCaptionButtonContainerView container(w.get(),
40 ash
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_event_handler.cc5 #include "ash/wm/panels/panel_window_event_handler.h"
7 #include "ash/metrics/user_metrics_recorder.h"
8 #include "ash/shell.h"
9 #include "ash/wm/window_state.h"
15 namespace ash { namespace
31 ash::Shell::GetInstance()->metrics()->RecordUserMetricsAction(
32 ash::UMA_PANEL_MINIMIZE_CAPTION_CLICK);
46 ash::Shell::GetInstance()->metrics()->RecordUserMetricsAction(
47 ash::UMA_PANEL_MINIMIZE_CAPTION_GESTURE);
54 } // namespace 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/session/session_state_delegate.h"
12 #include "ash/shell.h"
13 #include "ash/shell_delegate.h"
14 #include "ash/system/tray/system_tray_notifier.h"
40 public ash::SessionStateObserver {
50 type_(ash::kDefaultMagnifierType),
72 virtual ash::MagnifierType GetMagnifierType() const OVERRIDE {
85 virtual void SetMagnifierType(ash
[all...]
H A Dtouch_exploration_controller_browsertest.cc7 #include "ash/accessibility_delegate.h"
8 #include "ash/ash_switches.h"
9 #include "ash/shell.h"
10 #include "ash/test/ash_test_base.h"
30 ash::switches::kAshEnableTouchExplorationMode);
34 ash::AccessibilityDelegate* ad =
35 ash::Shell::GetInstance()->accessibility_delegate();
37 ad->ToggleSpokenFeedback(ash::A11Y_NOTIFICATION_NONE);
58 aura::Window* root_window = ash::Shell::GetInstance()->GetPrimaryRootWindow();
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout.cc7 #include "ash/shell.h"
45 if (ash::Shell::HasInstance() &&
46 ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
47 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
77 if (!ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
78 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos.cc7 #include "ash/root_window_controller.h"
8 #include "ash/shell.h"
9 #include "ash/system/system_notifier.h"
10 #include "ash/wm/window_properties.h"
23 // when a notification is created, so ash::Shell should be initialized.
24 ash::Shell::GetInstance()->AddShellObserver(this);
39 if (ash::Shell::HasInstance())
40 ash::Shell::GetInstance()->RemoveShellObserver(this);
47 if (ash::system_notifier::ShouldAlwaysShowPopups(notifier_id))
68 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_session_state_delegate.h"
8 #include "ash/test/test_shell_delegate.h"
9 #include "ash/wm/window_state.h"
14 #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
15 #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h"
22 //#include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
29 class WallpaperPrivateApiUnittest : public ash::test::AshTestBase {
82 ash
[all...]
/external/chromium_org/ash/wm/
H A Dresize_shadow_and_cursor_unittest.cc5 #include "ash/ash_constants.h"
6 #include "ash/frame/custom_frame_view_ash.h"
7 #include "ash/shell.h"
8 #include "ash/test/ash_test_base.h"
9 #include "ash/test/cursor_manager_test_api.h"
10 #include "ash/wm/resize_shadow.h"
11 #include "ash/wm/resize_shadow_controller.h"
12 #include "ash/wm/window_state.h"
21 namespace ash { namespace
26 // views::WidgetDelegate which uses ash
[all...]
H A Ddefault_window_resizer.cc5 #include "ash/wm/default_window_resizer.h"
7 #include "ash/shell.h"
8 #include "ash/wm/window_state.h"
17 namespace ash { namespace
20 ash::Shell::GetInstance()->cursor_manager()->UnlockCursor();
56 ash::Shell::GetInstance()->cursor_manager()->LockCursor();
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.cc5 #include "chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h"
7 #include "ash/desktop_background/user_wallpaper_delegate.h"
8 #include "ash/root_window_controller.h"
9 #include "ash/shelf/shelf_layout_manager.h"
10 #include "ash/shell.h"
11 #include "ash/wm/mru_window_tracker.h"
12 #include "ash/wm/window_positioner.h"
13 #include "ash/wm/window_state.h"
15 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
16 #include "chrome/browser/ui/ash/multi_use
[all...]
/external/chromium_org/ash/accelerators/
H A Dnested_accelerator_delegate.cc5 #include "ash/accelerators/nested_accelerator_delegate.h"
7 #include "ash/accelerators/accelerator_controller.h"
8 #include "ash/shell.h"
16 namespace ash { namespace
61 ash::AcceleratorController* accelerator_controller =
62 ash::Shell::GetInstance()->accelerator_controller();
69 } // namespace ash
/external/chromium_org/ash/shell/
H A Dwindow_watcher.h10 #include "ash/shelf/shelf_item_types.h"
21 namespace ash { namespace
34 aura::Window* GetWindowByID(ash::ShelfID id);
49 typedef std::map<ash::ShelfID, aura::Window*> IDToWindow;
60 } // namespace ash
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlock_window_aura.cc7 #include "ash/shell.h"
8 #include "ash/shell_window_ids.h"
9 #include "ash/wm/window_animations.h"
51 // TODO(oshima): move the lock screen harness to ash.
53 ash::Shell::GetContainer(ash::Shell::GetPrimaryRootWindow(),
54 ash::kShellWindowId_LockScreenContainer);

Completed in 656 milliseconds

1234567891011>>