Searched refs:fInputMethodLOCKABLE (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/macosx/native/sun/awt/ |
H A D | AWTView.h | 46 jobject fInputMethodLOCKABLE; variable
|
H A D | AWTView.m | 76 fInputMethodLOCKABLE = NULL; 131 if (fInputMethodLOCKABLE != NULL) 135 JNFDeleteGlobalRef(env, fInputMethodLOCKABLE); 136 fInputMethodLOCKABLE = NULL; 855 if (fInputMethodLOCKABLE == NULL) { 875 JNFCallVoidMethod(env, fInputMethodLOCKABLE, jm_selectPreviousGlyph); 881 JNFCallVoidMethod(env, fInputMethodLOCKABLE, jm_insertText, insertedText); // AWT_THREADING Safe (AWTRunLoopMode) 908 if (!fInputMethodLOCKABLE) 926 JNFCallVoidMethod(env, fInputMethodLOCKABLE, jm_startIMUpdate, inProcessText); // AWT_THREADING Safe (AWTRunLoopMode) 949 JNFCallVoidMethod(env, fInputMethodLOCKABLE, jm_addAttribut [all...] |
Completed in 321 milliseconds