Searched refs:DLog4 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DDnDUtilities.h68 #define DLog4(arg1, arg2, arg3, arg4) NSLog(arg1, arg2, arg3, arg4) macro
75 #define DLog4(arg1, arg2, arg3, arg4);
H A DCDragSource.m625 DLog4(@"[CDragSource draggedImage beganAt]: (%f, %f) %@\n", screenPoint.x, screenPoint.y, self);
633 DLog4(@"[CDragSource draggedImage endedAt:]: (%f, %f) %@\n", screenPoint.x, screenPoint.y, self);
640 //DLog4(@"[CDragSource draggedImage moved]: (%d, %d) %@\n", (int) screenPoint.x, (int) screenPoint.y, self);
680 DLog4(@"[CDragSource draggedImage moved]: (%f, %f) %@\n", screenPoint.x, screenPoint.y, self);

Completed in 30 milliseconds