Searched defs:shell (Results 1 - 25 of 183) sorted by relevance

12345678

/external/chromium_org/ash/shell/
H A Dshell_main_parts.cc5 #include "ash/shell/shell_main_parts.h"
12 namespace shell { namespace in namespace:ash
21 } // namespace shell
H A Dshell_main_parts.h9 namespace shell { namespace in namespace:ash
14 } // namespace shell
H A Dexample_factory.h17 namespace shell { namespace in namespace:ash
28 } // namespace shell
H A Dwindow_watcher_shelf_item_delegate.h14 namespace shell { namespace in namespace:ash
40 } // namespace shell
/external/chromium_org/mojo/shell/
H A Dinit.cc5 #include "mojo/shell/init.h"
10 namespace shell { namespace in namespace:mojo
23 } // namespace shell
H A Dinit.h9 namespace shell { namespace in namespace:mojo
15 } // namespace shell
H A Drun.h13 namespace shell { namespace in namespace:mojo
19 } // namespace shell
H A Dapp_child_process.h9 #include "mojo/shell/child_process.h"
12 namespace shell { namespace in namespace:mojo
27 } // namespace shell
H A Dtest_child_process.h9 #include "mojo/shell/child_process.h"
12 namespace shell { namespace in namespace:mojo
25 } // namespace shell
H A Dkeep_alive.cc5 #include "mojo/shell/keep_alive.h"
8 #include "mojo/shell/context.h"
11 namespace shell { namespace in namespace:mojo
33 } // namespace shell
H A Dkeep_alive.h11 namespace shell { namespace in namespace:mojo
26 // with |context| (i.e., the shell's UI thread). Must only be used from
27 // the shell's UI thread.
41 } // namespace shell
H A Drun.cc5 #include "mojo/shell/run.h"
9 #include "mojo/shell/context.h"
10 #include "mojo/shell/keep_alive.h"
13 namespace shell { namespace in namespace:mojo
32 } // namespace shell
H A Dtest_child_process.cc5 #include "mojo/shell/test_child_process.h"
13 namespace shell { namespace in namespace:mojo
27 } // namespace shell
H A Dview_manager_loader.h16 namespace shell { namespace in namespace:mojo
38 } // namespace shell
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DAwShellSwitches.java5 package org.chromium.android_webview.shell;
8 * Contains all of the command line switches that are specific to the test shell of
H A DAwShellApplication.java5 package org.chromium.android_webview.shell;
18 * The android_webview shell Application subclass.
H A DAwShellResourceProvider.java5 package org.chromium.android_webview.shell;
12 * Registers resources for the Android webview shell.
/external/chromium_org/apps/shell/renderer/
H A Dshell_custom_bindings.js12 var shell = Binding.create('shell'); variable
13 shell.registerCustomHook(function(bindingsAPI) {
36 view.chrome.shell.initializeAppWindow();
47 callback(view.chrome.shell.currentWindow());
61 'The JavaScript context calling chrome.shell.currentWindow() has' +
78 exports.binding = shell.generate();
/external/chromium_org/ash/accelerators/
H A Dspoken_feedback_toggler_unittest.cc7 #include "ash/shell.h"
19 Shell* shell = Shell::GetInstance(); local
20 AccessibilityDelegate* delegate = shell->accessibility_delegate();
/external/chromium_org/ash/shell/content_client/
H A Dshell_content_browser_client.h20 namespace shell { namespace in namespace:ash
45 } // namespace shell
H A Dshell_main_delegate.h11 #include "content/shell/common/shell_content_client.h"
20 namespace shell { namespace in namespace:ash
42 } // namespace shell
/external/chromium_org/ash/test/
H A Dapp_list_controller_test_api.cc18 AppListControllerTestApi::AppListControllerTestApi(Shell* shell) argument
19 : app_list_controller_(ShellTestApi(shell).app_list_controller()) {}
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
H A DChromeShellApplicationObserver.java5 package org.chromium.chrome.shell;
H A DChromeShellSwitches.java5 package org.chromium.chrome.shell;
8 * Command line switches for the shell.
/external/chromium_org/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/
H A DDummyTest.java5 package org.chromium.chrome.shell.uiautomator;

Completed in 6405 milliseconds

12345678