Searched refs:Shell (Results 76 - 100 of 572) sorted by relevance

1234567891011>>

/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc110 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).rotation();
114 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).
136 Shell::GetInstance()->magnification_controller();
137 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
140 Shell::GetInstance()->AddPreTargetHandler(&event_handler);
143 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
146 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
223 Shell::GetInstance()->RemovePreTargetHandler(&event_handler);
231 Shell::GetInstance()->AddPreTargetHandler(&event_handler);
235 gfx::Display display1 = Shell
[all...]
H A Ddisplay_controller_unittest.cc75 Shell::GetInstance()->display_controller()->AddObserver(this);
76 Shell::GetScreen()->AddObserver(this);
77 aura::client::GetFocusClient(Shell::GetPrimaryRootWindow())->
79 aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())->
84 Shell::GetInstance()->display_controller()->RemoveObserver(this);
85 Shell::GetScreen()->RemoveObserver(this);
86 aura::client::GetFocusClient(Shell::GetPrimaryRootWindow())->
88 aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())->
178 return Shell::GetScreen()->GetDisplayNearestWindow(
179 Shell
[all...]
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc102 if (!Shell::GetInstance()->accessibility_delegate()->
130 Shell::GetInstance()->window_cycle_controller()->HandleCycleWindow(
139 Shell::GetInstance()->window_cycle_controller()->HandleCycleWindow(
146 Shell::GetInstance()->window_selector_controller()->ToggleOverview();
151 Shell* shell = Shell::GetInstance();
171 if (ash::Shell::GetInstance()->magnification_controller()->IsEnabled()) {
174 ash::Shell::GetInstance()->magnification_controller()->GetScale();
181 ash::Shell::GetInstance()->magnification_controller()->
183 } else if (ash::Shell
[all...]
/external/chromium_org/ash/
H A Ddefault_user_wallpaper_delegate.cc33 ash::Shell::GetInstance()->desktop_background_controller()->
H A Ddip_unittest.cc38 aura::Window* root = Shell::GetPrimaryRootWindow();
40 Shell::GetScreen()->GetDisplayNearestWindow(root);
48 gfx::Screen* screen = Shell::GetScreen();
52 Shell::GetInstance()->display_manager()->GetDisplayInfo(display_2x.id());
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_delegate_unittest.cc38 ash::Shell* shell = ash::Shell::GetInstance();
47 EXPECT_EQ(Shell::GetPrimaryRootWindow(),
51 gfx::Rect work_area = Shell::GetScreen()->GetPrimaryDisplay().work_area();
/external/chromium_org/ash/system/tray/media_security/
H A Dmulti_profile_media_tray_item.cc34 Shell::GetInstance()->system_tray_notifier()->AddMediaCaptureObserver(this);
39 Shell::GetInstance()->system_tray_notifier()->RemoveMediaCaptureObserver(
45 MediaDelegate* media_delegate = Shell::GetInstance()->media_delegate();
47 Shell::GetInstance()->session_state_delegate();
/external/chromium_org/ash/system/web_notification/
H A Dash_popup_alignment_delegate_unittest.cc28 Shell::GetScreen(), Shell::GetScreen()->GetPrimaryDisplay());
51 Shell::GetScreen()->GetPrimaryDisplay().work_area();
82 Shell::GetInstance()->SetShelfAlignment(
84 Shell::GetPrimaryRootWindow());
91 Shell::GetInstance()->SetShelfAlignment(
93 Shell::GetPrimaryRootWindow());
100 Shell::GetInstance()->SetShelfAlignment(
102 Shell::GetPrimaryRootWindow());
113 Shell
[all...]
/external/chromium_org/ash/test/
H A Dapp_list_controller_test_api.cc18 AppListControllerTestApi::AppListControllerTestApi(Shell* shell)
H A Dtest_user_wallpaper_delegate.cc21 Shell::GetInstance()->desktop_background_controller()->SetWallpaperImage(
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_chromeos.cc46 ash::Shell::GetInstance()->accelerator_controller();
58 if (!ash::Shell::HasInstance())
60 ash::Shell::GetInstance()->accelerator_controller()->Unregister(accelerator,
68 ash::Shell::GetInstance()->accelerator_controller();
/external/chromium_org/chrome/browser/notifications/
H A Dlogin_state_notification_blocker_chromeos.cc23 // 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);
68 ash::Shell::GetInstance()->RemoveShellObserver(this);
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dchrome_browser_main_extra_parts_ash.cc80 ash::Shell::GetInstance()->CreateShelf();
81 ash::Shell::GetInstance()->ShowShelf();
103 if (!ash::Shell::HasInstance())
106 // Initialize TabScrubber after the Ash Shell has been initialized.
110 ash::Shell::GetPrimaryRootWindowController()->ActivateKeyboard(
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dnative_browser_frame_factory_aurawin.cc23 if (ash::Shell::HasInstance())
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_frontend.h22 class Shell;
38 Shell* frontend_shell() const { return frontend_shell_; }
41 ShellDevToolsFrontend(Shell* frontend_shell, DevToolsAgentHost* agent_host);
62 Shell* frontend_shell_;
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_factory.cc13 Shell* shell,
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc17 DCHECK(ash::Shell::HasInstance());
18 ash::Shell::GetInstance()->DismissAppList();
22 DCHECK(ash::Shell::HasInstance());
23 return ash::Shell::GetInstance()->GetAppListWindow();
28 ash::Shell::GetInstance()->GetAppListView();
59 ash::Shell::GetInstance()->GetAppListView();
66 ash::Shell::GetInstance()->GetAppListView();
/external/chromium_org/content/public/test/
H A Dcontent_browser_test.cc46 FILE_PATH_LITERAL("Content Shell.app/Contents/MacOS/Content Shell"));
88 "Frameworks/Content Shell Helper.app/Contents/MacOS/Content Shell Helper");
118 CHECK_EQ(Shell::windows().size(), 1u);
119 shell_ = Shell::windows()[0];
154 Shell::CloseAllWindows();
157 Shell* ContentBrowserTest::CreateBrowser() {
158 return Shell::CreateNewWindow(
166 Shell* ContentBrowserTes
[all...]
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
H A Dvirtual_keyboard_tray.cc37 // The Shell may not exist in some unit tests.
38 if (Shell::HasInstance()) {
39 Shell::GetInstance()->system_tray_notifier()->
45 // The Shell may not exist in some unit tests.
46 if (Shell::HasInstance()) {
47 Shell::GetInstance()->system_tray_notifier()->
107 SetVisible(Shell::GetInstance()->accessibility_delegate()->
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_mode_idle_app_name_notification.cc60 if (ash::Shell::HasInstance() &&
61 ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this)) {
62 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
101 if (!ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this)) {
102 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
/external/javasqlite/src/main/java/SQLite/
H A DShell.java12 * java SQLite.Shell [OPTIONS] database [SHELLCMD]
18 public class Shell implements Callback { class in inherits:Callback
40 public Shell(PrintWriter pw, PrintWriter err) { method in class:Shell
45 public Shell(PrintStream ps, PrintStream errs) { method in class:Shell
51 Shell s = new Shell(this.pw, this.err);
160 tableName = Shell.sql_quote_dbl(str);
162 tableName = Shell.sql_quote(str);
178 case Shell.MODE_Line:
190 case Shell
[all...]
/external/chromium_org/content/browser/
H A Ddatabase_browsertest.cc25 void RunScriptAndCheckResult(Shell* shell,
36 void Navigate(Shell* shell) {
40 void CreateTable(Shell* shell) {
44 void InsertRecord(Shell* shell, const std::string& data) {
48 void UpdateRecord(Shell* shell, int index, const std::string& data) {
55 void DeleteRecord(Shell* shell, int index) {
60 void CompareRecords(Shell* shell, const std::string& expected) {
64 bool HasTable(Shell* shell) {
183 Shell* otr = CreateOffTheRecordBrowser();
194 Shell* ot
[all...]
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager.cc23 Shell::GetInstance()->GetAllRootWindows();
28 Shell::GetInstance()->display_controller()->
35 Shell::GetInstance()->GetAllRootWindows();
40 Shell::GetInstance()->display_controller()->cursor_window_controller()->
47 Shell::GetInstance()->GetAllRootWindows();
69 Shell::GetInstance()->cursor_manager();
79 const float original_scale = Shell::GetInstance()->display_manager()->
92 Shell::GetInstance()->display_controller()->cursor_window_controller()->
130 Shell::GetInstance()->display_controller()->cursor_window_controller()->
/external/chromium_org/v8/src/
H A Dd8-debug.cc38 Shell::ReportException(isolate, &try_catch);
44 Shell::DebugMessageDetails(isolate, Handle<String>::Cast(event_json));
46 Shell::ReportException(isolate, &try_catch);
64 Shell::ReportException(isolate, &try_catch);
82 Handle<Value> request = Shell::DebugCommandToJSONRequest(
85 Shell::ReportException(isolate, &try_catch);
109 Shell::ReportException(isolate, &try_catch);
116 Shell::DebugMessageDetails(isolate, response);
118 Shell::ReportException(isolate, &try_catch);
/external/chromium_org/ash/shell/
H A Dlock_view.cc21 using ash::Shell;
69 Shell::GetInstance()->session_state_delegate()->UnlockScreen();
92 gfx::Size root_window_size = Shell::GetPrimaryRootWindow()->bounds().size();
97 params.parent = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
106 Shell::GetInstance()->tooltip_controller()->UpdateTooltip(

Completed in 3387 milliseconds

1234567891011>>