HomeSort by relevance Sort by last modified time
    Searched refs:Shell (Results 151 - 175 of 537) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 7 #include "ash/shell.h"
80 params.context = Shell::GetPrimaryRootWindow();
136 Shell::RootWindowList root_windows =
137 Shell::GetInstance()->GetAllRootWindows();
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.cc 9 #include "ash/shell.h"
79 params.context = Shell::GetPrimaryRootWindow();
86 const gfx::Rect& rect = Shell::GetScreen()->GetDisplayNearestWindow(
119 gfx::Rect rect = ash::Shell::GetScreen()->GetDisplayNearestWindow(
keyboard_overlay_view.cc 8 #include "ash/shell.h"
46 Shell::GetInstance()->overlay_filter()->Deactivate();
79 Shell::GetInstance()->overlay_filter()->Activate(view);
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 7 #include "ash/shell.h"
127 Shell::GetInstance()->delegate()->GetCurrentBrowserContext();
146 aura::RootWindow* root_window = ash::Shell::GetPrimaryRootWindow();
148 Shell::GetScreen()->GetDisplayNearestWindow(root_window).bounds();
  /external/chromium_org/ash/wm/
ash_activation_controller_unittest.cc 41 if (Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled() !=
43 Shell::GetInstance()->delegate()->ToggleSpokenFeedback(
88 GetRootWindowController(Shell::GetActiveRootWindow())->CloseChildWindows();
base_layout_manager_unittest.cc 10 #include "ash/shell.h"
38 aura::Window* default_container = Shell::GetContainer(
39 Shell::GetPrimaryRootWindow(),
42 Shell::GetPrimaryRootWindow()));
153 EXPECT_EQ(Shell::GetScreen()->GetDisplayNearestWindow(
166 EXPECT_EQ(Shell::GetScreen()->GetDisplayNearestWindow(
171 EXPECT_EQ(Shell::GetScreen()->GetDisplayNearestWindow(
188 gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow(
196 work_area = Shell::GetScreen()->GetDisplayNearestWindow(
203 work_area = Shell::GetScreen()->GetDisplayNearestWindow
    [all...]
ash_focus_rules.cc 7 #include "ash/shell.h"
93 if (Shell::GetInstance()->IsSystemModalWindowOpen()) {
110 root = Shell::GetActiveRootWindow();
113 aura::Window* container = Shell::GetContainer(root, kWindowContainerIds[i]);
141 aura::Window::Windows containers = Shell::GetContainersFromAllRootWindows(
app_list_controller.cc 11 #include "ash/shell.h"
58 DCHECK(Shell::HasInstance());
69 DCHECK(Shell::HasInstance());
70 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment(
95 DCHECK(Shell::HasInstance());
96 ShelfAlignment shelf_alignment = Shell::GetInstance()->GetShelfAlignment(
139 Shell::GetInstance()->AddShellObserver(this);
149 Shell::GetInstance()->RemoveShellObserver(this);
161 Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager()->
170 Shell::GetInstance()->delegate()->CreateAppListViewDelegate())
    [all...]
  /external/chromium_org/content/shell/
shell_browser_main_parts.cc 5 #include "content/shell/shell_browser_main_parts.h"
19 #include "content/shell/common/shell_switches.h"
20 #include "content/shell/shell.h"
21 #include "content/shell/shell_browser_context.h"
22 #include "content/shell/shell_devtools_delegate.h"
23 #include "content/shell/shell_net_log.h"
33 #include "content/shell/shell_plugin_service_filter.h"
122 Shell::Initialize();
128 Shell::CreateNewWindow(browser_context_.get()
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 19 import org.eclipse.swt.widgets.Shell;
54 public StringPropertyDialog(Shell parentShell, Property property) throws Exception {
120 // Shell
124 protected void configureShell(Shell newShell) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 19 import org.eclipse.swt.widgets.Shell;
41 public TextDialog(Shell parentShell,
108 protected void configureShell(Shell newShell) {
ResizableDialog.java 20 import org.eclipse.swt.widgets.Shell;
31 * Key for accessing {@link Dialog} from its {@link Shell}.
55 public ResizableDialog(Shell parentShell, AbstractUIPlugin plugin) {
101 Shell windowShell = m_plugin.getWorkbench().getActiveWorkbenchWindow().getShell();
213 // Shell
217 protected void configureShell(Shell newShell) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
InputDensityDialog.java 30 import org.eclipse.swt.widgets.Shell;
43 InputDensityDialog(Shell parentShell) {
110 protected void configureShell(Shell shell) {
111 super.configureShell(shell);
112 shell.setText("Choose Density");
  /external/chromium_org/ash/display/
display_controller.cc 19 #include "ash/shell.h"
63 // accessed after Shell is deleted. A separate display instance is created
69 // ash::Shell:: is deleted.
83 return Shell::GetInstance()->display_manager();
153 aura::RootWindow* root = Shell::GetPrimaryRootWindow();
247 Shell::GetScreen()->AddObserver(this);
248 Shell::GetInstance()->display_manager()->set_delegate(this);
254 Shell::GetInstance()->display_manager()->set_delegate(NULL);
263 Shell::GetScreen()->RemoveObserver(this);
304 Shell::GetInstance()->InitRootWindowForSecondaryDisplay(root)
460 Shell* shell = Shell::GetInstance(); local
    [all...]
  /external/chromium_org/ash/system/brightness/
tray_brightness.cc 9 #include "ash/shell.h"
93 AcceleratorController* ac = Shell::GetInstance()->accelerator_controller();
140 Shell::GetInstance()->system_tray_notifier()->AddBrightnessObserver(this);
144 Shell::GetInstance()->system_tray_notifier()->RemoveBrightnessObserver(this);
149 Shell::GetInstance()->accelerator_controller()->
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 7 #include "ash/shell.h"
112 ash::Shell::GetInstance()->system_tray_notifier()->
131 Shell::GetInstance()->system_tray_delegate()->ConfigureNetwork(
134 ash::Shell::GetInstance()->system_tray_notifier()->
175 ash::Shell::GetInstance()->system_tray_notifier()->NotifySetNetworkMessage(
  /external/chromium_org/ash/test/
shell_test_api.cc 8 #include "ash/shell.h"
18 ShellTestApi::ShellTestApi(Shell* shell) : shell_(shell) {}
ui_controls_factory_ash.cc 5 #include "ash/shell.h"
89 window ? window->GetRootWindow() : ash::Shell::GetActiveRootWindow();
112 gfx::Point p(ash::Shell::GetScreen()->GetCursorScreenPoint());
126 gfx::Point p(ash::Shell::GetScreen()->GetCursorScreenPoint());
134 ash::Shell::GetActiveRootWindow());
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout_unittest.cc 7 #include "ash/shell.h"
48 return ash::Shell::GetInstance()->user_activity_detector()->HasObserver(
  /external/chromium_org/chrome/browser/chromeos/login/
login_browsertest.cc 5 #include "ash/shell.h"
171 EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible());
185 EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible());
194 EXPECT_FALSE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible());
198 EXPECT_TRUE(ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible());
  /external/chromium_org/chrome/browser/ui/ash/
user_wallpaper_delegate_win.cc 8 #include "ash/shell.h"
47 ash::Shell::GetInstance()->desktop_background_controller()->
  /external/chromium_org/chrome/test/base/
chrome_render_view_host_test_harness.cc 13 #include "ash/shell.h"
61 ash::Shell::DeleteInstance();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc 14 #include "ash/shell.h"
38 return ash::Shell::GetInstance()->display_manager();
66 ash::Shell::GetInstance()->display_controller()->AddObserver(this);
70 ash::Shell::GetInstance()->display_controller()->RemoveObserver(this);
171 ash::Shell::GetInstance()->display_controller();
174 int64 primary_id = ash::Shell::GetScreen()->GetPrimaryDisplay().id();
259 ash::Shell::GetInstance()->display_manager()->SetMirrorMode(is_mirroring);
267 ash::Shell::GetInstance()->output_configurator_animation()->
280 ash::Shell::GetInstance()->output_configurator_animation()->
293 ash::Shell::GetInstance()->display_controller()-
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 28 import org.eclipse.swt.widgets.Shell;
50 Shell shell = new Shell(); local
51 Display display = shell.getDisplay();
106 Shell shell = new Shell(); local
107 Display display = shell.getDisplay();
139 Shell shell = new Shell() local
174 Shell shell = new Shell(); local
329 Shell shell = new Shell(); local
    [all...]
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_share_tray_item.cc 7 #include "ash/shell.h"
27 Shell::GetInstance()->system_tray_notifier()->
32 Shell::GetInstance()->system_tray_notifier()->

Completed in 778 milliseconds

1 2 3 4 5 67 8 91011>>