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

/external/chromium_org/base/
H A Dcommand_line.cc85 command_line.AppendSwitchNative(UTF16ToASCII(switch_string),
88 command_line.AppendSwitchNative(switch_string, switch_value);
332 AppendSwitchNative(switch_string, StringType());
337 AppendSwitchNative(switch_string, path.value());
340 void CommandLine::AppendSwitchNative(const std::string& switch_string, function in class:base::CommandLine
362 AppendSwitchNative(switch_string, ASCIIToWide(value_string));
364 AppendSwitchNative(switch_string, value_string);
373 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i]));

Completed in 159 milliseconds