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

  /external/libchrome/base/
command_line.cc 89 command_line->AppendSwitchNative(UTF16ToASCII(switch_string),
92 command_line->AppendSwitchNative(switch_string, switch_value);
323 AppendSwitchNative(switch_string, StringType());
328 AppendSwitchNative(switch_string, path.value());
331 void CommandLine::AppendSwitchNative(const std::string& switch_string,
358 AppendSwitchNative(switch_string, ASCIIToUTF16(value_string));
360 AppendSwitchNative(switch_string, value_string);
369 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i]));
command_line.h 181 void AppendSwitchNative(const std::string& switch_string,
command_line_unittest.cc 280 cl.AppendSwitchNative(switch5, value5);
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc 87 command_line.AppendSwitchNative(entry.first, entry.second);

Completed in 62 milliseconds