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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java277 CInputMethod imInstance = this;
283 imInstance = null;
289 imInstance = null;
297 nativeNotifyPeer(modelPtr, imInstance);
802 private native void nativeNotifyPeer(long nativePeer, CInputMethod imInstance); argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c367 static X11InputMethodData * getX11InputMethodData(JNIEnv * env, jobject imInstance) { argument
369 (X11InputMethodData *)JNU_GetLongFieldAsPtr(env, imInstance, x11InputMethodIDs.pData);
379 The order of the following calls is critical since "imInstance" may
386 setX11InputMethodData(env, imInstance, NULL);
394 static void setX11InputMethodData(JNIEnv * env, jobject imInstance, X11InputMethodData *pX11IMData) { argument
395 JNU_SetLongFieldFromPtr(env, imInstance, x11InputMethodIDs.pData, pX11IMData);

Completed in 36 milliseconds