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

1 2 3 45 6 7 8 91011>>

  /external/v8/src/
d8-debug.cc 72 Shell::ReportException(&try_catch);
78 Shell::DebugMessageDetails(Handle<String>::Cast(event_json));
80 Shell::ReportException(&try_catch);
96 Shell::ReportException(&try_catch);
115 Shell::DebugCommandToJSONRequest(String::New(command));
117 Shell::ReportException(&try_catch);
141 Shell::ReportException(&try_catch);
147 Handle<Object> response_details = Shell::DebugMessageDetails(response);
149 Shell::ReportException(&try_catch);
282 Shell::DebugMessageDetails(Handle<String>::Cast(String::New(message)))
    [all...]
  /external/chromium_org/v8/src/
d8.cc 112 friend class Shell;
151 return Shell::ReadFromStdin(isolate_);
156 CounterMap* Shell::counter_map_;
157 i::OS::MemoryMappedFile* Shell::counters_file_ = NULL;
158 CounterCollection Shell::local_counters_;
159 CounterCollection* Shell::counters_ = &local_counters_;
160 i::Mutex* Shell::context_mutex_(i::OS::CreateMutex());
161 Persistent<Context> Shell::utility_context_;
164 Persistent<Context> Shell::evaluation_context_;
165 ShellOptions Shell::options
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 16 #include "ash/shell.h"
60 Shell::GetInstance()->desktop_background_controller();
68 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
138 Shell::GetInstance()->ShowContextMenu(point, source_type);
144 Shell::GetInstance()->desktop_background_controller();
146 Shell::GetInstance()->user_wallpaper_delegate();
170 Shell::GetInstance()->session_state_delegate()->NumberOfLoggedInUsers()) {
desktop_background_controller_unittest.cc 14 #include "ash/shell.h"
47 // Returns number of child windows in a shell window container.
49 RootWindow* root = ash::Shell::GetPrimaryRootWindow();
110 // Ash shell initialization creates wallpaper. Reset it so we can manually
113 Shell::GetPrimaryRootWindowController();
116 controller_ = Shell::GetInstance()->desktop_background_controller();
136 Shell::GetPrimaryRootWindowController()->
265 Shell::GetInstance()->desktop_background_controller();
298 Shell::GetInstance()->desktop_background_controller();
304 Shell::GetPrimaryRootWindowController()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 10 #include "ash/shell.h"
73 ash::Shell::GetInstance()->display_controller()->SetOverscanInsets(
76 ash::internal::DisplayInfo info = ash::Shell::GetInstance()->
79 aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()->
81 ui::Layer* parent_layer = ash::Shell::GetContainer(
95 ash::Shell::GetInstance()->display_controller()->SetOverscanInsets(
101 ash::Shell::GetInstance()->display_controller()->SetOverscanInsets(
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 36 import org.eclipse.swt.widgets.Shell;
67 boolean install = MessageDialog.openQuestion(new Shell(display),
74 AdtUpdateDialog window = new AdtUpdateDialog(new Shell(display), sdkLog, sdkPath);
82 stats.checkUserPermissionForPing(new Shell(display));
150 sdkLocation = getSdkLocationFromUser(new Shell(display));
171 private String getSdkLocationFromUser(Shell shell) {
172 SdkLocationChooserDialog dlg = new SdkLocationChooserDialog(shell);
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 9 #include "ash/shell.h"
34 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
36 Shell::GetInstance()->resolution_notification_controller()->
84 return Shell::GetInstance()->resolution_notification_controller();
110 ash::Shell::GetInstance()->display_manager();
141 ash::Shell::GetInstance()->display_manager();
170 ash::Shell::GetInstance()->display_manager();
173 const gfx::Display& display = ash::Shell::GetScreen()->GetPrimaryDisplay();
209 ash::Shell::GetInstance()->display_manager();
236 const gfx::Display& display = ash::Shell::GetScreen()->GetPrimaryDisplay()
    [all...]
mirror_window_controller.cc 19 #include "ash/shell.h"
165 params.host = Shell::GetInstance()->root_window_host_factory()->
174 Shell::GetInstance()->display_controller());
193 CreateReflector(Shell::GetPrimaryRootWindow()->compositor(),
206 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
208 Shell::GetScreen()->GetPrimaryDisplay().id());
221 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
237 Shell::GetInstance()->display_controller());
248 Shell::GetPrimaryRootWindow()->ConvertPointToHost(&point);
257 const gfx::Display& display = Shell::GetScreen()->GetPrimaryDisplay()
    [all...]
event_transformation_handler.cc 10 #include "ash/shell.h"
52 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen);
69 ash::Shell::GetInstance()->output_configurator();
output_configurator_animation.cc 7 #include "ash/shell.h"
117 Shell::RootWindowList root_windows =
118 Shell::GetInstance()->GetAllRootWindows();
119 for (Shell::RootWindowList::const_iterator it = root_windows.begin();
125 ui::Layer* parent = ash::Shell::GetContainer(
171 Shell::RootWindowList root_windows =
172 Shell::GetInstance()->GetAllRootWindows();
173 for (Shell::RootWindowList::const_iterator it = root_windows.begin();
184 ui::Layer* parent = ash::Shell::GetContainer(
resolution_notification_controller.cc 9 #include "ash/shell.h"
144 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
156 Shell::GetInstance()->display_controller()->AddObserver(this);
157 Shell::GetScreen()->AddObserver(this);
161 Shell::GetInstance()->display_controller()->RemoveObserver(this);
162 Shell::GetScreen()->RemoveObserver(this);
186 Shell::GetInstance()->display_manager()->SetDisplayResolution(
221 UTF8ToUTF16(Shell::GetInstance()->display_manager()->
263 Shell::GetInstance()->display_manager()->SetDisplayResolution(
  /external/chromium_org/chrome/browser/chromeos/dbus/
display_power_service_provider.cc 7 #include "ash/shell.h"
60 ash::Shell::GetInstance()->user_activity_detector()->
64 ash::Shell::GetInstance()->output_configurator()->SetDisplayPower(
79 ash::Shell::GetInstance()->SetDimming(dimmed);
  /external/chromium_org/chrome_frame/
combine_libs.py 20 def Shell(*args):
38 output = Shell('lib.exe', '/list', input)
61 Shell(*args)
  /external/chromium_org/content/shell/
shell_devtools_frontend.cc 5 #include "content/shell/shell_devtools_frontend.h"
14 #include "content/shell/common/shell_switches.h"
15 #include "content/shell/shell.h"
16 #include "content/shell/shell_browser_context.h"
17 #include "content/shell/shell_browser_main_parts.h"
18 #include "content/shell/shell_content_browser_client.h"
19 #include "content/shell/shell_devtools_delegate.h"
35 // out/Release/Content Shell.app/Contents/MacOS/Content Shell
49 Shell* shell = Shell::CreateNewWindow(inspected_contents->GetBrowserContext(), local
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_filter_unittest.cc 9 #include "ash/shell.h"
57 return Shell::GetInstance()->accelerator_controller();
71 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
96 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
113 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
  /external/chromium_org/ash/system/user/
login_status.cc 8 #include "ash/shell.h"
31 if (ash::Shell::GetInstance()->session_state_delegate()->
  /external/chromium_org/ash/wm/
lock_state_controller_impl2.cc 9 #include "ash/shell.h"
30 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
31 return Shell::GetContainer(root_window,
153 Shell::GetPrimaryRootWindow()->AddRootWindowObserver(this);
157 Shell::GetPrimaryRootWindow()->RemoveRootWindowObserver(this);
173 Shell* shell = ash::Shell::GetInstance(); local
174 shell->env_filter()->set_cursor_hidden_by_filter(false);
175 shell->cursor_manager()->HideCursor()
283 Shell* shell = ash::Shell::GetInstance(); local
316 Shell* shell = ash::Shell::GetInstance(); local
347 Shell* shell = ash::Shell::GetInstance(); local
    [all...]
default_window_resizer.cc 7 #include "ash/shell.h"
20 ash::Shell::GetInstance()->cursor_manager()->UnlockCursor();
68 ash::Shell::GetInstance()->cursor_manager()->LockCursor();
drag_window_resizer.cc 9 #include "ash/shell.h"
32 return Shell::GetAllRootWindows().size() > 1;
38 Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
53 Shell* shell = Shell::GetInstance(); local
54 shell->mouse_cursor_filter()->set_mouse_warp_mode(
56 shell->mouse_cursor_filter()->HideSharedEdgeIndicator();
111 gfx::Screen* screen = Shell::GetScreen()
    [all...]
  /external/chromium_org/chrome/browser/ui/
host_desktop.cc 11 #include "ash/shell.h"
66 ash::Shell::HasInstance()) {
  /external/chromium_org/content/browser/dom_storage/
dom_storage_browsertest.cc 10 #include "content/shell/shell.h"
26 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();
  /external/chromium_org/ash/shell/
panel_window.cc 5 #include "ash/shell/panel_window.h"
8 #include "ash/shell.h"
29 panel_window->params().context = Shell::GetPrimaryRootWindow();
50 Shell::GetActiveRootWindow(),
toplevel_window.cc 5 #include "ash/shell/toplevel_window.h"
9 #include "ash/shell.h"
18 namespace shell { namespace in namespace:ash
33 ash::Shell::GetScreen()->GetDisplayMatching(bounds);
34 aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()->
68 } // namespace shell
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_tray_item.cc 7 #include "ash/shell.h"
27 Shell::GetInstance()->system_tray_notifier()->
32 Shell::GetInstance()->system_tray_notifier()->
  /external/chromium_org/ash/tooltips/
tooltip_controller_unittest.cc 5 #include "ash/shell.h"
26 // test outside of ash. Meaning these tests require the shell and related things
41 params.context = Shell::GetAllRootWindows().at(display);
71 aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow()));
99 EXPECT_TRUE(aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow())
114 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
124 ash::Shell::GetInstance()->cursor_manager()->DisableMouseEvents();
129 ash::Shell::GetInstance()->cursor_manager()->EnableMouseEvents();
139 Shell::RootWindowList root_windows = Shell::GetAllRootWindows()
    [all...]

Completed in 561 milliseconds

1 2 3 45 6 7 8 91011>>