Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dabout_flags.cc607 switch_and_value_pair = name_to_switch_it->second; in ConvertFlagsToSwitches() local
609 command_line->AppendSwitchASCII(switch_and_value_pair.first, in ConvertFlagsToSwitches()
610 switch_and_value_pair.second); in ConvertFlagsToSwitches()
611 flags_switches_[switch_and_value_pair.first] = switch_and_value_pair.second; in ConvertFlagsToSwitches()