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

<<11121314151617181920>>

  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.cc 10 #include "ash/shell.h"
69 Shell::GetInstance()->system_tray_delegate()->
286 Shell::GetInstance()->system_tray_notifier()->
292 Shell::GetInstance()->system_tray_notifier()->
343 Shell::GetInstance()->system_tray_delegate()->MaybeSpeak(UTF16ToUTF8(
348 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate();
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences.cc 12 #include "ash/shell.h"
68 return ash::Shell::GetInstance()->display_manager();
82 return ash::Shell::GetInstance()->display_controller();
247 ash::Shell::GetInstance()->output_configurator()->power_state());
264 ash::Shell::GetInstance()->resolution_notification_controller()->
287 ash::Shell::GetInstance()->output_configurator()->SetInitialDisplayPower(
  /external/chromium_org/ash/system/user/
tray_user.cc 14 #include "ash/shell.h"
421 ash::Shell::GetInstance()->session_state_delegate()->
427 ash::Shell::GetInstance()->system_tray_delegate()->GetEnterpriseDomain());
525 ash::Shell::GetInstance()->system_tray_delegate()->ShowPublicAccountInfo();
703 if (ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
739 ash::Shell::GetInstance()->system_tray_delegate()->SignOut();
741 ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
746 ash::Shell::GetInstance()->session_state_delegate();
755 ash::Shell::GetInstance()->system_tray_delegate()->ShowUserLogin();
796 if (ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled() &
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser.cc 14 #include "ash/shell.h"
272 // Right now ash::Shell isn't created for tests.
274 if (ash::Shell::HasInstance())
275 ash::Shell::GetInstance()->display_controller()->AddObserver(this);
312 // Reset the shell window controller here since it has a weak pointer to
322 if (ash::Shell::HasInstance())
323 ash::Shell::GetInstance()->display_controller()->RemoveObserver(this);
330 if (ash::Shell::HasInstance())
331 ash::Shell::GetInstance()->RemoveShellObserver(this);
344 if (ash::Shell::HasInstance())
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray.cc 9 #include "ash/shell.h"
10 #include "ash/shell/panel_window.h"
90 Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus();
152 ash::Shell* shell = ash::Shell::GetInstance(); local
154 shell->delegate()->IsMultiProfilesEnabled() ?
155 shell->session_state_delegate()->GetMaximumNumberOfLoggedInUsers() :
207 SetVisible(ash::Shell::GetInstance()->system_tray_delegate()->
214 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate()
    [all...]
  /external/chromium_org/ash/system/chromeos/
tray_display.cc 9 #include "ash/shell.h"
40 return Shell::GetInstance()->display_manager();
180 ash::Shell::GetInstance()->system_tray_delegate()->ShowDisplaySettings();
205 Shell::GetInstance()->system_tray_delegate()->
328 Shell::GetInstance()->display_controller()->AddObserver(this);
333 Shell::GetInstance()->display_controller()->RemoveObserver(this);
418 if (!Shell::GetInstance()->system_tray_delegate()->
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 7 #include "ash/shell.h"
159 Shell::GetInstance()->display_controller()->AddObserver(this);
165 Shell::GetInstance()->display_controller()->RemoveObserver(this);
225 Shell::GetInstance()->resize_shadow_controller();
232 Shell::GetInstance()->resize_shadow_controller();
498 Shell::GetInstance()->resize_shadow_controller();
520 Shell::GetInstance()->resize_shadow_controller();
activation_controller_unittest.cc 7 #include "ash/shell.h"
98 Shell::GetContainer(Shell::GetPrimaryRootWindow(), container_id);
341 &wd, -2, gfx::Rect(50, 50), Shell::GetPrimaryRootWindow()));
382 &wd, -2, gfx::Rect(50, 50), Shell::GetPrimaryRootWindow()));
498 ash::Shell::GetContainer(
499 Shell::GetPrimaryRootWindow(),
505 EXPECT_TRUE(ash::Shell::GetInstance()->IsSystemModalWindowOpen());
512 EXPECT_TRUE(ash::Shell::GetInstance()->IsSystemModalWindowOpen());
518 EXPECT_FALSE(ash::Shell::GetInstance()->IsSystemModalWindowOpen())
    [all...]
system_gesture_event_filter_unittest.cc 12 #include "ash/shell.h"
179 ShellTestApi shell_test(Shell::GetInstance());
204 test::DisplayManagerTestApi(Shell::GetInstance()->display_manager()).
278 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
337 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
393 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
448 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
482 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
539 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
window_selector.cc 10 #include "ash/shell.h"
63 Shell::GetScreen()->GetDisplayNearestWindow(target_root);
333 selection_root_ = ash::Shell::GetActiveRootWindow();
335 ash::Shell::GetInstance()->AddPreTargetHandler(this);
342 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
447 Shell::RootWindowList root_window_list = Shell::GetAllRootWindows();
471 Shell::GetContainer(root_window,
513 params.parent = Shell::GetContainer(
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 9 #include "ash/shell.h"
228 ash::Shell::GetInstance()->display_controller();
348 ash::Shell::GetInstance()->display_manager();
351 ash::Shell::GetInstance()->display_controller();
362 const gfx::Display& primary = ash::Shell::GetScreen()->GetPrimaryDisplay();
435 ash::Shell::GetInstance()->display_manager();
438 int64 primary_id = ash::Shell::GetScreen()->GetPrimaryDisplay().id();
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 8 #include "ash/shell.h"
179 : root_window_(ash::Shell::GetPrimaryRootWindow()),
184 Shell::GetInstance()->AddPreTargetHandler(this);
192 Shell::GetInstance()->RemovePreTargetHandler(this);
273 Shell::GetScreen()->GetDisplayNearestWindow(root_window_);
459 aura::RootWindow* active_root_window = Shell::GetActiveRootWindow();
506 ash::Shell::GetInstance()->delegate()->SaveScreenMagnifierScale(scale);
546 ash::Shell::GetInstance()->delegate()->GetSavedScreenMagnifierScale();
557 ash::Shell::GetInstance()->delegate()->SaveScreenMagnifierScale(scale);
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 7 #include "ash/shell.h"
81 ash::Shell::GetInstance()->system_tray_delegate()->ShowSettings();
145 if (!ash::Shell::GetInstance()->system_tray_delegate()->ShouldShowSettings())
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 12 #include "ash/shell.h"
73 aura::Window* dock = Shell::GetContainer(
109 aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())->
111 Shell::GetInstance()->AddShellObserver(this);
126 aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())->
128 Shell::GetInstance()->RemoveShellObserver(this);
225 Shell::GetScreen()->GetDisplayNearestWindow(window).work_area();
516 gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow(
588 Shell::GetScreen()->GetDisplayNearestWindow(dock_container_).work_area();
  /external/chromium_org/ash/wm/workspace/
auto_window_management.cc 8 #include "ash/shell.h"
78 work_area.Inset(Shell::GetScreen()->GetDisplayMatching(
82 return Shell::GetScreen()->GetDisplayNearestWindow(window).work_area();
frame_maximize_button.cc 10 #include "ash/shell.h"
67 Shell::GetInstance()->AddPreTargetHandler(this);
71 Shell::GetInstance()->RemovePreTargetHandler(this);
97 if (ash::Shell::IsForcedMaximizeMode())
239 gfx::Point screen_location = Shell::GetScreen()->GetCursorScreenPoint();
323 if (ash::Shell::IsForcedMaximizeMode())
525 ash::Shell* shell = ash::Shell::GetInstance(); local
530 shell->delegate()->RecordUserMetricsAction
    [all...]
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 7 #include "ash/shell.h"
193 ash::Shell::GetInstance()->system_tray_notifier()->NotifySetNetworkMessage(
204 ash::Shell::GetInstance()->system_tray_notifier()->NotifyClearNetworkMessage(
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_api.cc 27 #include "ash/shell.h"
109 ash::Shell::GetScreen()->AddObserver(this);
128 ash::Shell::GetScreen()->RemoveObserver(this);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 17 #include "content/shell/shell.h"
64 NavigateOnCommitObserver(Shell* shell, GURL url)
65 : WebContentsObserver(shell->web_contents()),
66 shell_(shell),
80 Shell* shell_;
90 &shell()->web_contents()->GetController());
91 NavigateToURL(shell(), embedded_test_server()->GetURL("/title1.html"));
96 EXPECT_EQ(&shell()->web_contents()->GetController()
    [all...]
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java 21 import org.chromium.content_shell.Shell;
72 * Starts the content shell activity with the provided test url.
84 * Starts the content shell activity with the provided test url and optional command line
113 * Waits for the Active shell to finish loading. This times out after
117 * @return Whether or not the Shell was actually finished loading.
123 // Wait for the Content Shell to be initialized.
132 Shell shell = activity.getActiveShell();
133 if (shell != null) {
135 // The first is that we've just created a Shell and it isn'
    [all...]
  /external/chromium_org/content/shell/
webkit_test_controller.h 31 class Shell;
180 Shell* main_window_;
  /external/chromium_org/v8/src/
d8-posix.cc 451 void Shell::System(const v8::FunctionCallbackInfo<v8::Value>& args) {
531 void Shell::ChangeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) {
550 void Shell::SetUMask(const v8::FunctionCallbackInfo<v8::Value>& args) {
612 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) {
637 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) {
653 void Shell::SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) {
677 void Shell::UnsetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) {
694 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/
DesignerPlugin.java 23 import org.eclipse.swt.widgets.Shell;
37 * as resource loading, logging, obtaining a display and shell, etc.
125 // Display/Shell
148 * @return the {@link Shell} of active {@link IWorkbenchWindow}.
150 public static Shell getShell() {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 19 VALUE Service-Type Shell-User 6
  /external/v8/src/
d8-posix.cc 451 Handle<Value> Shell::System(const Arguments& args) {
525 Handle<Value> Shell::ChangeDirectory(const Arguments& args) {
542 Handle<Value> Shell::SetUMask(const Arguments& args) {
601 Handle<Value> Shell::MakeDirectory(const Arguments& args) {
624 Handle<Value> Shell::RemoveDirectory(const Arguments& args) {
639 Handle<Value> Shell::SetEnvironment(const Arguments& args) {
661 Handle<Value> Shell::UnsetEnvironment(const Arguments& args) {
677 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {

Completed in 1662 milliseconds

<<11121314151617181920>>