Home | History | Annotate | Download | only in desktop_capture

Lines Matching defs:DCHECK

34 #define DCHECK(condition) (void)(condition)
36 #define DCHECK(condition) if (!(condition)) {abort();}
256 DCHECK(!callback_);
257 DCHECK(callback);
309 DCHECK(!mouse_shape_observer_);
310 DCHECK(mouse_shape_observer);
316 DCHECK(screens->size() == 0);
335 DCHECK(damage_event->level == XDamageReportNonEmpty);
356 DCHECK(has_xfixes_);
438 DCHECK(differ_.get() != NULL);
439 DCHECK(queue_.previous_frame()->data());
474 DCHECK(queue_.previous_frame());
478 DCHECK(current != last);