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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DDnDUtilities.h67 #define DLog3(arg1, arg2, arg3) NSLog(arg1, arg2, arg3) macro
74 #define DLog3(arg1, arg2, arg3);
H A DCDragSource.m512 DLog3(@" - drag origin: %f, %f", fDragPos.x, fDragPos.y);
514 DLog3(@" - event point (window) %f, %f", [dragEvent locationInWindow].x, [dragEvent locationInWindow].y);
515 DLog3(@" - drag point (view) %f, %f", dragOrigin.x, dragOrigin.y);
567 DLog3(@" -> posting dragDropFinished, point %f, %f", point.x, point.y);
608 DLog3(@" -> posting operationChanged, point %f, %f", point.x, point.y);
682 DLog3(@" -> posting dragMotion, point %f, %f", point.x, point.y);
686 DLog3(@" -> posting dragMouseMoved, point %f, %f", point.x, point.y);
711 DLog3(@" -> posting dragEnter, point %f, %f", point.x, point.y);
721 DLog3(@" -> posting dragExit, point %f, %f", point.x, point.y);
H A DCDropTarget.m249 DLog3(@"[CDropTarget copyDraggingTypes]: type[%lu] = %@\n", (unsigned long) i, pbType);
580 DLog3(@" >> posting handleMotionMessage, point %f, %f", javaLocation.x, javaLocation.y);
610 DLog3(@" - dragExit: loc native %f, %f\n", sDraggingLocation.x, sDraggingLocation.y);

Completed in 33 milliseconds