Searched refs:Launch (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/chrome/browser/ui/android/infobars/
H A Ddata_reduction_proxy_infobar.cc18 void DataReductionProxyInfoBar::Launch( function in class:DataReductionProxyInfoBar
70 Launch(JNIEnv* env, jclass clazz, jobject jweb_contents, jstring jlink_url) { function
71 DataReductionProxyInfoBar::Launch(env, clazz, jweb_contents, jlink_url);
H A Ddata_reduction_proxy_infobar.h15 static void Launch(JNIEnv* env,
/external/chromium_org/chrome/app/
H A Dclient_util.h39 int Launch(HINSTANCE instance);
H A Dchrome_exe_main_win.cc114 int rc = loader->Launch(instance);
/external/chromium_org/chrome/installer/util/
H A Dwmi.h73 static bool Launch(const std::wstring& command_line, int* process_id);
H A Dwmi_unittest.cc46 bool result = WMIProcess::Launch(L"cmd.exe /c echo excelent!", &pid);
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h65 void (*Launch)(WebPWorker* const worker); member in struct:__anon13307
66 // This function is similar to Launch() except that it calls the
/external/webp/src/utils/
H A Dthread.h65 void (*Launch)(WebPWorker* const worker); member in struct:__anon33404
66 // This function is similar to Launch() except that it calls the
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.h54 virtual void Launch(const GURL& origin,
H A Dnative_process_launcher.cc44 virtual void Launch(const GURL& origin,
52 void Launch(const GURL& origin,
106 void NativeProcessLauncherImpl::Core::Launch( function in class:extensions::__anon3768::NativeProcessLauncherImpl::Core
252 void NativeProcessLauncherImpl::Launch(const GURL& origin, function in class:extensions::__anon3768::NativeProcessLauncherImpl
255 core_->Launch(origin, native_host_name, callback);
/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_host.h45 virtual void Launch(
68 // the Launch method is used to start the process. However if the owner
69 // of this object doesn't call Launch and starts the process in another way,
/external/lldb/test/api/multithreaded/
H A Dlistener_test.cpp42 SBProcess process = target.Launch(g_listener,
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp106 TestCase::Launch (lldb::SBLaunchInfo &launch_info) function in class:TestCase
109 m_process = m_target.Launch (launch_info, error);
121 TestCase::Launch (std::initializer_list<const char*> args) function in class:TestCase
126 return Launch(launch_info);
302 Launch(action.launch_info);
H A DTestCase.h103 Launch (lldb::SBLaunchInfo &launch_info);
106 Launch (std::initializer_list<const char*> args = {});
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_login_flow.h43 void Launch();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.h39 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
H A Dlauncher_item_controller.h74 virtual void Launch(ash::LaunchSource source, int event_flags) = 0;
H A Dapp_shortcut_launcher_item_controller.h42 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
H A Dapp_window_launcher_item_controller.h58 virtual void Launch(ash::LaunchSource source, int event_flags) OVERRIDE;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dadb.h31 virtual Status Launch(const std::string& device_serial,
H A Dadb_impl.h43 virtual Status Launch(const std::string& device_serial,
/external/chromium_org/apps/
H A Dlauncher.cc117 void Launch() { function in class:apps::__anon1836::PlatformAppPathLauncher
143 Launch();
178 base::Bind(&PlatformAppPathLauncher::Launch, this));
359 launcher->Launch();
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.h76 void Launch(int event_flags);
/external/chromium_org/components/nacl/browser/
H A Dnacl_broker_host_win.cc70 process_->Launch(new NaClBrokerSandboxedProcessLauncherDelegate,
/external/lldb/test/python_api/default-constructor/
H A Dsb_target.py12 obj.Launch(listener, None, None, None, None, None, None, 0, True, error)

Completed in 7047 milliseconds

12345