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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/renderer_host/
render_view_host_manager_browsertest.cc 28 #include "content/shell/shell.h"
69 NavigateToURL(shell(), test_server()->GetURL(replacement_path));
73 shell()->web_contents()->GetSiteInstance());
80 shell()->web_contents(),
84 Shell* new_shell = new_shell_observer.GetShell();
99 shell()->web_contents(),
113 shell()->web_contents(),
137 NavigateToURL(shell(), test_server()->GetURL(replacement_path));
141 shell()->web_contents()->GetSiteInstance())
    [all...]
  /external/chromium_org/v8/tools/testrunner/network/
distro.py 29 class Shell(object):
30 def __init__(self, shell):
31 self.shell = shell
57 shell = s.shell()
58 if not shell in shells:
59 shells[shell] = Shell(shell)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 31 import org.eclipse.swt.widgets.Shell;
36 class LintTooltip extends Shell {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 28 import org.eclipse.swt.widgets.Shell;
57 Shell shell = AdtPlugin.getShell(); local
58 InputDensityDialog densityDialog = new InputDensityDialog(shell);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 14 import org.eclipse.swt.widgets.Shell;
57 Shell shell = Display.getDefault().getActiveShell(); local
58 GLTraceOptionsDialog dlg = new GLTraceOptionsDialog(shell, false,
70 MessageDialog.openError(shell, "Setup GL Trace",
77 new ProgressMonitorDialog(shell).run(true, true, new IRunnableWithProgress() {
89 CollectTraceAction.startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT);
98 CollectTraceAction.openInEditor(shell, traceOptions.traceDestination);
OpenGLTraceAction.java 28 import org.eclipse.swt.widgets.Shell;
59 Shell shell = Display.getDefault().getActiveShell(); local
60 FileDialog fd = new FileDialog(shell, SWT.OPEN);
  /external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.cc 11 #include "ash/shell.h"
306 ash::Shell::GetInstance()->
410 aura::Window* lock_container = ash::Shell::GetContainer(
411 ash::Shell::GetPrimaryRootWindow(),
415 ash::Shell::GetInstance()->
542 ash::Shell::GetInstance()->user_wallpaper_delegate()
590 ash::Shell::GetInstance()->
637 if (ash::Shell::GetContainer(
638 ash::Shell::GetPrimaryRootWindow(),
648 ash::Shell::GetInstance()->DoInitialWorkspaceAnimation()
    [all...]
helper.cc 7 #include "ash/shell.h"
22 gfx::Rect bounds(ash::Shell::GetScreen()->GetPrimaryDisplay().bounds());
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 9 #include "ash/shell.h"
254 params.parent = Shell::GetPrimaryRootWindow();
286 Shell::GetPrimaryRootWindow()->DispatchGestureEvent(&gesture_event);
326 aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(),
332 aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(), NULL);
391 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(),
437 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(),
485 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
551 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(),
609 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow())
    [all...]
  /build/target/product/
core_minimal.mk 32 Shell \
  /external/chromium_org/ash/display/
root_window_transformers.cc 12 #include "ash/shell.h"
54 Shell::GetInstance()->display_manager()->GetDisplayInfo(display.id());
95 Shell::GetInstance()->magnification_controller();
127 Shell::GetInstance()->display_manager()->GetDisplayInfo(display.id());
146 DisplayInfo info = Shell::GetInstance()->display_manager()->
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 9 #include "ash/shell.h"
23 return ash::Shell::GetPrimaryRootWindowController()->shelf()->
  /external/chromium_org/ash/system/tray/
system_tray_item.cc 7 #include "ash/shell.h"
61 if (!Shell::GetInstance()->system_tray_delegate()->IsOobeCompleted())
  /external/chromium_org/ash/wm/
always_on_top_controller.cc 7 #include "ash/shell.h"
41 return Shell::GetContainer(always_on_top_container_->GetRootWindow(),
lock_state_controller_impl2_unittest.cc 7 #include "ash/shell.h"
40 return ash::Shell::GetInstance()->cursor_manager()->IsCursorVisible();
49 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
50 return Shell::GetContainer(root_window, container);
127 controller_ = Shell::GetInstance()->power_button_controller();
129 Shell::GetInstance()->lock_state_controller());
137 ash::Shell::GetInstance()->delegate());
138 session_state_delegate_ = Shell::GetInstance()->session_state_delegate();
150 Shell::GetPrimaryRootWindow());
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 12 #include "ash/shell.h"
69 gfx::Screen* screen = Shell::GetScreen();
81 aura::RootWindow* dst_root = Shell::GetInstance()->display_controller()->
83 panel_container_ = Shell::GetContainer(
142 panel_container_ = Shell::GetContainer(
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc 8 #include "ash/shell.h"
101 !ash::Shell::IsForcedMaximizeMode()) {
104 ash::Shell::GetInstance()->delegate()->RecordUserMetricsAction(
127 ash::Shell::GetInstance()->delegate()->RecordUserMetricsAction(
154 Shell::GetScreen()->GetDisplayNearestWindow(target).work_area();
  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc 7 #include "ash/shell.h"
69 DCHECK(ash::Shell::HasInstance());
70 ash::Shell::GetInstance()->AddPreTargetHandler(this);
74 DCHECK(ash::Shell::HasInstance());
75 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.cc 7 #include "ash/shell.h"
73 this, ash::Shell::GetPrimaryRootWindow(), NULL)->Show();
  /external/chromium_org/chrome/browser/ui/views/ash/
chrome_browser_main_extra_parts_ash.cc 8 #include "ash/shell.h"
91 // Initialize TabScrubber after the Ash Shell has been initialized.
92 if (ash::Shell::HasInstance() &&
  /external/chromium_org/content/browser/fileapi/
file_system_browsertest.cc 16 #include "content/shell/shell.h"
34 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();
60 shell()->web_contents()->GetBrowserContext())->GetQuotaManager());
  /external/chromium_org/content/test/
accessibility_browser_test_utils.cc 16 #include "content/shell/shell.h"
21 Shell* shell,
24 : shell_(shell),
  /external/chromium_org/ash/
shell.h 130 namespace shell { namespace in namespace:ash
138 // Shell is a singleton object that presents the Shell API and implements the
141 // Upon creation, the Shell sets itself as the RootWindow's delegate, which
142 // takes ownership of the Shell.
143 class ASH_EXPORT Shell
156 // A shell must be explicitly created so that it can call |Init()| with the
159 static Shell* CreateInstance(ShellDelegate* delegate);
162 static Shell* GetInstance();
164 // Returns true if the ash shell has been instantiated
    [all...]
  /external/chromium_org/content/shell/
webkit_test_controller.cc 5 #include "content/shell/webkit_test_controller.h"
27 #include "content/shell/common/shell_messages.h"
28 #include "content/shell/common/shell_switches.h"
29 #include "content/shell/common/webkit_test_helpers.h"
30 #include "content/shell/shell.h"
31 #include "content/shell/shell_browser_context.h"
32 #include "content/shell/shell_content_browser_client.h"
235 Shell::kDefaultTestWindowWidthDip, Shell::kDefaultTestWindowHeightDip)
    [all...]
  /external/chromium_org/ash/launcher/
launcher_tooltip_manager.cc 9 #include "ash/shell.h"
102 set_parent_window(ash::Shell::GetInstance()->GetContainer(
151 if (Shell::HasInstance())
152 Shell::GetInstance()->AddPreTargetHandler(this);
160 if (Shell::HasInstance())
161 Shell::GetInstance()->RemovePreTargetHandler(this);

Completed in 872 milliseconds

1 2 3 4 5 6 7 8 91011>>