#include <ax_action_data.h>
Public Member Functions | |
| AXActionData () | |
| AXActionData (const AXActionData &other) | |
| ~AXActionData () | |
Public Attributes | |
| ax::mojom::Action | action |
| ui::AXTreeID | target_tree_id = ui::AXTreeIDUnknown() |
| std::string | source_extension_id |
| int | target_node_id = -1 |
| int | request_id = -1 |
| int | flags = 0 |
| int | anchor_node_id = -1 |
| int | anchor_offset = -1 |
| int | focus_node_id = -1 |
| int | focus_offset = -1 |
| int32_t | start_index = -1 |
| int32_t | end_index = -1 |
| int | custom_action_id = -1 |
| gfx::Rect | target_rect |
| gfx::Point | target_point |
| std::string | value |
| ax::mojom::Event | hit_test_event_to_fire |
| ax::mojom::ScrollAlignment | horizontal_scroll_alignment |
| ax::mojom::ScrollAlignment | vertical_scroll_alignment |
| ax::mojom::ScrollBehavior | scroll_behavior |
Definition at line 18 of file ax_action_data.h.
| ui::AXActionData::AXActionData | ( | ) |
Definition at line 11 of file ax_action_data.cc.
|
default |
|
default |
| ax::mojom::Action ui::AXActionData::action |
Definition at line 30 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeBase::ScrollToNode(), ui::AXPlatformNodeDelegateBase::SetHypertextSelection(), flutter::testing::TEST(), flutter::testing::TEST(), ui::TEST_F(), and ui::TEST_F().
| int ui::AXActionData::anchor_node_id = -1 |
Definition at line 49 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeDelegateBase::SetHypertextSelection().
| int ui::AXActionData::anchor_offset = -1 |
Definition at line 50 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeDelegateBase::SetHypertextSelection().
| int ui::AXActionData::custom_action_id = -1 |
Definition at line 62 of file ax_action_data.h.
| int32_t ui::AXActionData::end_index = -1 |
Definition at line 59 of file ax_action_data.h.
| int ui::AXActionData::flags = 0 |
Definition at line 45 of file ax_action_data.h.
| int ui::AXActionData::focus_node_id = -1 |
Definition at line 52 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeDelegateBase::SetHypertextSelection().
| int ui::AXActionData::focus_offset = -1 |
Definition at line 53 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeDelegateBase::SetHypertextSelection().
| ax::mojom::Event ui::AXActionData::hit_test_event_to_fire |
Definition at line 74 of file ax_action_data.h.
| ax::mojom::ScrollAlignment ui::AXActionData::horizontal_scroll_alignment |
Definition at line 78 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeBase::ScrollToNode().
| int ui::AXActionData::request_id = -1 |
Definition at line 42 of file ax_action_data.h.
| ax::mojom::ScrollBehavior ui::AXActionData::scroll_behavior |
Definition at line 83 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeBase::ScrollToNode().
| std::string ui::AXActionData::source_extension_id |
Definition at line 36 of file ax_action_data.h.
| int32_t ui::AXActionData::start_index = -1 |
Definition at line 56 of file ax_action_data.h.
| int ui::AXActionData::target_node_id = -1 |
Definition at line 39 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeBase::ScrollToNode(), ui::TEST_F(), and ui::TEST_F().
| gfx::Point ui::AXActionData::target_point |
Definition at line 68 of file ax_action_data.h.
| gfx::Rect ui::AXActionData::target_rect |
Definition at line 65 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeBase::ScrollToNode().
| ui::AXTreeID ui::AXActionData::target_tree_id = ui::AXTreeIDUnknown() |
Definition at line 33 of file ax_action_data.h.
| std::string ui::AXActionData::value |
Definition at line 71 of file ax_action_data.h.
| ax::mojom::ScrollAlignment ui::AXActionData::vertical_scroll_alignment |
Definition at line 79 of file ax_action_data.h.
Referenced by ui::AXPlatformNodeBase::ScrollToNode().