Searched refs:shell (Results 51 - 75 of 765) sorted by path

1234567891011>>

/external/chromium_org/ash/shell/
H A Dtoplevel_window.cc5 #include "ash/shell/toplevel_window.h"
8 #include "ash/shell.h"
18 namespace shell { namespace in namespace:ash
115 } // namespace shell
H A Dtoplevel_window.h11 namespace shell { namespace in namespace:ash
54 } // namespace shell
H A Dwidgets.cc5 #include "ash/shell.h"
135 namespace shell { namespace in namespace:ash
146 } // namespace shell
H A Dwindow_type_launcher.cc5 #include "ash/shell/window_type_launcher.h"
11 #include "ash/shell.h"
12 #include "ash/shell/example_factory.h"
13 #include "ash/shell/panel_window.h"
14 #include "ash/shell/toplevel_window.h"
42 namespace shell { namespace in namespace:ash
404 } // namespace shell
H A Dwindow_type_launcher.h19 namespace shell { namespace in namespace:ash
82 } // namespace shell
H A Dwindow_watcher.cc5 #include "ash/shell/window_watcher.h"
13 #include "ash/shell.h"
14 #include "ash/shell/window_watcher_shelf_item_delegate.h"
21 namespace shell { namespace in namespace:ash
154 } // namespace shell
H A Dwindow_watcher.h22 namespace shell { namespace in namespace:ash
59 } // namespace shell
H A Dwindow_watcher_shelf_item_delegate.cc5 #include "ash/shell/window_watcher_shelf_item_delegate.h"
7 #include "ash/shell/window_watcher.h"
12 namespace shell { namespace in namespace:ash
59 } // namespace shell
H A Dwindow_watcher_shelf_item_delegate.h14 namespace shell { namespace in namespace:ash
40 } // namespace 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"
20 // This test verifies that shell can be torn down without causing failures
24 scoped_ptr<ash::shell::WindowWatcher> window_watcher;
27 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl;
37 window_watcher.reset(new ash::shell::WindowWatcher);
/external/chromium_org/ash/
H A Dshell_unittest.cc5 #include "ash/shell.h"
467 Shell* shell = Shell::GetInstance(); local
469 shell->SetShelfAutoHideBehavior(ash::SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS,
472 shell->GetShelfAutoHideBehavior(root_window));
473 shell->SetShelfAutoHideBehavior(ash::SHELF_AUTO_HIDE_BEHAVIOR_NEVER,
476 shell->GetShelfAutoHideBehavior(root_window));
479 shell->GetShelfAutoHideBehavior(root_window));
480 shell->SetShelfAutoHideBehavior(ash::SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS,
483 shell->GetShelfAutoHideBehavior(root_window));
484 shell
493 Shell* shell = Shell::GetInstance(); local
[all...]
/external/chromium_org/ash/system/chromeos/power/
H A Dpower_event_observer.cc8 #include "ash/shell.h"
39 Shell* shell = Shell::GetInstance(); local
40 SessionStateDelegate* delegate = shell->session_state_delegate();
53 shell->user_activity_detector()->OnDisplayPowerChanging();
54 shell->display_configurator()->SuspendDisplays();
/external/chromium_org/ash/system/date/
H A Ddate_default_view.cc9 #include "ash/shell.h"
108 ash::Shell* shell = ash::Shell::GetInstance(); local
109 ash::SystemTrayDelegate* tray_delegate = shell->system_tray_delegate();
111 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_HELP);
114 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_SHUT_DOWN);
117 shell->metrics()->RecordUserMetricsAction(ash::UMA_TRAY_LOCK_SCREEN);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc10 #include "ash/shell.h"
156 ash::Shell* shell = ash::Shell::GetInstance(); local
158 shell->session_state_delegate()->GetMaximumNumberOfLoggedInUsers();
/external/chromium_org/ash/system/user/
H A Dtray_user.cc284 Shell* shell = Shell::GetInstance(); local
286 if (!shell->delegate()->IsMultiProfilesEnabled())
290 return shell->session_state_delegate()->GetMaximumNumberOfLoggedInUsers() -
H A Duser_card_view.cc11 #include "ash/shell.h"
84 Shell* shell = Shell::GetInstance(); variable
86 shell->session_state_delegate()->GetBrowserContextByIndex(index_);
/external/chromium_org/ash/test/
H A Dapp_list_controller_test_api.cc18 AppListControllerTestApi::AppListControllerTestApi(Shell* shell) argument
19 : app_list_controller_(ShellTestApi(shell).app_list_controller()) {}
H A Dapp_list_controller_test_api.h24 explicit AppListControllerTestApi(Shell* shell);
H A Dash_test_base.cc12 #include "ash/shell.h"
13 #include "ash/shell/toplevel_window.h"
115 shell::ToplevelWindow::ClearSavedStateForTest();
H A Dash_test_helper.cc9 #include "ash/shell.h"
98 Shell* shell = Shell::GetInstance(); local
106 test::DisplayManagerTestApi(shell->display_manager()).
108 ShellTestApi(shell).DisableDisplayConfiguratorAnimation();
111 shell->accelerator_controller()->SetScreenshotDelegate(
116 // Tear down the shell.
H A Dshell_test_api.cc10 #include "ash/shell.h"
20 ShellTestApi::ShellTestApi(Shell* shell) : shell_(shell) {} argument
H A Dshell_test_api.h33 explicit ShellTestApi(Shell* shell);
H A Dtest_shell_delegate.cc14 #include "ash/shell.h"
15 #include "ash/shell/keyboard_controller_proxy_stub.h"
200 Shell* shell = Shell::GetInstance(); local
201 static_cast<MediaDelegateImpl*>(shell->media_delegate())
203 shell->system_tray_notifier()->NotifyMediaCaptureChanged();
/external/chromium_org/ash/wm/
H A Dapp_list_controller_unittest.cc5 #include "ash/shell.h"
84 Shell* shell = Shell::GetInstance(); local
85 shell->ShowAppList(NULL);
87 aura::Window* app_window = shell->GetAppListWindow();
89 ui::test::EventGenerator generator(shell->GetPrimaryRootWindow(), app_window);
92 EXPECT_TRUE(shell->GetAppListTargetVisibility());
99 EXPECT_TRUE(shell->GetPrimaryRootWindow()->bounds().Contains(point_outside));
102 EXPECT_FALSE(shell->GetAppListTargetVisibility());
107 Shell* shell = Shell::GetInstance(); local
108 shell
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_resizer_unittest.cc15 #include "ash/shell.h"
375 ash::Shell* shell = ash::Shell::GetInstance(); local
376 shell->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
377 shell->GetPrimaryRootWindow());
384 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
385 shell->GetPrimaryRootWindow());
392 shell->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
393 shell->GetPrimaryRootWindow());
610 ash::Shell* shell = ash::Shell::GetInstance(); local
611 shell
[all...]

Completed in 1607 milliseconds

1234567891011>>