HomeSort by relevance Sort by last modified time
    Searched defs:shell (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/ash/shell/
shell_main_parts.cc 5 #include "ash/shell/shell_main_parts.h"
12 namespace shell { namespace in namespace:ash
21 } // namespace shell
shell_main_parts.h 9 namespace shell { namespace in namespace:ash
14 } // namespace shell
example_factory.h 17 namespace shell { namespace in namespace:ash
28 } // namespace shell
window_watcher_shelf_item_delegate.h 14 namespace shell { namespace in namespace:ash
40 } // namespace shell
  /external/chromium_org/mojo/shell/
init.cc 5 #include "mojo/shell/init.h"
10 namespace shell { namespace in namespace:mojo
23 } // namespace shell
init.h 9 namespace shell { namespace in namespace:mojo
15 } // namespace shell
run.cc 5 #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
run.h 13 namespace shell { namespace in namespace:mojo
19 } // namespace shell
app_child_process.h 9 #include "mojo/shell/child_process.h"
12 namespace shell { namespace in namespace:mojo
27 } // namespace shell
test_child_process.h 9 #include "mojo/shell/child_process.h"
12 namespace shell { namespace in namespace:mojo
25 } // namespace shell
keep_alive.cc 5 #include "mojo/shell/keep_alive.h"
8 #include "mojo/shell/context.h"
11 namespace shell { namespace in namespace:mojo
33 } // namespace shell
keep_alive.h 11 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
out_of_process_dynamic_service_runner.cc 5 #include "mojo/shell/out_of_process_dynamic_service_runner.h"
14 namespace shell { namespace in namespace:mojo
63 } // namespace shell
test_child_process.cc 5 #include "mojo/shell/test_child_process.h"
13 namespace shell { namespace in namespace:mojo
27 } // namespace shell
view_manager_loader.cc 5 #include "mojo/shell/view_manager_loader.h"
11 namespace shell { namespace in namespace:mojo
35 } // namespace shell
view_manager_loader.h 16 namespace shell { namespace in namespace:mojo
38 } // namespace shell
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellSwitches.java 5 package org.chromium.android_webview.shell;
8 * Contains all of the command line switches that are specific to the test shell of
  /external/chromium_org/apps/shell/renderer/
shell_custom_bindings.js 12 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/
spoken_feedback_toggler_unittest.cc 7 #include "ash/shell.h"
19 Shell* shell = Shell::GetInstance(); local
20 AccessibilityDelegate* delegate = shell->accessibility_delegate();
  /external/chromium_org/ash/shell/content_client/
shell_content_browser_client.h 20 namespace shell { namespace in namespace:ash
45 } // namespace shell
shell_content_browser_client.cc 5 #include "ash/shell/content_client/shell_content_browser_client.h"
7 #include "ash/shell/content_client/shell_browser_main_parts.h"
8 #include "content/shell/browser/shell_browser_context.h"
12 namespace shell { namespace in namespace:ash
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellApplicationObserver.java 5 package org.chromium.chrome.shell;
ChromeShellSwitches.java 5 package org.chromium.chrome.shell;
8 * Command line switches for the shell.
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
ChromeShellSyncAdapterService.java 5 package org.chromium.chrome.shell.sync;
  /external/chromium_org/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/
DummyTest.java 5 package org.chromium.chrome.shell.uiautomator;

Completed in 2941 milliseconds

1 2 3 4 5 6 7 8 91011