Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_config_win.cc37 DLOG_ASSERT(new_font.Get()); in Init()
/external/chromium_org/base/
Dlogging.h554 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
568 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
675 #define assert(x) DLOG_ASSERT(x)
Dlogging_unittest.cc181 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()
/external/chromium_org/ui/gfx/
Dplatform_font_win.cc239 DLOG_ASSERT(font); in GetBaseFontRef()
334 DLOG_ASSERT(hfont); in HFontRef()
Dcanvas.cc584 DLOG_ASSERT(src_x + src_w < std::numeric_limits<int16_t>::max() && in DrawImageIntHelper()
/external/chromium_org/third_party/cld/base/
Dlogging.h745 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
778 #define DLOG_ASSERT(condition) \ macro
852 #define assert(x) DLOG_ASSERT(x)