Home
last modified time | relevance | path

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

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