Home
last modified time | relevance | path

Searched defs:switch_string (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcommand_line.cc59 CommandLine::StringType* switch_string, in IsSwitch()
86 CommandLine::StringType switch_string; in AppendSwitchesAndArguments() local
318 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch()
322 void CommandLine::AppendSwitchPath(const std::string& switch_string, in AppendSwitchPath()
327 void CommandLine::AppendSwitchNative(const std::string& switch_string, in AppendSwitchNative()
350 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII()
463 StringType switch_string; in GetArgumentsStringInternal() local
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc83 const std::string& switch_string, in StartChildWithExtraSwitch()