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

  /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.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);
about_flags.h 102 std::map<std::string, CommandLine::StringType>* switch_list);
  /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_org/chrome/browser/
about_flags_unittest.cc 265 std::map<std::string, CommandLine::StringType> switch_list; local
266 switch_list[kSwitch1] = CommandLine::StringType();
267 switch_list[switches::kFlagSwitchesBegin] = CommandLine::StringType();
268 switch_list[switches::kFlagSwitchesEnd] = CommandLine::StringType();
269 switch_list["foo"] = CommandLine::StringType();
274 RemoveFlagsSwitches(&switch_list);
275 ASSERT_EQ(4u, switch_list.size());
276 EXPECT_TRUE(switch_list.find(kSwitch1) != switch_list.end());
277 EXPECT_TRUE(switch_list.find(switches::kFlagSwitchesBegin) !
    [all...]
about_flags.h 148 std::map<std::string, CommandLine::StringType>* switch_list);
about_flags.cc     [all...]
  /external/bison/tests/
existing.at 1076 SWITCH_LIST
1120 SWITCH_LIST : EXPRESSION
1123 SWITCH_LIST
    [all...]

Completed in 871 milliseconds