Searched refs:switch_map (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
H A Dprocess_singleton_uitest.cc78 const CommandLine::SwitchMap& switch_map = standard_switches.GetSwitches(); local
79 for (CommandLine::SwitchMap::const_iterator i = switch_map.begin();
80 i != switch_map.end(); ++i) {
H A Dshell_integration_linux.cc388 const CommandLine::SwitchMap& switch_map = cmd_line.GetSwitches(); local
389 for (CommandLine::SwitchMap::const_iterator i = switch_map.begin();
390 i != switch_map.end(); ++i) {
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_browsertest.cc76 const CommandLine::SwitchMap& switch_map = standard_switches.GetSwitches(); local
77 for (CommandLine::SwitchMap::const_iterator i = switch_map.begin();
78 i != switch_map.end(); ++i) {
H A Dshell_integration_linux.cc755 const CommandLine::SwitchMap& switch_map = cmd_line.GetSwitches(); local
756 for (CommandLine::SwitchMap::const_iterator i = switch_map.begin();
757 i != switch_map.end(); ++i) {

Completed in 118 milliseconds