HomeSort by relevance Sort by last modified time
    Searched defs:LaunchOptions (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
launch.cc 9 LaunchOptions::LaunchOptions()
38 LaunchOptions::~LaunchOptions() {
41 LaunchOptions LaunchOptionsForTest() {
42 LaunchOptions options;
launch.h 39 struct BASE_EXPORT LaunchOptions {
40 LaunchOptions();
41 ~LaunchOptions();
144 // See the documentation of LaunchOptions for details on |options|.
162 const LaunchOptions& options,
177 const LaunchOptions& options,
185 // supported LaunchOptions are |start_hidden| and |wait|.
187 const LaunchOptions& options,
196 const LaunchOptions& options,
269 // Creates a LaunchOptions object suitable for launching processes in a tes
    [all...]

Completed in 38 milliseconds