HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_MODE (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/base/
logging.h 231 // DEBUG_MODE is for uses like
232 // if (DEBUG_MODE) foo.CheckThatFoo();
245 enum { DEBUG_MODE = 1 };
350 enum { DEBUG_MODE = 0 };
  /external/chromium/base/
logging.h 337 // DEBUG_MODE is for uses like
338 // if (DEBUG_MODE) foo.CheckThatFoo();
379 enum { DEBUG_MODE = 0 };
446 enum { DEBUG_MODE = 1 };
521 enum { DEBUG_MODE = 0 };
    [all...]

Completed in 76 milliseconds