Searched refs:switch_key (Results 1 – 1 of 1) sorted by relevance
326 const std::string switch_key = ToLowerASCII(switch_string); in AppendSwitchNative() local327 StringType combined_switch_string(ASCIIToUTF16(switch_key)); in AppendSwitchNative()329 const std::string& switch_key = switch_string; in AppendSwitchNative()330 StringType combined_switch_string(switch_key); in AppendSwitchNative()334 switches_.insert(make_pair(switch_key.substr(prefix_length), value)); in AppendSwitchNative()