Searched defs:kInvertLoggingSwitch (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/
H A Dlogging_chrome.cc134 const char *kInvertLoggingSwitch = switches::kEnableLogging; local
139 const char *kInvertLoggingSwitch = switches::kDisableLogging;
144 if (command_line.HasSwitch(kInvertLoggingSwitch))
/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc134 const char *kInvertLoggingSwitch = switches::kEnableLogging; local
138 const char *kInvertLoggingSwitch = switches::kDisableLogging;
142 if (command_line.HasSwitch(kInvertLoggingSwitch))

Completed in 85 milliseconds