HomeSort by relevance Sort by last modified time
    Searched refs:DLOG_ASSERT (Results 1 - 5 of 5) sorted by null

  /external/chromium/googleurl/base/
logging.h 68 // DLOG_ASSERT(assertion);
72 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
242 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
347 #define DLOG_ASSERT(condition) \
398 #define assert(x) DLOG_ASSERT(x)
  /external/chromium/base/
logging.h 75 // DLOG_ASSERT(assertion);
118 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
561 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
578 #define DLOG_ASSERT(condition) DLOG_EAT_STREAM_PARAMETERS
712 #define assert(x) DLOG_ASSERT(x)
    [all...]
logging_unittest.cc 192 DLOG_ASSERT(debug_only_variable) << "test";
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 790 DLOG_ASSERT("FileDialogFunction::AddCallback tab_id already present");
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 508 DLOG_ASSERT("WebDataService dtor called without Shutdown");
    [all...]

Completed in 88 milliseconds