Searched refs:SwitchMap (Results 1 – 4 of 4) sorted by relevance
39 typedef std::map<std::string, StringType> SwitchMap; typedef109 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()172 SwitchMap switches_;
280 SwitchMap::const_iterator result = switches_.find(lowercased_switch); in GetSwitchValueNative()340 SwitchMap::const_iterator i; in AppendSwitches()417 SwitchMap::const_iterator i; in AppendArguments()
78 const CommandLine::SwitchMap& switch_map = standard_switches.GetSwitches(); in StartChrome()79 for (CommandLine::SwitchMap::const_iterator i = switch_map.begin(); in StartChrome()
388 const CommandLine::SwitchMap& switch_map = cmd_line.GetSwitches(); in GetDesktopFileContents()389 for (CommandLine::SwitchMap::const_iterator i = switch_map.begin(); in GetDesktopFileContents()