Home
last modified time | relevance | path

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

/third_party/cef/patch/patches/
Dbase_command_line_1872.patch12 StringType combined_switch_string(UTF8ToWide(switch_key));
15 StringType combined_switch_string(switch_key);
17 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string);
/third_party/gn/src/base/
Dcommand_line.cc333 StringType combined_switch_string(ASCIIToUTF16(switch_key)); in AppendSwitchNative() local
336 StringType combined_switch_string(switch_key); in AppendSwitchNative()
338 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string); in AppendSwitchNative()
345 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchNative()
347 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchNative()
349 argv_.insert(argv_.begin() + begin_args_++, combined_switch_string); in AppendSwitchNative()