Searched refs:getNativeData (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDropTargetContextPeer.java67 protected Object getNativeData(long format) { method in class:CDropTargetContextPeer
147 // Notify transfer complete - this is an upcall from getNativeData's native calls:
155 // Notify transfer failed - this is an upcall from getNativeData's native calls:
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDropTargetContextPeer.java82 protected Object getNativeData(long format) { method in class:WDropTargetContextPeer
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetContextPeer.java136 protected Object getNativeData(long format) method in class:XDropTargetContextPeer
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java263 Object ret = getNativeData(format);
284 protected abstract Object getNativeData(long format) method in class:SunDropTargetContextPeer

Completed in 35 milliseconds