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

/external/chromium/base/
H A Dcommand_line.cc306 AppendSwitchNative(switch_string, path.value());
309 void CommandLine::AppendSwitchNative(const std::string& switch_string, function in class:CommandLine
333 AppendSwitchNative(switch_string, ASCIIToWide(value_string));
335 AppendSwitchNative(switch_string, value_string);
342 AppendSwitchNative(i->first, i->second);
351 AppendSwitchNative(switches[i], value);

Completed in 91 milliseconds