Home
last modified time | relevance | path

Searched refs:g_logging_destination (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/
Dlogging.cc45 LoggingDestination g_logging_destination = LOG_DEFAULT; variable
70 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()
90 return g_logging_destination != LOG_NONE || log_message_handler || in ShouldCreateLogMessage()
169 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) { in ~LogMessage()
/external/libchrome/base/
Dlogging.cc102 LoggingDestination g_logging_destination = LOG_DEFAULT; variable
287 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()
371 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()
374 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()
410 return g_logging_destination != LOG_NONE || log_message_handler || in ShouldCreateLogMessage()
542 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) { in ~LogMessage()
699 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()
915 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()