5#ifndef UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_H_
6#define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_H_
164 virtual std::unique_ptr<AXPlatformNodeDelegate::ChildIterator>
166 virtual std::unique_ptr<AXPlatformNodeDelegate::ChildIterator>
211 const int start_offset,
212 const int end_offset,
223 const int start_offset,
224 const int end_offset,
241 int screen_physical_pixel_x,
242 int screen_physical_pixel_y)
const = 0;
368 int col_index)
const = 0;
428 std::string
ToString() {
return GetData().ToString(); }
std::unique_ptr< AXPosition< AXNodePosition, AXNode > > AXPositionInstance
UnimplementedNativeViewAccessible * NativeViewAccessible
std::pair< std::string, std::string > TextAttribute
std::vector< TextAttribute > TextAttributeList
std::map< int, TextAttributeList > TextAttributeMap
std::shared_ptr< const fml::Mapping > data
#define BASE_DISALLOW_COPY_AND_ASSIGN(TypeName)