Searched refs:SwitchMap (Results 1 – 11 of 11) sorted by relevance
60 const base::CommandLine::SwitchMap& map = mutable_value()->GetSwitches(); in Reset()61 const_cast<base::CommandLine::SwitchMap*>(&map)->clear(); in Reset()103 void CefCommandLineImpl::GetSwitches(SwitchMap& switches) { in GetSwitches()105 const base::CommandLine::SwitchMap& map = const_value().GetSwitches(); in GetSwitches()106 base::CommandLine::SwitchMap::const_iterator it = map.begin(); in GetSwitches()
39 void GetSwitches(SwitchMap& switches) override;
41 using SwitchMap = std::map<std::string, StringType, std::less<>>; variable178 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()243 SwitchMap switches_;
60 typedef std::map<CefString, CefString> SwitchMap; typedef167 virtual void GetSwitches(SwitchMap& switches) = 0;
33 CefCommandLine::SwitchMap switches; in VerifyCommandLine()39 CefCommandLine::SwitchMap::const_iterator it = switches.begin(); in VerifyCommandLine()
77 const base::CommandLine::SwitchMap& map = command_line->GetSwitches(); in BasicStartupComplete()78 const_cast<base::CommandLine::SwitchMap*>(&map)->clear(); in BasicStartupComplete()
51 void GetSwitches(SwitchMap& switches) override;
280 void CefCommandLineCToCpp::GetSwitches(SwitchMap& switches) { in GetSwitches()
110 const base::CommandLine::SwitchMap& map = command_line->GetSwitches(); in BasicStartupComplete()111 const_cast<base::CommandLine::SwitchMap*>(&map)->clear(); in BasicStartupComplete()
102 const base::CommandLine::SwitchMap& switches = our_cmdline.GetSwitches(); in GetSelfInvocationCommandLine()103 for (base::CommandLine::SwitchMap::const_iterator i = switches.begin(); in GetSelfInvocationCommandLine()
265 const base::CommandLine::SwitchMap& switches = in RunHelp()