Searched defs:AppendSwitchNative (Results 1 - 2 of 2) 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);
/external/chromium_org/base/
H A Dcommand_line.cc84 command_line.AppendSwitchNative(WideToASCII(switch_string), switch_value);
86 command_line.AppendSwitchNative(switch_string, switch_value);
330 AppendSwitchNative(switch_string, StringType());
335 AppendSwitchNative(switch_string, path.value());
338 void CommandLine::AppendSwitchNative(const std::string& switch_string, function in class:CommandLine
360 AppendSwitchNative(switch_string, ASCIIToWide(value_string));
362 AppendSwitchNative(switch_string, value_string);
371 AppendSwitchNative(switches[i], source.GetSwitchValueNative(switches[i]));

Completed in 129 milliseconds