5#ifndef UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_MAC_H_
6#define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_MAC_H_
57+ (NSString*)nativeRoleFromAXRole:(
ax::mojom::Role)role;
60+ (NSString*)nativeSubroleFromAXRole:(
ax::mojom::Role)role;
63+ (NSString*)nativeNotificationFromAXEvent:(
ax::mojom::Event)event;
65- (instancetype)initWithNode:(
ui::AXPlatformNodeBase*)node;
ax::mojom::Event event_type
UnimplementedNativeViewAccessible * NativeViewAccessible
AX_EXPORT bool IsNameExposedInAXValueForRole(ax::mojom::Role role)
#define BASE_DISALLOW_COPY_AND_ASSIGN(TypeName)