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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ash/wm/
base_layout_manager.cc 10 #include "ash/shell.h"
33 Shell::GetInstance()->activation_client()->AddObserver(this);
34 Shell::GetInstance()->AddShellObserver(this);
43 Shell::GetInstance()->RemoveShellObserver(this);
44 Shell::GetInstance()->activation_client()->RemoveObserver(this);
202 Shell::GetInstance()->session_state_delegate()->IsScreenLocked())
stacking_controller.cc 9 #include "ash/shell.h"
29 return Shell::GetActiveRootWindow();
34 return Shell::GetContainer(root, id);
131 Shell::GetInstance()->session_state_delegate();
system_gesture_event_filter.cc 11 #include "ash/shell.h"
58 Shell::GetInstance()->delegate()) {
59 Shell::GetInstance()->delegate()->RecordUserMetricsAction(
101 ash::Shell::GetInstance()->accelerator_controller();
video_detector.cc 7 #include "ash/shell.h"
65 Shell::GetInstance()->AddShellObserver(this);
69 Shell::GetInstance()->RemoveShellObserver(this);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_talk_host.cc 20 #include "ash/shell.h"
71 aura::Window* parent = ash::Shell::GetContainer(
72 ash::Shell::GetActiveRootWindow(),
107 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenShareStart(
120 if (ash::Shell::GetInstance()) {
121 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenShareStop();
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 7 #include "ash/shell.h"
116 ShellDelegate* shell_delegate = Shell::GetInstance()->delegate();
161 aura::RootWindow* root_window = Shell::GetActiveRootWindow();
178 params.parent = Shell::GetContainer(
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 5 #include "ash/shell/shell_delegate_impl.h"
13 #include "ash/shell/context_menu.h"
14 #include "ash/shell/example_factory.h"
15 #include "ash/shell/launcher_delegate_impl.h"
16 #include "ash/shell/toplevel_window.h"
36 return Shell::GetInstance()->browser_context();
40 return Shell::GetInstance()->input_method_filter()->input_method();
54 namespace shell { namespace in namespace:ash
101 ash::shell::ToplevelWindow::CreateParams create_params;
104 ash::shell::ToplevelWindow::CreateToplevelWindow(create_params)
    [all...]
  /external/chromium_org/ash/system/logout_button/
tray_logout_button.cc 9 #include "ash/shell.h"
119 Shell::GetInstance()->system_tray_delegate()->SignOut();
141 Shell::GetInstance()->system_tray_notifier()->AddLogoutButtonObserver(this);
145 Shell::GetInstance()->system_tray_notifier()->
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 12 #include "ash/shell.h"
139 return ash::Shell::GetInstance()->display_manager()->layout_store()->
168 ash::Shell* shell = ash::Shell::GetInstance(); local
173 shell->output_configurator()->power_state());
175 shell->display_manager()->UpdateDisplays();
178 ash::DisplayController* display_controller = shell->display_controller();
189 ash::Shell::GetInstance()->display_controller();
191 ash::Shell::GetInstance()->display_manager()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
app_launch_view.cc 7 #include "ash/shell.h"
125 ash::Shell::GetInstance()->delegate()->GetCurrentBrowserContext();
172 aura::RootWindow* root_window = ash::Shell::GetPrimaryRootWindow();
180 params.parent = ash::Shell::GetContainer(
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_overscan_handler.cc 11 #include "ash/shell.h"
33 ash::Shell::GetScreen()->AddObserver(this);
37 ash::Shell::GetScreen()->RemoveObserver(this);
117 ash::Shell::GetInstance()->display_controller();
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 22 #include "ash/shell.h"
103 // http://crbug.com/154081 use ash::Shell code path below on win_ash bots when
109 // ash::Shell code path below handles this, but since we skip it we must
114 // Ash Shell can't just live on its own without a browser process, we need to
122 ash::Shell::CreateInstance(shell_delegate);
125 context = ash::Shell::GetPrimaryRootWindow();
128 // Instead of using the ash shell, use an AuraTestHelper to create and manage
151 ash::Shell::DeleteInstance();
155 // Ash Shell can't just live on its own without a browser process, we need to
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 19 import org.eclipse.swt.widgets.Shell;
32 private Shell m_tooltip;
143 // create Shell
145 m_tooltip = new Shell(m_table.getShell(), SWT.NO_FOCUS | SWT.ON_TOP | SWT.TOOL | SWT.SINGLE);
155 // show Shell
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 27 import org.eclipse.swt.widgets.Shell;
58 /** The shell holding the tooltip */
59 private Shell mShell;
95 mShell = new Shell(parent.getShell(), SWT.ON_TOP | SWT.TOOL | SWT.NO_FOCUS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceWizard.java 34 import org.eclipse.swt.widgets.Shell;
75 * @param shell the shell to parent the dialog to
84 @NonNull Shell shell,
98 if (!show(refactoring, processor, shell, type, canClear)) {
114 * @param parent the parent shell
125 @NonNull Shell parent,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 29 import org.eclipse.swt.widgets.Shell;
164 // Get a shell to use for the SDK installation. There are cases where getActiveShell
167 Shell shell = display.getActiveShell(); local
168 if (shell == null) {
172 shell = window.getShell();
176 if (shell == null) {
177 shell = new Shell(display);
178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.cc 14 #include "ash/shell.h"
175 if (ash::Shell::HasInstance())
176 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
205 if (ash::Shell::HasInstance())
206 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
273 if (ash::Shell::HasInstance())
274 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
  /external/openssh/contrib/caldera/
openssh.spec 39 Summary : OpenSSH free Secure Shell (SSH) implementation.
40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH).
41 Summary(es) : OpenSSH implementaci?n libre de Secure Shell (SSH).
42 Summary(fr) : Impl?mentation libre du shell s?curis? OpenSSH (SSH).
43 Summary(it) : Implementazione gratuita OpenSSH della Secure Shell.
44 Summary(pt) : Implementa??o livre OpenSSH do protocolo 'Secure Shell' (SSH).
45 Summary(pt_BR) : Implementa??o livre OpenSSH do protocolo Secure Shell (SSH).
70 Summary : OpenSSH Secure Shell protocol server (sshd).
71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
72 Summary(es) : Servidor del protocolo OpenSSH Secure Shell (sshd)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 36 import org.eclipse.swt.widgets.Shell;
49 private Shell mParent;
51 private Shell mShell;
72 * @param parent The parent Shell
75 public StaticPortEditDialog(Shell parent, ArrayList<Integer> ports) {
83 * @param shell The parent shell
89 public StaticPortEditDialog(Shell shell, ArrayList<Integer> ports,
91 this(shell, ports)
    [all...]
  /external/chromium_org/ash/display/
shared_display_edge_indicator.cc 7 #include "ash/shell.h"
57 params.context = Shell::GetPrimaryRootWindow();
63 gfx::Display display = Shell::GetScreen()->GetDisplayMatching(bounds);
  /external/chromium_org/ash/
screen_ash_unittest.cc 10 #include "ash/shell.h"
29 Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager()->
73 EXPECT_EQ(Shell::GetAllRootWindows()[1],
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 7 #include "ash/shell.h"
55 Shell::GetInstance()->system_tray_notifier()->network_state_notifier()->
73 ash::Shell::GetInstance()->system_tray_delegate()->ConfigureNetwork(
79 ash::Shell::GetInstance()->system_tray_delegate()->EnrollOrConfigureNetwork(
91 ash::Shell::GetInstance()->system_tray_delegate()->ShowNetworkSettings(
110 ash::Shell::GetInstance()->system_tray_delegate()->ConfigureNetwork(
116 ash::Shell::GetInstance()->system_tray_notifier()->NotifyClearNetworkMessage(
130 ash::Shell::GetInstance()->system_tray_notifier()->NotifyClearNetworkMessage(
278 ash::Shell::GetInstance()->system_tray_delegate()->ShowMobileSetup(
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 9 #include "ash/shell.h"
35 ash::Shell::GetInstance()->AddPreTargetHandler(this);
41 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc 7 #include "ash/shell.h"
25 SystemTray* tray = Shell::GetInstance()->GetPrimarySystemTray();
97 Shell::GetInstance()->GetPrimarySystemTray()->GetSystemBubble();
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.cc 8 #include "ash/shell.h"
63 if (!ash::Shell::GetInstance()->session_state_delegate()->
65 ash::Shell::GetInstance()->session_state_delegate()->IsScreenLocked()) {

Completed in 1972 milliseconds

1 2 3 4 5 6 7 891011>>