HomeSort by relevance Sort by last modified time
    Searched refs:switch_list (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/common/
switch_utils.cc 26 std::map<std::string, CommandLine::StringType>* switch_list) {
28 switch_list->erase(kSwitchesToRemoveOnAutorestart[i]);
  /external/chromium_org/chrome/common/
switch_utils.cc 27 std::map<std::string, CommandLine::StringType>* switch_list) {
29 switch_list->erase(kSwitchesToRemoveOnAutorestart[i]);
  /external/chromium/chrome/browser/
about_flags_unittest.cc 183 std::map<std::string, CommandLine::StringType> switch_list; local
184 switch_list[kSwitch1] = CommandLine::StringType();
185 switch_list[switches::kFlagSwitchesBegin] = CommandLine::StringType();
186 switch_list[switches::kFlagSwitchesEnd] = CommandLine::StringType();
187 switch_list["foo"] = CommandLine::StringType();
192 RemoveFlagsSwitches(&switch_list);
193 ASSERT_EQ(4u, switch_list.size());
194 EXPECT_TRUE(switch_list.find(kSwitch1) != switch_list.end());
195 EXPECT_TRUE(switch_list.find(switches::kFlagSwitchesBegin) !
    [all...]
about_flags.h 102 std::map<std::string, CommandLine::StringType>* switch_list);
about_flags.cc 312 std::map<std::string, CommandLine::StringType>* switch_list);
525 std::map<std::string, CommandLine::StringType>* switch_list) {
526 FlagsState::GetInstance()->RemoveFlagsSwitches(switch_list);
685 std::map<std::string, CommandLine::StringType>* switch_list) {
688 switch_list->erase(it->first);
  /external/chromium_org/chrome/browser/
about_flags_unittest.cc 255 std::map<std::string, CommandLine::StringType> switch_list; local
256 switch_list[kSwitch1] = CommandLine::StringType();
257 switch_list[switches::kFlagSwitchesBegin] = CommandLine::StringType();
258 switch_list[switches::kFlagSwitchesEnd] = CommandLine::StringType();
259 switch_list["foo"] = CommandLine::StringType();
264 RemoveFlagsSwitches(&switch_list);
265 ASSERT_EQ(4u, switch_list.size());
266 EXPECT_TRUE(switch_list.find(kSwitch1) != switch_list.end());
267 EXPECT_TRUE(switch_list.find(switches::kFlagSwitchesBegin) !
    [all...]
about_flags.h 143 std::map<std::string, CommandLine::StringType>* switch_list);
about_flags.cc     [all...]

Completed in 74 milliseconds