/external/chromium_org/ash/wm/ |
partial_screenshot_view.cc | 11 #include "ash/shell.h" 33 Shell::GetInstance()->overlay_filter()->Activate(this); 46 Shell::GetInstance()->mouse_cursor_filter(); 73 Shell::GetInstance()->overlay_filter()->Deactivate(); 87 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 88 for (Shell::RootWindowList::iterator it = root_windows.begin(); 119 params.parent = Shell::GetContainer( 198 Shell::GetInstance()->mouse_cursor_filter();
|
power_button_controller.cc | 9 #include "ash/shell.h" 50 Shell::GetInstance()->session_state_delegate(); 90 Shell::GetInstance()->session_state_delegate();
|
session_state_controller_impl.cc | 9 #include "ash/shell.h" 36 Shell::GetPrimaryRootWindow()->AddRootWindowObserver(this); 40 Shell::GetPrimaryRootWindow()->RemoveRootWindowObserver(this); 54 Shell* shell = ash::Shell::GetInstance(); local 55 shell->env_filter()->set_cursor_hidden_by_filter(false); 56 shell->cursor_manager()->HideCursor(); 223 Shell* shell = ash::Shell::GetInstance() local [all...] |
stacking_controller_unittest.cc | 5 #include "ash/shell.h" 43 aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(),
|
system_modal_container_layout_manager_unittest.cc | 9 #include "ash/shell.h" 30 return Shell::GetPrimaryRootWindowController()->GetContainer( 36 Shell::GetContainersFromAllRootWindows(container_id, NULL); 188 aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), parent.get()); 203 aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), t1); 227 aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), 228 Shell::GetPrimaryRootWindow()); 243 aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), t1.get()); 276 aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), parent.get()); 290 aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), unrelated.get()) [all...] |
window_selector_unittest.cc | 7 #include "ash/shell.h" 98 std::vector<aura::Window*> windows = ash::Shell::GetInstance()-> 104 ash::Shell::GetInstance()->window_selector_controller()->ToggleOverview(); 112 std::vector<aura::Window*> windows = ash::Shell::GetInstance()-> 117 ash::Shell::GetInstance()->window_selector_controller()-> 122 ash::Shell::GetInstance()->window_selector_controller()-> 128 ash::Shell::GetInstance()->window_selector_controller()->AltKeyReleased(); 150 return ash::Shell::GetInstance()->window_selector_controller()-> 222 Shell::RootWindowList root_windows = Shell::GetAllRootWindows() [all...] |
/external/chromium_org/chrome/browser/extensions/api/input/ |
input.cc | 15 #include "ash/shell.h" 35 return keyboard::InsertText(text, ash::Shell::GetPrimaryRootWindow()); 51 ash::Shell::GetPrimaryRootWindow());
|
/external/chromium_org/content/shell/android/ |
shell_manager.cc | 5 #include "content/shell/android/shell_manager.h" 13 #include "content/shell/shell.h" 14 #include "content/shell/shell_browser_context.h" 15 #include "content/shell/shell_content_browser_client.h" 34 jobject CreateShellView(Shell* shell) { 60 Shell::CreateNewWindow(browserContext,
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
StringsDialog.java | 16 import org.eclipse.swt.widgets.Shell; 37 public StringsDialog(Shell parentShell,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
StringXmlPropertyDialog.java | 22 import org.eclipse.swt.widgets.Shell; 27 StringXmlPropertyDialog(Shell parentShell, Property property) throws Exception {
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller.cc | 14 #include "ash/shell.h" 53 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 54 for (Shell::RootWindowList::iterator iter = root_windows.begin(); 228 ash::Shell::GetInstance()->user_wallpaper_delegate()-> 315 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 316 for (Shell::RootWindowList::iterator iter = root_windows.begin(); 389 Shell::GetContainer(root_window,container_id)-> 424 Shell::RootWindowList root_windows = Shell::GetAllRootWindows() [all...] |
/external/chromium_org/ash/wm/workspace/ |
workspace_layout_manager_unittest.cc | 11 #include "ash/shell.h" 72 EXPECT_EQ(Shell::GetAllRootWindows()[1], window->GetRootWindow()); 84 EXPECT_EQ(Shell::GetPrimaryRootWindow(), window->GetRootWindow()); 86 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())); 99 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())); 106 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())); 110 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())); 121 Shell::GetPrimaryRootWindow()->bounds().Intersects(window->bounds())); 130 Shell::RootWindowList root_windows = Shell::GetAllRootWindows() [all...] |
/external/chromium_org/ash/magnifier/ |
partial_magnification_controller.cc | 7 #include "ash/shell.h" 44 Shell::GetInstance()->AddPreTargetHandler(this); 50 Shell::GetInstance()->RemovePreTargetHandler(this); 200 Shell::RootWindowList root_windows = Shell::GetAllRootWindows(); 201 for (Shell::RootWindowList::const_iterator iter = root_windows.begin();
|
/external/chromium_org/ash/ |
screen_ash.cc | 12 #include "ash/shell.h" 26 return Shell::GetInstance()->display_manager(); 30 return Shell::GetInstance()->display_controller(); 57 Shell::GetScreen()->GetDisplayNearestWindow(window).bounds()); 64 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area()); 122 const gfx::Point point = Shell::GetScreen()->GetCursorScreenPoint();
|
root_window_controller.cc | 20 #include "ash/shell.h" 113 aura::Window* src_container = Shell::GetContainer(src, id); 114 aura::Window* dst_container = Shell::GetContainer(dst, id); 239 return GetRootWindowController(Shell::GetActiveRootWindow()); 255 Shell::GetInstance()->RemoveShellObserver(this); 266 if (Shell::GetActiveRootWindow() == root_window_) { 267 Shell::GetInstance()->set_active_root_window( 268 Shell::GetPrimaryRootWindow() == root_window_.get() ? 269 NULL : Shell::GetPrimaryRootWindow()); 296 int modal_window_id = Shell::GetInstance()->session_state_delegate( [all...] |
/external/chromium_org/ash/system/date/ |
tray_date.cc | 8 #include "ash/shell.h" 93 if (ash::Shell::GetInstance()->session_state_delegate()->CanLockScreen()) { 112 ash::Shell* shell = ash::Shell::GetInstance(); variable 113 ash::ShellDelegate* shell_delegate = shell->delegate(); 114 ash::SystemTrayDelegate* tray_delegate = shell->system_tray_delegate(); 144 Shell::GetInstance()->system_tray_notifier()->AddClockObserver(this); 148 Shell::GetInstance()->system_tray_notifier()->RemoveClockObserver(this);
|
/external/chromium_org/ash/system/ |
tray_caps_lock.cc | 8 #include "ash/shell.h" 97 Shell::GetInstance()->caps_lock_delegate()->ToggleCapsLock(); 113 Shell::GetInstance()->caps_lock_delegate()->IsCapsLockEnabled()), 115 Shell::GetInstance()->system_tray_notifier()->AddCapsLockObserver(this); 119 Shell::GetInstance()->system_tray_notifier()->RemoveCapsLockObserver(this); 123 return Shell::GetInstance()->caps_lock_delegate()->IsCapsLockEnabled();
|
tray_accessibility.cc | 7 #include "ash/shell.h" 43 ShellDelegate* shell_delegate = Shell::GetInstance()->delegate(); 57 return Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus(); 135 ShellDelegate* shell_delegate = Shell::GetInstance()->delegate(); 213 ShellDelegate* shell_delegate = Shell::GetInstance()->delegate(); 231 Shell::GetInstance()->system_tray_delegate(); 253 DCHECK(Shell::GetInstance()->delegate()); 255 Shell::GetInstance()->system_tray_notifier()->AddAccessibilityObserver(this); 259 Shell::GetInstance()->system_tray_notifier()-> 287 ShellDelegate* delegate = Shell::GetInstance()->delegate() [all...] |
/external/chromium_org/ash/display/ |
display_manager_unittest.cc | 10 #include "ash/shell.h" 52 Shell::GetScreen()->AddObserver(this); 53 Shell::GetPrimaryRootWindow()->AddObserver(this); 56 Shell::GetPrimaryRootWindow()->RemoveObserver(this); 57 Shell::GetScreen()->RemoveObserver(this); 62 return Shell::GetInstance()->display_manager(); 100 return Shell::GetInstance()->display_manager()->mirrored_display(); 116 ASSERT_EQ(Shell::GetPrimaryRootWindow(), window); 346 ash::Shell::GetInstance()->display_controller()->SetPrimaryDisplay( 354 GetDisplayInfo(Shell::GetScreen()->GetPrimaryDisplay()) [all...] |
/external/chromium_org/ash/system/bluetooth/ |
tray_bluetooth.cc | 7 #include "ash/shell.h" 80 ash::Shell::GetInstance()->system_tray_delegate(); 138 ash::Shell::GetInstance()->system_tray_delegate(); 152 ash::Shell::GetInstance()->system_tray_delegate(); 167 Shell::GetInstance()->system_tray_delegate()-> 209 ash::Shell::GetInstance()->system_tray_delegate(); 227 !ash::Shell::GetInstance()->system_tray_delegate()-> 238 ash::Shell::GetInstance()->system_tray_delegate(); 307 ash::Shell::GetInstance()->system_tray_delegate(); 354 ash::Shell::GetInstance()->system_tray_delegate() [all...] |
/external/chromium_org/ash/system/chromeos/ |
tray_display_unittest.cc | 10 #include "ash/shell.h" 49 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 56 Shell::GetInstance()->display_manager()->GetDisplayNameForId( 61 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 84 // Weak reference, owned by Shell. 101 tray_ = Shell::GetPrimaryRootWindowController()->GetSystemTray(); 151 Shell::GetInstance()->display_manager()->SetSoftwareMirroring(true); 164 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 198 DisplayManager* display_manager = Shell::GetInstance()->display_manager(); 237 DisplayManager* display_manager = Shell::GetInstance()->display_manager() [all...] |
/external/chromium_org/ash/launcher/ |
launcher_tooltip_manager_unittest.cc | 10 #include "ash/shell.h" 44 Shell::GetPrimaryRootWindowController(); 95 params.parent = Shell::GetContainer( 96 Shell::GetPrimaryRootWindow(), 133 Shell::GetPrimaryRootWindowController()-> 159 Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager(); 182 aura::RootWindow* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); 224 aura::RootWindow* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
|
/external/chromium_org/ash/system/user/ |
tray_user_unittest.cc | 9 #include "ash/shell.h" 67 shelf_ = Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager(); 68 tray_ = Shell::GetPrimaryRootWindowController()->GetSystemTray(); 70 ash::Shell::GetInstance()->session_state_delegate()); 84 ash::Shell::GetInstance()->delegate()); 125 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 154 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 222 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
|
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ |
ContentShellActivity.java | 29 import org.chromium.content_shell.Shell; 35 * Activity for managing the Content Shell. 39 public static final String COMMAND_LINE_FILE = "/data/local/tmp/content-shell-command-line"; 94 mShellManager.setStartupUrl(Shell.sanitizeUrl(startupUrl)); 140 Shell activeShell = getActiveShell(); 160 Shell activeView = getActiveShell(); 185 Shell activeView = getActiveShell(); 253 * @return The currently visible {@link Shell} or null if one is not showing. 255 public Shell getActiveShell() { 260 * @return The {@link ContentView} owned by the currently visible {@link Shell} or null if on 264 Shell shell = getActiveShell(); local [all...] |
/external/chromium_org/ash/accelerators/ |
accelerator_dispatcher.cc | 17 #include "ash/shell.h" 94 ash::Shell::GetInstance()->event_rewriter_filter(); 114 ash::Shell::GetInstance()->accelerator_controller(); 122 Shell::GetInstance()->accelerator_controller()->context()->
|