Searched defs:LaunchApp (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dprocess_util_posix.cc606 RAW_LOG(ERROR, "LaunchApp: failed to execvp:");
630 bool LaunchApp( function in namespace:base
650 bool LaunchApp(const std::vector<std::string>& argv, function in namespace:base
654 return LaunchApp(argv, no_env, fds_to_remap, wait, process_handle);
657 bool LaunchApp(const CommandLine& cl, function in namespace:base
661 return LaunchApp(cl.argv(), no_files, wait, process_handle);
H A Dprocess_util_win.cc249 bool LaunchApp(const std::wstring& cmdline, function in namespace:base
304 bool LaunchApp(const CommandLine& cl, function in namespace:base
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2273 browser_handler_map["LaunchApp"] = &TestingAutomationProvider::LaunchApp;
4914 // Sample JSON input: { "command": "LaunchApp",
4917 void TestingAutomationProvider::LaunchApp( function in class:TestingAutomationProvider

Completed in 1136 milliseconds