17 text_boundary(text_boundary),
18 move_direction(move_direction) {}
27 return a.command ==
b.command &&
a.text_boundary ==
b.text_boundary &&
28 a.move_direction ==
b.move_direction;
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::Command command
std::string ToString() const
ax::mojom::TextBoundary text_boundary
ax::mojom::MoveDirection move_direction
AXEventIntent & operator=(const AXEventIntent &intent)