Searched defs:ENABLE_DLOG (Results 1 - 2 of 2) 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...]
/external/chromium_org/base/
H A Dlogging.h600 #define ENABLE_DLOG 0 macro
606 #define ENABLE_DLOG 0
611 #define ENABLE_DLOG 1
617 #if ENABLE_DLOG
626 #else // ENABLE_DLOG
628 // If ENABLE_DLOG is off, we want to avoid emitting any references to
640 #endif // ENABLE_DLOG
649 // We tie its state to ENABLE_DLOG.
650 enum { DEBUG_MODE = ENABLE_DLOG };
652 #undef ENABLE_DLOG macro
[all...]

Completed in 97 milliseconds