5#ifndef UI_ACCESSIBILITY_AX_TREE_DATA_H_
6#define UI_ACCESSIBILITY_AX_TREE_DATA_H_
28 virtual std::string
ToString()
const;
46 float loading_progress = 0.0f;
61 bool sel_is_backward =
false;
63 int32_t sel_anchor_offset = -1;
66 int32_t sel_focus_offset = -1;
static constexpr AXID kInvalidAXID
bool operator==(const AXEventIntent &a, const AXEventIntent &b)
const char * ToString(ax::mojom::Event event)
bool operator!=(const AXEventIntent &a, const AXEventIntent &b)
ax::mojom::TextAffinity sel_focus_affinity
ax::mojom::TextAffinity sel_anchor_affinity
AXTreeData(const AXTreeData &other)