Searched refs:Shell (Results 26 - 50 of 572) sorted by relevance

1234567891011>>

/external/chromium_org/content/shell/android/
H A Dshell_manager.h13 class Shell;
25 jobject CreateShellView(Shell* shell);
H A Dshell_jni_registrar.cc15 { "Shell", content::Shell::Register },
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_controller.cc31 return Shell::GetInstance()->session_state_delegate()->
33 !Shell::GetInstance()->session_state_delegate()->IsScreenLocked() &&
34 !Shell::GetInstance()->IsSystemModalWindowOpen() &&
35 Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus() !=
47 std::vector<aura::Window*> windows = ash::Shell::GetInstance()->
/external/chromium_org/chrome/browser/chromeos/
H A Didle_detector.cc19 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/ash/wm/
H A Dapp_list_controller_unittest.cc58 Shell::GetInstance()->ShowAppList(NULL);
59 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
64 EXPECT_FALSE(Shell::GetInstance()->GetAppListTargetVisibility());
70 Shell::GetInstance()->ShowAppList(NULL);
71 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
73 aura::Window* applist_container = Shell::GetContainer(
74 Shell::GetPrimaryRootWindow(), kShellWindowId_AppListContainer);
79 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
84 Shell* shell = Shell
[all...]
H A Dwindow_cycle_controller.cc34 Shell::GetInstance()->AddPreTargetHandler(this);
38 Shell::GetInstance()->RemovePreTargetHandler(this);
45 Shell::GetInstance()->window_cycle_controller()->StopCycling();
65 return !Shell::GetInstance()->session_state_delegate()->IsScreenLocked() &&
66 !Shell::GetInstance()->IsSystemModalWindowOpen();
80 window_cycle_list_.reset(new WindowCycleList(ash::Shell::GetInstance()->
84 Shell::GetInstance()->metrics()->RecordUserMetricsAction(UMA_WINDOW_CYCLE);
H A Doverlay_event_filter_unittest.cc23 Shell::GetInstance()->overlay_filter()->Activate(&d1);
27 Shell::GetInstance()->overlay_filter()->Activate(&d2);
31 Shell::GetInstance()->overlay_filter()->Cancel();
H A Devent_client_impl.cc25 !Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked()) {
29 const aura::Window* lock_screen_containers = Shell::GetContainer(
32 const aura::Window* lock_background_containers = Shell::GetContainer(
35 const aura::Window* lock_screen_related_containers = Shell::GetContainer(
45 const aura::Window* virtual_keyboard_container = Shell::GetContainer(
55 return Shell::GetInstance();
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.cc25 params.bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
28 params.parent = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
39 Shell::GetInstance()->overlay_filter()->Activate(this);
43 Shell::GetInstance()->overlay_filter()->Deactivate(this);
54 Shell::GetInstance()->ShowAppList(NULL);
58 Shell::GetInstance()->DismissAppList();
73 app_list::AppListView* view = Shell::GetInstance()->GetAppListView();
90 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
95 SystemTray* tray = Shell
[all...]
/external/chromium_org/ash/
H A Dash_touch_exploration_manager_chromeos.cc24 Shell::GetInstance()->system_tray_notifier()->AddAccessibilityObserver(this);
30 Shell::GetInstance()->system_tray_notifier();
54 Shell::GetInstance()->accessibility_delegate();
69 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
74 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
79 Shell::GetInstance()->accessibility_delegate()->PlayEarcon(
85 Shell::GetInstance()->accessibility_delegate();
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_button_observer.cc27 if (!ash::Shell::GetInstance()->system_tray_delegate())
29 return ash::Shell::GetInstance()->system_tray_delegate()->
36 ash::Shell::GetInstance()->lock_state_controller()->
57 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());
61 ash::Shell::GetInstance()->OnLockStateChanged(locked);
74 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());
78 ash::Shell::GetInstance()->OnAppTerminating();
82 ash::Shell::GetInstance()->OnLockStateChanged(locked);
92 ash::Shell::GetInstance()->power_button_controller()->
/external/chromium_org/ash/high_contrast/
H A Dhigh_contrast_controller.cc15 Shell::GetInstance()->AddShellObserver(this);
19 Shell::GetInstance()->RemoveShellObserver(this);
26 aura::Window::Windows root_window_list = Shell::GetAllRootWindows();
/external/chromium_org/ash/system/chromeos/rotation/
H A Dtray_rotation_lock.cc47 SetVisible(Shell::GetInstance()->maximize_mode_controller()->
49 Shell::GetInstance()->AddShellObserver(this);
53 Shell::GetInstance()->RemoveShellObserver(this);
57 MaximizeModeController* maximize_mode_controller = Shell::GetInstance()->
77 if (Shell::GetInstance()->maximize_mode_controller()->rotation_locked()) {
98 gfx::Display parent_display = Shell::GetScreen()->
104 Shell::GetInstance()->AddShellObserver(this);
109 Shell::GetInstance()->RemoveShellObserver(this);
124 Shell::GetInstance()->maximize_mode_controller()->rotation_locked());
125 Shell
[all...]
H A Dtray_rotation_lock_unittest.cc107 Shell::GetInstance()->maximize_mode_controller()->
111 Shell::GetInstance()->maximize_mode_controller()->
119 Shell::GetInstance()->maximize_mode_controller()->
121 Shell::GetInstance()-> maximize_mode_controller()->SetRotationLocked(true);
124 Shell::GetInstance()->maximize_mode_controller()->
133 Shell::GetInstance()->maximize_mode_controller()->
135 Shell::GetInstance()->maximize_mode_controller()->SetRotationLocked(true);
137 Shell::GetInstance()->maximize_mode_controller()->
152 Shell::GetInstance()->maximize_mode_controller()->
155 Shell
[all...]
/external/chromium_org/ash/system/chromeos/
H A Dsystem_clock_observer.cc28 Shell::GetInstance()->system_tray_notifier()->NotifySystemClockTimeUpdated();
33 Shell::GetInstance()->system_tray_notifier()
38 Shell::GetInstance()->system_tray_notifier()->NotifyRefreshClock();
H A Dkeyboard_brightness_controller.cc18 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
30 Shell::GetInstance()->metrics()->RecordUserMetricsAction(
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dtouch_view_controller_delegate.cc13 ash::Shell::GetInstance()->AddShellObserver(this);
17 ash::Shell::GetInstance()->RemoveShellObserver(this);
29 return ash::Shell::GetInstance()->maximize_mode_controller()->
/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc18 Shell::GetInstance()->shelf_model()->Add(app_list);
27 Shell::GetInstance()->ToggleAppList(NULL);
32 ShelfModel* model = Shell::GetInstance()->shelf_model();
41 return Shell::GetInstance()->delegate()->CreateContextMenu(root_window,
H A Dshelf_alignment_menu.cc56 Shell::GetInstance()->metrics()->
58 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
62 Shell::GetInstance()->metrics()->
64 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
68 Shell::GetInstance()->metrics()->
70 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
/external/chromium_org/ash/system/chromeos/enterprise/
H A Dtray_enterprise.cc21 Shell::GetInstance()->system_tray_notifier()->
26 Shell::GetInstance()->system_tray_notifier()->
31 base::string16 message = Shell::GetInstance()->system_tray_delegate()->
57 Shell::GetInstance()->system_tray_delegate()->ShowEnterpriseInfo();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands_chromeos.cc19 ash::ScreenshotDelegate* screenshot_delegate = ash::Shell::GetInstance()->
/external/chromium_org/ash/audio/
H A Dsounds.cc25 Shell* shell = Shell::GetInstance();
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness_unittest.cc49 Shell::GetInstance()->maximize_mode_controller()->
53 Shell::GetInstance()->maximize_mode_controller()->
61 Shell::GetInstance()->maximize_mode_controller()->
64 Shell::GetInstance()->maximize_mode_controller()->
80 Shell::GetInstance()->maximize_mode_controller()->
84 Shell::GetInstance()->maximize_mode_controller()->
92 Shell::GetInstance()->maximize_mode_controller()->
95 Shell::GetInstance()->maximize_mode_controller()->
/external/chromium_org/ash/test/
H A Dapp_list_controller_test_api.h17 class Shell;
24 explicit AppListControllerTestApi(Shell* shell);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dscreen_capture_notification_ui_chromeos.cc20 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStop();
25 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStart(

Completed in 4638 milliseconds

1234567891011>>