Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dabout_flags_unittest.cc395 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
428 ConvertFlagsToSwitches(&flags_storage_, &new_command_line, kAddSentinels); in TEST_F()
440 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
456 ConvertFlagsToSwitches(&flags_storage_, &another_command_line, kAddSentinels); in TEST_F()
494 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
513 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
541 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
596 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
605 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
616 ConvertFlagsToSwitches(&flags_storage_, &command_line, kAddSentinels); in TEST_F()
[all …]
Dabout_flags.h118 enum SentinelsMode { kNoSentinels, kAddSentinels }; enumerator
Dabout_flags.cc2378 if (sentinels == kAddSentinels) { in ConvertFlagsToSwitches()
2411 if (sentinels == kAddSentinels) { in ConvertFlagsToSwitches()
Dchrome_browser_main.cc847 about_flags::kAddSentinels); in PreCreateThreadsImpl()
/external/chromium_org/chrome/browser/ui/webui/
Dflags_ui.cc229 about_flags::kAddSentinels); in HandleRestartBrowser()
/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_utils.cc124 &flags_storage_, &user_flags, about_flags::kAddSentinels); in CreatePerSessionCommandLine()