Lines Matching refs: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,
98 static void processXEmbedInfo(JNIEnv* env, jobject this);
252 Java_sun_awt_motif_MEmbedCanvasPeer_initXEmbedServer(JNIEnv *env, jobject this) {
256 addData((*env)->NewGlobalRef(env, this));
261 JNU_GetLongFieldAsPtr(env, this, mComponentPeerIDs.pData);
275 Java_sun_awt_motif_MEmbedCanvasPeer_destroyXEmbedServer(JNIEnv *env, jobject this) {
278 removeData(this);
288 Java_sun_awt_motif_MEmbedCanvasPeer_isXEmbedActive(JNIEnv *env, jobject this) {
292 sdata = getDataByEmbedder(this);
306 Java_sun_awt_motif_MEmbedCanvasPeer_initDispatching (JNIEnv *env, jobject this) {
310 sdata = getDataByEmbedder(this);
317 processXEmbedInfo(env, this);
318 Java_sun_awt_motif_MEmbedCanvasPeer_notifyChildEmbedded(env, this);
328 Java_sun_awt_motif_MEmbedCanvasPeer_endDispatching (JNIEnv *env, jobject this) {
332 sdata = getDataByEmbedder(this);
347 Java_sun_awt_motif_MEmbedCanvasPeer_embedChild (JNIEnv * env, jobject this, jlong handle) {
351 sdata = getDataByEmbedder(this);
354 Java_sun_awt_motif_MEmbedCanvasPeer_detachChild(env, this);
357 Java_sun_awt_motif_MEmbedCanvasPeer_initDispatching(env, this);
368 Java_sun_awt_motif_MEmbedCanvasPeer_childDestroyed (JNIEnv *env, jobject this) {
372 Java_sun_awt_motif_MEmbedCanvasPeer_endDispatching(env, this);
373 sdata = getDataByEmbedder(this);
386 Java_sun_awt_motif_MEmbedCanvasPeer_getEmbedPreferredSize (JNIEnv *env, jobject this) {
393 sdata = getDataByEmbedder(this);
413 Java_sun_awt_motif_MEmbedCanvasPeer_getEmbedMinimumSize (JNIEnv *env, jobject this) {
420 sdata = getDataByEmbedder(this);
440 Java_sun_awt_motif_MEmbedCanvasPeer_getClientBounds (JNIEnv *env, jobject this) {
445 sdata = getDataByEmbedder(this);
458 isApplicationActive(JNIEnv * env, jobject this) {
459 return (*env)->GetBooleanField(env, this, applicationActiveFID);
468 Java_sun_awt_motif_MEmbedCanvasPeer_notifyChildEmbedded (JNIEnv *env, jobject this) {
474 JNU_GetLongFieldAsPtr(env, this, mComponentPeerIDs.pData);
475 sdata = getDataByEmbedder(this);
481 if (isApplicationActive(env, this)) {
494 Java_sun_awt_motif_MEmbedCanvasPeer_detachChild (JNIEnv *env, jobject this) {
498 sdata = getDataByEmbedder(this);
504 * structure. If this is the root window of the window's screen, then the protocol is finished and
511 Java_sun_awt_motif_MEmbedCanvasPeer_endDispatching(env, this);
523 Java_sun_awt_motif_MEmbedCanvasPeer_forwardKeyEvent (JNIEnv *env, jobject this, jobject event) {
529 sdata = getDataByEmbedder(this);
559 Java_sun_awt_motif_MEmbedCanvasPeer_getAWTKeyCodeForKeySym (JNIEnv *env, jobject this, jint keysym) {
573 Java_sun_awt_motif_MEmbedCanvasPeer_sendMessage__I (JNIEnv *env, jobject this, jint msg) {
577 sdata = getDataByEmbedder(this);
591 Java_sun_awt_motif_MEmbedCanvasPeer_sendMessage__IJJJ (JNIEnv *env, jobject this, jint msg, jlong detail, jlong data1, jlong data2) {
595 sdata = getDataByEmbedder(this);
667 processXEmbedInfo(JNIEnv * env, jobject this) {
671 sdata = getDataByEmbedder(this);
672 if (Java_sun_awt_motif_MEmbedCanvasPeer_isXEmbedActive(env, this)) {
715 handleClientMessage(JNIEnv* env, jobject this, XClientMessageEvent * ev) {
720 sdata = getDataByEmbedder(this);
725 (*env)->CallVoidMethod(env, this, requestXEmbedFocusMID);
729 (*env)->CallVoidMethod(env, this, focusNextMID);
733 (*env)->CallVoidMethod(env, this, focusPrevMID);
737 (*env)->CallVoidMethod(env, this, registerAcceleratorMID,
744 (*env)->CallVoidMethod(env, this, unregisterAcceleratorMID,
749 (*env)->CallVoidMethod(env, this, grabKeyMID,
755 (*env)->CallVoidMethod(env, this, ungrabKeyMID,
760 processXEmbedInfo(env, this);
761 Java_sun_awt_motif_MEmbedCanvasPeer_notifyChildEmbedded(env, this);
819 Java_sun_awt_motif_GrabbedKey_initKeySymAndModifiers (JNIEnv *env, jobject this, jobject keyevent) {
839 (*env)->SetLongField(env, this, keysymFID, (jlong)keysym);
840 (*env)->SetLongField(env, this, modifiersFID, (jlong)modifiers);
952 Java_sun_awt_motif_MEmbedCanvasPeer_getWindow(JNIEnv *env, jobject this) {
957 JNU_GetLongFieldAsPtr(env, this, mComponentPeerIDs.pData);
966 jobject this,
971 sdata = getDataByEmbedder(this);