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

  /external/chromium_org/ui/views/controls/menu/
menu_config_win.cc 37 DLOG_ASSERT(new_font.Get());
  /external/chromium_org/ui/gfx/
platform_font_win.cc 220 DLOG_ASSERT(font);
279 DLOG_ASSERT(hfont);
canvas.cc 578 DLOG_ASSERT(src_x + src_w < std::numeric_limits<int16_t>::max() &&
  /external/chromium_org/base/
logging.h 72 // DLOG_ASSERT(assertion);
115 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
554 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
568 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
675 #define assert(x) DLOG_ASSERT(x)
    [all...]
logging_unittest.cc 181 DLOG_ASSERT(debug_only_variable) << "test";
  /external/chromium_org/third_party/cld/base/
logging.h 91 // DLOG_ASSERT(assertion);
95 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
745 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
778 #define DLOG_ASSERT(condition) \
    [all...]

Completed in 130 milliseconds