Home
last modified time | relevance | path

Searched refs:combined_switch_string (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dcommand_line.cc312 StringType combined_switch_string = in AppendSwitchNative() local
315 combined_switch_string += kSwitchValueSeparator + WindowsStyleQuote(value); in AppendSwitchNative()
318 command_line_string_.append(combined_switch_string); in AppendSwitchNative()
322 StringType combined_switch_string = kSwitchPrefixes[0] + switch_string; in AppendSwitchNative()
324 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchNative()
325 argv_.push_back(combined_switch_string); in AppendSwitchNative()