HomeSort by relevance Sort by last modified time
    Searched full:shell (Results 151 - 175 of 4343) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/shell/app/
paths_mac.h 18 // Gets the path to the content shell's pak file.
21 // Gets the path to content shell's Info.plist file.
  /external/chromium_org/content/shell/browser/
shell_browser_main_parts_mac.mm 5 #include "content/shell/browser/shell_browser_main_parts.h"
11 #include "content/shell/browser/shell_application_mac.h"
  /external/chromium_org/content/test/
content_browser_test.cc 16 #include "content/shell/app/shell_main_delegate.h"
17 #include "content/shell/browser/shell.h"
18 #include "content/shell/browser/shell_browser_context.h"
19 #include "content/shell/browser/shell_content_browser_client.h"
20 #include "content/shell/common/shell_switches.h"
21 #include "content/shell/renderer/shell_content_renderer_client.h"
43 FILE_PATH_LITERAL("Content Shell.app/Contents/MacOS/Content Shell"));
82 "Frameworks/Content Shell Helper.app/Contents/MacOS/Content Shell Helper")
    [all...]
  /external/chromium_org/mojo/shell/
network_delegate.h 12 namespace shell { namespace in namespace:mojo
21 } // namespace shell
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
Makefile 12 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
17 $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
  /external/chromium_org/v8/build/
all.gyp 18 '../tools/lexer-shell.gyp:lexer-shell',
  /external/mesa3d/src/gallium/winsys/svga/drm/
Makefile 12 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
17 $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
  /external/qemu/distrib/libpng-1.2.19/
Makefile 8 HOST_ARCH := $(shell uname -p)
9 HOST_OS := $(shell uname -s)
  /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);
  /development/scripts/
reverse_tether.sh 85 $ADB shell "svc usb setFunction rndis"
87 $ADB shell "ifconfig $PHONE_DEV down"
90 $ADB shell "/data/local/hwaddr $PHONE_DEV $PHONE_HW"
91 $ADB shell "/data/local/hwaddr $PHONE_DEV"
96 $ADB shell "svc usb setFunction" #empty to clear
101 $ADB shell "ifconfig $PHONE_DEV $PHONE_IP netmask $NETMASK up"
109 $ADB shell 'setprop net.dnschange $((`getprop net.dnschange`+1))'
113 $ADB shell 'cat /proc/net/route' | awk '{ if ($2==00000000) print $1 }'
117 $ADB shell "svc data disable"
118 $ADB shell "svc wifi disable
    [all...]
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 5 #include "ash/shell/shell_delegate_impl.h"
16 #include "ash/shell/context_menu.h"
17 #include "ash/shell/example_factory.h"
18 #include "ash/shell/keyboard_controller_proxy_stub.h"
19 #include "ash/shell/shelf_delegate_impl.h"
20 #include "ash/shell/toplevel_window.h"
29 namespace shell { namespace in namespace:ash
39 ash::shell::ToplevelWindow::CreateParams create_params;
42 ash::shell::ToplevelWindow::CreateToplevelWindow(create_params);
121 return ash::shell::CreateAppListViewDelegate()
    [all...]
window_watcher_shelf_item_delegate.cc 5 #include "ash/shell/window_watcher_shelf_item_delegate.h"
7 #include "ash/shell/window_watcher.h"
12 namespace shell { namespace in namespace:ash
56 } // namespace shell
  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 16 #include "content/shell/browser/shell.h"
65 RenderViewHostTestWebContentsObserver observer(shell()->web_contents());
68 NavigateToURL(shell(), test_url);
78 RenderViewHostTestWebContentsObserver observer(shell()->web_contents());
82 NavigateToURL(shell(), test_url);
91 NavigateToURL(shell(), test_url);
101 NavigateToURL(shell(), test_url);
104 shell()->web_contents()->GetRenderViewHost());
108 EXPECT_TRUE(ExecuteScript(shell()->web_contents(), "window.open();"))
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc 24 #include "content/shell/browser/shell.h"
44 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();
61 void NavigateAndWaitForTitle(Shell* shell,
70 TitleWatcher title_watcher(shell->web_contents(), expected_title16);
71 NavigateToURL(shell, url);
78 shell()->web_contents()->GetBrowserContext());
87 shell()->web_contents()->GetBrowserContext())->GetQuotaManager())
    [all...]
  /external/chromium_org/ash/
shell.cc 5 #include "ash/shell.h"
167 Shell* Shell::instance_ = NULL;
169 bool Shell::initially_hide_cursor_ = false;
172 // Shell, public:
175 Shell* Shell::CreateInstance(ShellDelegate* delegate) {
177 instance_ = new Shell(delegate);
183 Shell* Shell::GetInstance()
217 Shell* shell = GetInstance(); local
    [all...]
  /development/cmds/monkey/
monkey 2 # shell.
  /external/chromium/webkit/glue/
DEPS 8 "+webkit/tools/test_shell", # Needed for test shell tests.
  /external/chromium_org/ash/shelf/
app_list_shelf_item_delegate.cc 8 #include "ash/shell.h"
18 Shell::GetInstance()->shelf_model()->Add(app_list);
27 Shell::GetInstance()->ToggleAppList(NULL);
32 ShelfModel* model = Shell::GetInstance()->shelf_model();
  /external/chromium_org/ash/shell/content_client/
shell_browser_main_parts.h 26 namespace shell { namespace in namespace:ash
51 scoped_ptr<ash::shell::WindowWatcher> window_watcher_;
52 ShellDelegateImpl* delegate_; // owned by Shell
57 } // namespace shell
  /external/chromium_org/ash/test/
ash_test_helper.h 30 // root window and an ash::Shell instance with a test delegate.
36 // Creates the ash::Shell and performs associated initialization.
41 // Destroys the ash::Shell and performs associated cleanup.
59 TestShellDelegate* test_shell_delegate_; // Owned by ash::Shell.
shell_test_api.cc 9 #include "ash/shell.h"
19 ShellTestApi::ShellTestApi(Shell* shell) : shell_(shell) {}
  /external/chromium_org/build/slave/
README 7 * Scripts in this directory must not import from outside this directory or shell
  /external/chromium_org/chrome/browser/ui/ash/
ash_util.cc 7 #include "ash/shell.h"
20 if (!ash::Shell::HasInstance())
24 ash::Shell::GetInstance()->GetAllRootWindows();
43 if (!ash::Shell::HasInstance())
  /external/chromium_org/content/browser/
child_process_security_policy_browsertest.cc 13 #include "content/shell/browser/shell.h"
45 NavigateToURL(shell(), url);
50 WebContents* web_contents = shell()->web_contents();
  /external/chromium_org/content/browser/dom_storage/
dom_storage_browsertest.cc 10 #include "content/shell/browser/shell.h"
26 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();

Completed in 1497 milliseconds

1 2 3 4 5 67 8 91011>>