Searched refs:fComponent (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaAccessibilityAction.m40 fComponent = JNFNewGlobalRef(env, component);
52 JNFDeleteGlobalRef(env, fComponent);
53 fComponent = NULL;
65 JNFDeleteGlobalRef(env, fComponent);
66 fComponent = NULL;
78 return JNFJavaToNSString(env, JNFCallStaticObjectMethod(env, jm_getAccessibleActionDescription, fAccessibleAction, fIndex, fComponent)); // AWT_THREADING Safe (AWTRunLoopMode)
87 JNFCallStaticVoidMethod(env, jm_doAccessibleAction, fAccessibleAction, fIndex, fComponent); // AWT_THREADING Safe (AWTRunLoopMode)
101 fComponent = JNFNewGlobalRef(env, component);
113 JNFDeleteGlobalRef(env, fComponent);
114 fComponent
[all...]
H A DJavaAccessibilityAction.h41 jobject fComponent; variable
55 jobject fComponent; variable
H A DJavaTextAccessibility.m108 jobject axName = JNFCallStaticObjectMethod(env, sjm_getAccessibleName, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
116 jobject axText = JNFCallStaticObjectMethod(env, sjm_getAccessibleText, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
119 jobject axEditableText = JNFCallStaticObjectMethod(env, sjm_getAccessibleEditableText, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
123 NSString *string = JNFJavaToNSString(env, JNFCallStaticObjectMethod(env, jm_getTextRange, axEditableText, 0, getAxTextCharCount(env, axEditableText, fComponent), fComponent)); // AWT_THREADING Safe (AWTRunLoop)
135 jobject axEditableText = JNFCallStaticObjectMethod(env, sjm_getAccessibleEditableText, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
153 jobject axText = JNFCallStaticObjectMethod(env, jm_getSelectedText, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
175 JNFCallStaticVoidMethod(env, jm_setSelectedText, fAccessible, fComponent, jstringValue); // AWT_THREADING Safe (AWTRunLoop)
183 jintArray axTextRange = JNFCallStaticObjectMethod(env, jm_getSelectedTextRange, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
209 JNFCallStaticVoidMethod(env, jm_setSelectedTextRange, fAccessible, fComponent, startInde
[all...]
H A DJavaComponentAccessibility.m141 fComponent = JNFNewGlobalRef(env, [(AWTView *)fView awtComponent:env]);
172 JNFDeleteGlobalRef(env, fComponent);
173 fComponent = NULL;
204 JNFDeleteGlobalRef(env, fComponent);
205 fComponent = NULL;
292 jobjectArray jchildrenAndRoles = JNFCallStaticObjectMethod(env, jm_getChildrenAndRoles, parent->fAccessible, parent->fComponent, whichChildren, allowIgnored); // AWT_THREADING Safe (AWTRunLoop)
393 jbooleanArray attributeStates = JNFCallStaticObjectMethod(env, jm_getInitialAttributeStates, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
475 jobject axAction = JNFCallStaticObjectMethod(env, jm_getAccessibleAction, fAccessible, fComponent); // AWT_THREADING Safe (AWTRunLoop)
480 JavaAxAction *action = [[JavaAxAction alloc] initWithEnv:env withAccessibleAction:axAction withIndex:0 withComponent:fComponent];
488 return getAxContext(env, fAccessible, fComponent);
[all...]
H A DCDropTarget.h37 jobject fComponent; variable
H A DCDropTarget.m74 fComponent = nil;
81 fComponent = JNFNewGlobalRef(env, jcomponent);
160 if (fComponent != NULL) {
161 JNFDeleteGlobalRef(env, fComponent);
162 fComponent = NULL;
493 actions = JNFCallIntMethod(env, fDropTargetContextPeer, handleEnterMessageMethod, fComponent, (jint) javaLocation.x, (jint) javaLocation.y, dropAction, actions, formats, ptr_to_jlong(self)); // AWT_THREADING Safe (CToolkitThreadBlockedHandler)
581 userAction = JNFCallIntMethod(env, fDropTargetContextPeer, handleMotionMessageMethod, fComponent, (jint) javaLocation.x, (jint) javaLocation.y, dropAction, actions, formats, ptr_to_jlong(self)); // AWT_THREADING Safe (CToolkitThreadBlockedHandler)
611 JNFCallVoidMethod(env, fDropTargetContextPeer, handleExitMessageMethod, fComponent, ptr_to_jlong(self)); // AWT_THREADING Safe (CToolkitThreadBlockedHandler)
663 JNFCallVoidMethod(env, fDropTargetContextPeer, handleDropMessageMethod, fComponent, (jint) javaLocation.x, (jint) javaLocation.y, dropAction, actions, formats, ptr_to_jlong(self)); // AWT_THREADING Safe (event)
669 JNFCallVoidMethod(env, fDropTargetContextPeer, flushEventsMethod, fComponent); // AWT_THREADIN
[all...]
H A DCDragSource.h35 jobject fComponent; variable
H A DCDragSource.m98 fComponent = nil;
103 fComponent = JNFNewGlobalRef(env, jcomponent);
156 if (fComponent != NULL) {
157 JNFDeleteGlobalRef(env, fComponent);
158 fComponent = NULL;
237 data = JNFCallObjectMethod(env, transferer, convertDataMethod, fComponent, fTransferable, format, fFormatMap, (jboolean) TRUE);
H A DJavaComponentAccessibility.h44 jobject fComponent; variable
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDropTarget.java37 Component fComponent; field in class:CDropTarget
50 fComponent = component;

Completed in 53 milliseconds