Searched refs:DLOG_ASSERT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config_win.cc37 DLOG_ASSERT(new_font.Get());
/external/chromium_org/ui/gfx/
H A Dplatform_font_win.cc239 DLOG_ASSERT(font);
334 DLOG_ASSERT(hfont);
H A Dcanvas.cc584 DLOG_ASSERT(src_x + src_w < std::numeric_limits<int16_t>::max() &&
/external/chromium_org/base/
H A Dlogging.h72 // DLOG_ASSERT(assertion);
115 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
554 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
568 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
675 #define assert(x) DLOG_ASSERT(x)
H A Dlogging_unittest.cc181 DLOG_ASSERT(debug_only_variable) << "test";
/external/chromium_org/third_party/cld/base/
H A Dlogging.h91 // DLOG_ASSERT(assertion);
95 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
745 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
778 #define DLOG_ASSERT(condition) \ macro
852 #define assert(x) DLOG_ASSERT(x)

Completed in 327 milliseconds