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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTrayIcon.h50 - (id) initWithPeer:(jobject)thePeer; variable
H A DCTrayIcon.m57 - (id) initWithPeer:(jobject)thePeer {
60 peer = thePeer;
307 jobject thePeer = JNFNewGlobalRef(env, peer);
309 trayIcon = [[AWTTrayIcon alloc] initWithPeer:thePeer];

Completed in 41 milliseconds