Searched refs:AquaA11yRoleHelper (Results 1 – 6 of 6) sorted by relevance
223 return [ AquaA11yRoleHelper getNativeRoleFrom: [ self accessibleContext ] ];231 …NSString * subRole = [ AquaA11yRoleHelper getNativeSubroleFrom: [ self accessibleContext ] -> getA…413 … return [ AquaA11yRoleHelper getRoleDescriptionFrom: NSAccessibilityRadioGroupRole with: @"" ];443 return [ AquaA11yRoleHelper getRoleDescriptionFrom: 444 [ AquaA11yRoleHelper getNativeRoleFrom: [ self accessibleContext ] ] 445 …with: [ AquaA11yRoleHelper getNativeSubroleFrom: [ self accessibleContext ] -> getAccessibleRole()…737 …nativeSubrole = (NSString *) [ AquaA11yRoleHelper getNativeSubroleFrom: [ self accessibleContext ]…
37 @implementation AquaA11yRoleHelper implementation135 id nativeRole = [ AquaA11yRoleHelper simpleMapNativeRoleFrom: accessibleContext ];143 …NSString * roleParent = (NSString *) [ AquaA11yRoleHelper simpleMapNativeRoleFrom: rxParentContext…
78 …&& ! [ [ AquaA11yRoleHelper getNativeRoleFrom: [ wrapper accessibleContext ] ] isEqualToString: NS…79 …&& ! [ [ AquaA11yRoleHelper getNativeRoleFrom: [ wrapper accessibleContext ] ] isEqualToString: NS…
30 @interface AquaA11yRoleHelper : NSObject interface
66 …if ( [ [ AquaA11yRoleHelper getNativeRoleFrom: [ element accessibleContext ] ] isEqualToString: NS…
112 NSString * nativeRole = [ AquaA11yRoleHelper getNativeRoleFrom: rxAccessibleContext.get() ];
Completed in 29 milliseconds