Searched refs:combined_switch_string (Results 1 – 3 of 3) sorted by relevance
155 std::string combined_switch_string(switch_string); in AppendSwitchASCII() local156 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string); in AppendSwitchASCII()160 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchASCII()162 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchASCII()164 argv_.insert(argv_.begin() + begin_args_++, combined_switch_string); in AppendSwitchASCII()
331 StringType combined_switch_string(ASCIIToUTF16(switch_key)); in AppendSwitchNative() local334 StringType combined_switch_string(switch_key); in AppendSwitchNative()336 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string); in AppendSwitchNative()343 combined_switch_string = kSwitchPrefixes[0] + combined_switch_string; in AppendSwitchNative()345 combined_switch_string += kSwitchValueSeparator + value; in AppendSwitchNative()347 argv_.insert(argv_.begin() + begin_args_++, combined_switch_string); in AppendSwitchNative()
389 StringType combined_switch_string(UTF8ToWide(switch_key)); in GetSwitchValueASCII() local392 StringType combined_switch_string(switch_key); in GetSwitchValueASCII() local394 size_t prefix_length = GetSwitchPrefixLength(combined_switch_string); in GetSwitchValueASCII()405 combined_switch_string.insert(0, kSwitchPrefixes[0].data(), in GetSwitchValueASCII()409 base::StrAppend(&combined_switch_string, {kSwitchValueSeparator, value}); in GetSwitchValueASCII()411 argv_.insert(argv_.begin() + begin_args_, combined_switch_string); in GetSwitchValueASCII()