#include <ax_node.h>
Public Attributes | |
| bool | is_backward |
| AXID | anchor_object_id |
| int | anchor_offset |
| ax::mojom::TextAffinity | anchor_affinity |
| AXID | focus_object_id |
| int | focus_offset |
| ax::mojom::TextAffinity | focus_affinity |
| ax::mojom::TextAffinity ui::AXNode::OwnerTree::Selection::anchor_affinity |
Definition at line 53 of file ax_node.h.
Referenced by ui::AXTree::GetUnignoredSelection().
| AXID ui::AXNode::OwnerTree::Selection::anchor_object_id |
Definition at line 51 of file ax_node.h.
Referenced by ui::AXPlatformNodeBase::GetSelectionAnchor(), ui::AXNode::GetUnignoredSelection(), ui::AXTree::GetUnignoredSelection(), ui::TestAXNodeWrapper::HasVisibleCaretOrSelection(), ui::TEST(), and ui::TEST_F().
| int ui::AXNode::OwnerTree::Selection::anchor_offset |
Definition at line 52 of file ax_node.h.
Referenced by ui::AXPlatformNodeBase::GetSelectionAnchor(), ui::AXNode::GetUnignoredSelection(), ui::AXTree::GetUnignoredSelection(), ui::TestAXNodeWrapper::HasVisibleCaretOrSelection(), ui::TEST(), and ui::TEST_F().
| ax::mojom::TextAffinity ui::AXNode::OwnerTree::Selection::focus_affinity |
Definition at line 56 of file ax_node.h.
Referenced by ui::AXTree::GetUnignoredSelection().
| AXID ui::AXNode::OwnerTree::Selection::focus_object_id |
Definition at line 54 of file ax_node.h.
Referenced by ui::AXPlatformNodeBase::GetSelectionFocus(), ui::AXNode::GetUnignoredSelection(), ui::AXTree::GetUnignoredSelection(), ui::AXPlatformNodeBase::HasCaret(), ui::TestAXNodeWrapper::HasVisibleCaretOrSelection(), ui::TEST(), and ui::TEST_F().
| int ui::AXNode::OwnerTree::Selection::focus_offset |
Definition at line 55 of file ax_node.h.
Referenced by ui::AXPlatformNodeBase::GetSelectionFocus(), ui::AXNode::GetUnignoredSelection(), ui::AXTree::GetUnignoredSelection(), ui::TestAXNodeWrapper::HasVisibleCaretOrSelection(), ui::TEST(), and ui::TEST_F().