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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/login/
lock_window_aura.cc 7 #include "ash/shell.h"
49 ash::Shell::GetContainer(
50 ash::Shell::GetPrimaryRootWindow(),
  /external/chromium_org/chrome/browser/chromeos/power/
suspend_observer.cc 7 #include "ash/shell.h"
46 ash::Shell::GetInstance()->user_activity_detector()->OnDisplayPowerChanging();
47 ash::Shell::GetInstance()->output_configurator()->SuspendDisplays();
user_activity_notifier.cc 7 #include "ash/shell.h"
25 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
29 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
brightness_observer.cc 7 #include "ash/shell.h"
26 ash::Shell::GetInstance()->power_button_controller()->
  /external/chromium_org/content/browser/gpu/
gpu_memory_test.cc 15 #include "content/shell/shell.h"
100 void LoadPage(Shell* tab_to_load,
125 Shell* CreateNewTab() {
126 // The ContentBrowserTest will create one shell by default, use that one
129 Shell* new_tab = has_used_first_shell_ ? CreateBrowser() : shell();
136 void SetTabBackgrounded(Shell* tab_to_background) {
186 for (std::set<Shell*>::iterator it = visible_tabs_.begin();
212 std::set<Shell*> tabs_
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipTextProvider.java 15 import org.eclipse.swt.widgets.Shell;
54 public void show(Shell shell) {
55 // do nothing, Shell will be displayed when Browser will complete rendering
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 54 ash::Shell::GetInstance()->system_tray_delegate()->ShowChromeSlow();
72 DCHECK(Shell::GetInstance()->delegate());
74 Shell::GetInstance()->system_tray_notifier()->AddTracingObserver(this);
78 Shell::GetInstance()->system_tray_notifier()->RemoveTracingObserver(this);
  /external/chromium_org/ash/test/
cursor_manager_test_api.cc 7 #include "ash/shell.h"
36 return ShellTestApi(Shell::GetInstance()).ash_native_cursor_manager()->
ash_test_base.cc 13 #include "ash/shell.h"
59 gfx::Screen* screen = Shell::GetScreen();
61 return Shell::GetInstance()->display_controller()->
115 Shell::GetPrimaryRootWindow()->Show();
116 Shell::GetPrimaryRootWindow()->ShowRootWindow();
119 Shell::GetPrimaryRootWindow()->MoveCursorTo(gfx::Point(-1000, -1000));
120 ash::Shell::GetInstance()->cursor_manager()->EnableMouseEvents();
207 Shell::GetInstance()->display_manager());
257 Shell::GetScreen()->GetDisplayMatching(bounds);
258 aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()-
    [all...]
test_session_state_delegate.cc 7 #include "ash/shell.h"
67 Shell::GetInstance()->ShowLauncher();
75 Shell::GetInstance()->CreateLauncher();
76 Shell::GetInstance()->UpdateAfterLoginStatusChange(
  /external/chromium_org/ash/wm/
screen_dimmer_unittest.cc 8 #include "ash/shell.h"
25 dimmer_ = Shell::GetPrimaryRootWindowController()->screen_dimmer();
48 ui::Layer* root_layer = Shell::GetPrimaryRootWindow()->layer();
67 ui::Layer* root_layer = Shell::GetPrimaryRootWindow()->layer();
74 Shell::GetPrimaryRootWindow()->SetHostSize(kNewSize);
window_cycle_controller_unittest.cc 10 #include "ash/shell.h"
37 Shell::GetInstance()->window_cycle_controller();
56 Shell::GetInstance()->window_cycle_controller();
65 Shell::GetInstance()->RotateFocus(Shell::FORWARD);
75 Shell::GetInstance()->window_cycle_controller();
147 Shell::GetInstance()->session_state_delegate()->LockScreen();
154 Shell::GetInstance()->session_state_delegate()->UnlockScreen();
163 ash::Shell::GetContainer(
164 Shell::GetPrimaryRootWindow()
    [all...]
  /external/chromium_org/ash/shelf/
shelf_bezel_event_filter.cc 8 #include "ash/shell.h"
17 Shell::GetInstance()->AddPreTargetHandler(this);
21 Shell::GetInstance()->RemovePreTargetHandler(this);
27 Shell::GetScreen()->GetDisplayNearestPoint(event->location()).bounds();
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user.cc 53 base::string16 message = Shell::GetInstance()->system_tray_delegate()->
79 Shell::GetInstance()->system_tray_delegate()->ShowLocallyManagedUserInfo();
88 SystemTrayDelegate* delegate = Shell::GetInstance()->system_tray_delegate();
  /external/chromium_org/ash/wm/gestures/
shelf_gesture_handler.cc 12 #include "ash/shell.h"
34 Shell* shell = Shell::GetInstance(); local
35 if (!shell->session_state_delegate()->NumberOfLoggedInUsers() ||
36 shell->session_state_delegate()->IsScreenLocked()) {
42 RootWindowController* controller = Shell::GetPrimaryRootWindowController();
  /external/chromium_org/content/shell/
shell_aura.cc 5 #include "content/shell/shell.h"
33 #include "content/shell/minimal_shell.h"
40 // ViewDelegate implementation for aura content shell
64 // Maintain the UI controls and web view for content shell
75 ShellWindowDelegateView(Shell* shell)
76 : shell_(shell),
109 // Initialize the UI control contained in shell window
252 // Hold a reference of Shell for deleting it when the window is closin
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 13 #include "ash/shell.h"
40 test::ShellTestApi test_api(Shell::GetInstance());
68 Shell::GetContainer(window->GetRootWindow(),
235 ash::Shell* shell = ash::Shell::GetInstance();
236 shell->SetShelfAlignment(SHELF_ALIGNMENT_LEFT, shell->GetPrimaryRootWindow());
246 ash::Shell* shell = ash::Shell::GetInstance()
    [all...]
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
ShellManager.java 27 private Shell mActiveShell;
66 * Sets the startup URL for new shell windows.
73 * @return The currently visible shell view or null if one is not showing.
75 public Shell getActiveShell() {
80 * Creates a new shell pointing to the specified URL.
81 * @param url The URL the shell should load upon creation.
92 Shell shellView = (Shell) inflater.inflate(R.layout.shell_view, null);
112 private void closeShell(Shell shellView) {
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 7 #include "ash/shell.h"
60 ash::Shell::GetScreen()->GetDisplayNearestWindow(root_window);
82 ash::Shell::RootWindowList root_windows = ash::Shell::GetAllRootWindows();
91 EXPECT_EQ(root_windows[0], ash::Shell::GetActiveRootWindow());
99 EXPECT_EQ(root_windows[1], ash::Shell::GetActiveRootWindow());
111 EXPECT_EQ(root_windows[0], ash::Shell::GetActiveRootWindow());
172 ash::Shell::RootWindowList root_windows = ash::Shell::GetAllRootWindows();
178 EXPECT_EQ(root_windows[0], ash::Shell::GetActiveRootWindow())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/screensaver/
screensaver_controller.cc 8 #include "ash/shell.h"
141 if (!ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
142 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
148 if (ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
149 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
173 if (ash::Shell::GetInstance() &&
174 ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this)) {
175 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
  /external/v8/src/
d8.cc 104 return Shell::ReadFromStdin();
109 CounterMap* Shell::counter_map_;
110 i::OS::MemoryMappedFile* Shell::counters_file_ = NULL;
111 CounterCollection Shell::local_counters_;
112 CounterCollection* Shell::counters_ = &local_counters_;
113 i::Mutex* Shell::context_mutex_(i::OS::CreateMutex());
114 Persistent<Context> Shell::utility_context_;
117 LineEditor* Shell::console = NULL;
118 Persistent<Context> Shell::evaluation_context_;
119 ShellOptions Shell::options
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 11 #include "ash/shell.h"
51 if (Shell::GetScreen()->GetNumDisplays() <= 1 || from == NULL) {
59 DisplayLayout::Position position = Shell::GetInstance()->
82 Shell::GetInstance()->display_controller()->
95 if (Shell::GetScreen()->GetNumDisplays() <= 1 ||
154 bool from_primary = Shell::GetPrimaryRootWindow() == drag_source_root_;
158 Shell::GetScreen()->GetPrimaryDisplay().bounds();
160 DisplayLayout::Position position = Shell::GetInstance()->
183 bool in_primary = Shell::GetPrimaryRootWindow() == drag_source_root_;
187 Shell::GetScreen()->GetPrimaryDisplay().bounds()
    [all...]
screen_position_controller.cc 9 #include "ash/shell.h"
39 aura::RootWindow* dst_root = Shell::GetInstance()->display_controller()->
47 aura::Window* container = Shell::GetContainer(dst_root, container_id);
95 Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
124 const gfx::Point display_origin = Shell::GetScreen()->GetDisplayNearestWindow(
133 const gfx::Point display_origin = Shell::GetScreen()->GetDisplayNearestWindow(
167 Shell::GetInstance()->display_controller()->GetRootWindowForDisplayId(
181 dst_container = Shell::GetContainer(dst_root, container_id);
204 ash::Shell::GetInstance()->set_active_root_window
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker_unittest.cc 7 #include "ash/shell.h"
35 new internal::DragDropTracker(Shell::GetPrimaryRootWindow(),
48 new internal::DragDropTracker(Shell::GetPrimaryRootWindow(),
64 Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
80 Shell::GetInstance()->set_active_root_window(root_windows[0]);
101 Shell::GetInstance()->set_active_root_window(root_windows[1]);
131 Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
143 Shell::GetInstance()->set_active_root_window(root_windows[0])
    [all...]
  /external/chromium_org/v8/src/
d8-debug.cc 73 Shell::ReportException(isolate, &try_catch);
79 Shell::DebugMessageDetails(isolate, Handle<String>::Cast(event_json));
81 Shell::ReportException(isolate, &try_catch);
98 Shell::ReportException(isolate, &try_catch);
117 Shell::DebugCommandToJSONRequest(isolate, String::New(command));
119 Shell::ReportException(isolate, &try_catch);
143 Shell::ReportException(isolate, &try_catch);
150 Shell::DebugMessageDetails(isolate, response);
152 Shell::ReportException(isolate, &try_catch);
285 Shell::DebugMessageDetails(isolate_
    [all...]

Completed in 1101 milliseconds

1 2 34 5 6 7 8 91011>>