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

  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 291 current_level = LS_SENSITIVE;
347 if (value == "LS_SENSITIVE") {
348 level = LS_SENSITIVE;
373 case LS_SENSITIVE: return "Sensitive";
434 case LS_SENSITIVE:
logging.h 106 // LS_SENSITIVE: Information which should only be logged with the consent
114 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 109 // LS_SENSITIVE: Information which should only be logged with the consent
117 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,

Completed in 67 milliseconds