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

/external/chromium/base/
H A Dlogging.h540 #define ENABLE_DLOG 0 macro
546 #define ENABLE_DLOG 0
551 #define ENABLE_DLOG 1
557 #if ENABLE_DLOG
566 #else // ENABLE_DLOG
568 // If ENABLE_DLOG is off, we want to avoid emitting any references to
583 #endif // ENABLE_DLOG
592 // We tie its state to ENABLE_DLOG.
593 enum { DEBUG_MODE = ENABLE_DLOG };
595 #undef ENABLE_DLOG macro
[all...]

Completed in 70 milliseconds