5#ifndef UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_H_
6#define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_H_
88 int offset)
const = 0;
166 virtual std::unique_ptr<AXPlatformNodeDelegate::ChildIterator>
168 virtual std::unique_ptr<AXPlatformNodeDelegate::ChildIterator>
213 const int start_offset,
214 const int end_offset,
225 const int start_offset,
226 const int end_offset,
243 int screen_physical_pixel_x,
244 int screen_physical_pixel_y)
const = 0;
370 int col_index)
const = 0;
430 std::string
ToString() {
return GetData().ToString(); }
438 return stream << delegate.
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
#define BASE_DISALLOW_COPY_AND_ASSIGN(TypeName)