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

  /external/chromium_org/chrome/installer/util/
master_preferences_constants.cc 46 const char kVerboseLogging[] = "verbose_logging";
master_preferences_constants.h 96 extern const char kVerboseLogging[];
google_update_util.cc 176 installer::switches::kVerboseLogging)) {
177 cmd.AppendSwitch(installer::switches::kVerboseLogging);
logging_installer.cc 94 if (prefs.GetBool(installer::master_preferences::kVerboseLogging,
user_experiment.cc 118 if (current_cmd_line.HasSwitch(switches::kVerboseLogging))
119 cmd_line->AppendSwitch(switches::kVerboseLogging);
209 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kVerboseLogging))
210 cmd_line->AppendSwitch(switches::kVerboseLogging);
util_constants.cc 173 const char kVerboseLogging[] = "verbose-logging";
master_preferences_unittest.cc 96 installer::master_preferences::kVerboseLogging,
268 { installer::master_preferences::kVerboseLogging, false },
299 installer::master_preferences::kVerboseLogging, &value));
util_constants.h 189 extern const char kVerboseLogging[];
master_preferences.cc 162 { installer::switches::kVerboseLogging,
163 installer::master_preferences::kVerboseLogging },
installation_validator_unittest.cc 226 cmd_line.AppendSwitch(installer::switches::kVerboseLogging);
245 cmd_line.AppendSwitch(installer::switches::kVerboseLogging);
installer_state.cc 101 if (!prefs.GetBool(master_preferences::kVerboseLogging, &verbose_logging_))
  /art/runtime/native/
dalvik_system_DexFile.cc 288 template <const bool kVerboseLogging, const bool kReasonLogging>
298 // kVerboseLogging instead of the usual kReasonLogging since it is
300 if (kVerboseLogging) {
320 if (kVerboseLogging) {
325 if (kVerboseLogging) {
348 if (kVerboseLogging) {
381 const bool kVerboseLogging = false;
403 if (kVerboseLogging) {
455 if (kVerboseLogging) {
464 if (kVerboseLogging) {
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 340 cmd_line.AppendSwitch(switches::kVerboseLogging);
373 // kMultiInstall and kVerboseLogging were processed above.
    [all...]

Completed in 289 milliseconds