Lines Matching defs:this

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
429 /* for each keycode attached to this modifier */
735 /* If this function returns False, that means that it has not pre-posted
736 this event to Java. The caller will then dispatch the event to Motif,
738 If this function returns true, then this function has posted this event
792 /* In this case, focus widget should be CascadeButtonGadget type,
831 * Before this fix, the fact that mouse/button events were
1002 * and this loop is that we go to great lengths never to block
1005 * blocking. If this thread were to block in XtAppNextEvent(),
1036 * I don't get this, but I'm too chicken to remove it. -jethro 2Sep98
1057 /* At this point, we have exhausted the event queue */
1088 * select() by writing to this pipe.
1684 * Method to process this event before being
1759 /* this could be moved to shouldDispatchToWidget */
1826 // Check for xembed on this window. If it is active and this is not XEmbed focus
1980 * The fdAWTPipe will be empty when this returns.
2006 // MToolkit_run() makes sure that this will not overflow
2013 /* reset tick if this was not a time out */
2038 * The fdAWTPipe will be empty when this returns.
2285 * NOTE: when you use this routine check if it can be called on the event
2603 Java_sun_awt_motif_MToolkit_init(JNIEnv *env, jobject this,
2644 /* Need to make sure this is deleted someplace! */
2746 * We do this by searching in order for:
2749 * (this is the resource that XtGetMultiClickTime uses)
2806 (JNIEnv *env, jobject this)
2824 (JNIEnv *env, jclass this)
2838 (JNIEnv *env, jobject this)
2851 (JNIEnv *env, jobject this)
2861 (JNIEnv *env, jobject this)
2872 (JNIEnv *env, jobject this)
2886 (JNIEnv *env, jobject this)
2897 (JNIEnv *env, jobject this, jint awtKey)
2930 (JNIEnv *env, jobject this, jintArray systemColors)
2956 * colors; this is somewhat inelegant, however it is the simplest
3110 * about its opaque resize settings, so this function just returns
3114 Java_sun_awt_motif_MToolkit_isDynamicLayoutSupportedNative(JNIEnv *env, jobject this)
3144 Java_sun_awt_motif_MToolkit_isFrameStateSupported(JNIEnv *env, jobject this,
3160 (JNIEnv *env, jobject this)
3171 Java_sun_awt_motif_MToolkit_loadXSettings(JNIEnv *env, jobject this)
3197 mtoolkitCLS = (*env)->GetObjectClass(env, this);
3200 (*env)->NewGlobalRef(env, this);
3397 Java_sun_awt_motif_MToolkit_getWMName(JNIEnv *env, jclass this)