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