Home
last modified time | relevance | path

Searched refs:NSAccessibilityTableRowSubrole (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSAccessibility.m637 NSString *const NSAccessibilityTableRowSubrole
638 = @"NSAccessibilityTableRowSubrole";
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSAccessibilityConstants.h401 APPKIT_EXPORT NSString *const NSAccessibilityTableRowSubrole; variable
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSAccessibilityConstants.inc347 NSAccessibilityTableRowSubrole: NSString; cvar; external;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java2625 public static final native long NSAccessibilityTableRowSubrole(); in NSAccessibilityTableRowSubrole() method in OS
2626 public static final NSString NSAccessibilityTableRowSubrole = new NSString(NSAccessibilityTableRowS… field in OS
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DJavaComponentAccessibility.m1089 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1103 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1111 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1125 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1172 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1186 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1111 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1125 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/sun/awt/
H A DJavaComponentAccessibility.m1089 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1103 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1198 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1212 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1219 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1233 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1198 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1212 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1128 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1142 NSAccessibilityTableRowSubrole // maybe?
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/native/libawt_lwawt/awt/
H A DJavaComponentAccessibility.m1219 // Element subrole type, such as NSAccessibilityTableRowSubrole (NSString). See the subrole attribu…
1233 NSAccessibilityTableRowSubrole // maybe?
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/mac/
H A DMacAccessiblity.mm583 return NSAccessibilityTableRowSubrole;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/
H A DAccessible.java3511 …rnValue = concatStringsAsRole(OS.NSAccessibilityRowRole, OS.NSAccessibilityTableRowSubrole); brea… in roleToOs()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos.c3183 JNIEXPORT jlong JNICALL OS_NATIVE(NSAccessibilityTableRowSubrole) in OS_NATIVE() argument
3188 rc = (jlong)NSAccessibilityTableRowSubrole; in OS_NATIVE()