Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcommand_line.h173 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches() function
Dcommand_line_unittest.cc401 CommandLine::SwitchMap switch_map = initial->GetSwitches(); in TEST()
/external/libbrillo/brillo/
Dflag_helper.cc225 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues()
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc104 base::CommandLine::ForCurrentProcess()->GetSwitches()) { in StartChildWithExtraSwitch()
/external/libchrome/base/test/
Dtest_suite.cc411 CommandLine::SwitchMap switches = command_line->GetSwitches(); in Initialize()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc247 CommandLine::SwitchMap switches = command_line.GetSwitches(); in PrepareCommandLineForGTest()