Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.cc330 const std::string switch_key = ToLowerASCII(switch_string); in AppendSwitchNative() local
331 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()