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

/external/libweave/third_party/chromium/base/
H A Dlogging.cc45 LoggingDestination g_logging_destination = LOG_DEFAULT; member in namespace:logging::__anon11696
70 g_logging_destination = settings.logging_dest;
89 // when g_logging_destination is LOG_NONE.
90 return g_logging_destination != LOG_NONE || log_message_handler ||
169 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) {
/external/libchrome/base/
H A Dlogging.cc102 LoggingDestination g_logging_destination = LOG_DEFAULT; member in namespace:logging::__anon9186
287 if ((g_logging_destination & LOG_TO_FILE) != 0) {
371 g_logging_destination = settings.logging_dest;
374 if ((g_logging_destination & LOG_TO_FILE) == 0)
409 // when g_logging_destination is LOG_NONE.
410 return g_logging_destination != LOG_NONE || log_message_handler ||
542 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) {
699 if ((g_logging_destination & LOG_TO_FILE) != 0) {
915 return g_logging_destination & LOG_TO_FILE;

Completed in 35 milliseconds