HomeSort by relevance Sort by last modified time
    Searched refs:CommandLineFromParameters (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.h 18 CommandLine CommandLineFromParameters(const wchar_t* params);
delegate_execute_util_unittest.cc 25 cl = delegate_execute::CommandLineFromParameters(NULL);
30 cl = delegate_execute::CommandLineFromParameters(
45 this_exe, delegate_execute::CommandLineFromParameters(NULL), string16());
51 this_exe, delegate_execute::CommandLineFromParameters(NULL),
60 this_exe, delegate_execute::CommandLineFromParameters(
delegate_execute_util.cc 12 CommandLine CommandLineFromParameters(const wchar_t* params) {
command_execute_impl.cc 193 parameters_ = delegate_execute::CommandLineFromParameters(params);

Completed in 61 milliseconds