HomeSort by relevance Sort by last modified time
    Searched refs:Launch (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunch.java 17 package com.android.ide.eclipse.adt.internal.launch;
22 import org.eclipse.debug.core.Launch;
26 * Custom implementation of Launch to allow access to the LaunchManager
29 public class AndroidLaunch extends Launch {
42 /** Stops the launch, and removes it from the launch manager */
54 // remove the launch
  /external/chromium_org/chrome/app/
client_util.h 39 int Launch(HINSTANCE instance, sandbox::SandboxInterfaceInfo* sbox_info);
  /external/chromium_org/chrome/installer/util/
wmi.h 12 // functionality that is needed right now which is to use WMI to launch a
73 static bool Launch(const std::wstring& command_line, int* process_id);
wmi_unittest.cc 46 bool result = WMIProcess::Launch(L"cmd.exe /c echo excelent!", &pid);
  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.h 29 bool Launch(ChromeRenderMessageFilter* chrome_render_message_filter,
nacl_broker_host_win.cc 44 BrowserChildProcessHost::Launch(FilePath(), cmd_line);
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_login_flow.h 37 void Launch();
  /external/chromium_org/content/public/browser/
browser_child_process_host.h 44 // Derived classes call this to launch the child process asynchronously.
46 virtual void Launch(
74 // the Launch method is used to start the process. However if the owner
75 // of this object doesn't call Launch and starts the process in another way,
  /external/chromium/chrome/browser/importer/
profile_import_process_host.cc 108 Launch(false, env, cmd_line);
112 Launch(no_exposed_directory, cmd_line);
116 Launch(false, env, cmd_line);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.h 53 virtual void Launch(const GURL& origin,
native_process_launcher.cc 62 virtual void Launch(const GURL& origin,
70 void Launch(const GURL& origin,
120 void NativeProcessLauncherImpl::Core::Launch(
265 void NativeProcessLauncherImpl::Launch(const GURL& origin,
268 core_->Launch(origin, native_host_name, callback);
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb.h 29 virtual Status Launch(const std::string& device_serial,
adb_impl.h 41 virtual Status Launch(const std::string& device_serial,
  /external/chromium/chrome/browser/service/
service_process_control_browsertest.cc 42 // Launch the process asynchronously.
43 process->Launch(
89 // because this can get invoked in the context of a Launch() call and we
123 // starts but we try to launch it again in the remoting setup dialog.
131 // Launch the service process the first time.
138 // Launch the service process again.
153 // Invoke multiple Launch calls in succession and ensure that all the tasks
168 // Launch the process asynchronously.
169 process->Launch(
193 // Launch the process asynchronously
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.cc 59 process_control_->Launch(done_task, done_task);
  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 95 BrowserInit::LaunchWithProfile launch(FilePath(), dummy);
98 launch.OpenURLsInBrowser(popup, false, urls);
106 // Load an app with launch.container = 'tab'.
115 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
116 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
119 // The launch should have created a new browser.
143 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
144 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false))
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 73 void Launch(int event_flags);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.h 41 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
90 // keeping track of the last launch attempt.
browser_shortcut_launcher_item_controller.h 35 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
launcher_item_controller.h 74 virtual void Launch(ash::LaunchSource source, int event_flags) = 0;
shell_window_launcher_item_controller.h 60 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
  /external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.cc 11 TEST(ChromeFrame, Launch) {
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 59 // already running and the user wants to launch another instance.
60 bool Launch(Profile* profile,
105 // Invoked from Launch to handle processing of urls. This may do any of the
127 // and launch via an existing process (i.e. those explicitly specified by
131 // . If the user's startup pref is to launch a specific set of URLs they
  /external/chromium_org/chrome/service/
service_utility_process_host.h 121 // Launch the child process synchronously.
122 // TODO(sanjeevr): Determine whether we need to make the launch asynchronous.
125 bool Launch(CommandLine* cmd_line,
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 70 process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate, cmd_line);

Completed in 395 milliseconds

1 2 3 4