Searched refs:kDisableSync (Results 1 – 8 of 8) sorted by relevance
32 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kDisableSync); in DisableSync()
37 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kDisableSync); in SetUp()
218 cmd.AppendSwitch(switches::kDisableSync); in Run()290 cmd.AppendSwitch(switches::kDisableSync); in CreateServiceStateFile()
108 extern const char kDisableSync[];
359 const char kDisableSync[] = "disable-sync"; variable
82 command_line->AppendSwitch(switches::kDisableSync); in SetUpCommandLine()
247 singleton_command_line->AppendSwitch(::switches::kDisableSync); in PreEarlyInitialization()
2457 return !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableSync); in IsSyncEnabled()