Searched refs:DLog5 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DDnDUtilities.h69 #define DLog5(arg1, arg2, arg3, arg4, arg5) NSLog(arg1, arg2, arg3, arg4, arg5) macro
76 #define DLog5(arg1, arg2, arg3, arg4, arg5);
H A DCDragSource.m513 DLog5(@" - drag image: %f, %f (%f x %f)", fDragImageOffset.x, fDragImageOffset.y, [dragImage size].width, [dragImage size].height);
H A DCDropTarget.m477 DLog5(@"+ dragEnter: loc native %f, %f, java %f, %f\n", sDraggingLocation.x, sDraggingLocation.y, javaLocation.x, javaLocation.y);
574 //DLog5(@" : dragMoved: loc native %f, %f, java %f, %f\n", sDraggingLocation.x, sDraggingLocation.y, javaLocation.x, javaLocation.y);

Completed in 32 milliseconds