Public Member Functions | |
| PendingStructureChanges (const AXNode *node) | |
| bool | DoesNodeExpectAnyStructureChanges () const |
| bool | DoesNodeExpectSubtreeOrNodeWillBeDestroyed () const |
| bool | DoesNodeExpectSubtreeWillBeDestroyed () const |
| bool | DoesNodeExpectNodeWillBeDestroyed () const |
| bool | DoesNodeExpectNodeWillBeCreated () const |
| bool | DoesNodeRequireInit () const |
Public Attributes | |
| int32_t | destroy_subtree_count |
| int32_t | destroy_node_count |
| int32_t | create_node_count |
| bool | node_exists |
| std::optional< AXNode::AXID > | parent_node_id |
| const AXNodeData * | last_known_data |
Definition at line 147 of file ax_tree.cc.
|
inlineexplicit |
Definition at line 148 of file ax_tree.cc.
References ui::AXNode::id(), and ui::AXNode::parent().
|
inline |
Definition at line 160 of file ax_tree.cc.
References DoesNodeExpectNodeWillBeCreated(), DoesNodeExpectNodeWillBeDestroyed(), and DoesNodeExpectSubtreeWillBeDestroyed().
|
inline |
Definition at line 186 of file ax_tree.cc.
References create_node_count.
Referenced by DoesNodeExpectAnyStructureChanges().
|
inline |
Definition at line 182 of file ax_tree.cc.
References destroy_node_count.
Referenced by DoesNodeExpectAnyStructureChanges(), and DoesNodeExpectSubtreeOrNodeWillBeDestroyed().
|
inline |
Definition at line 168 of file ax_tree.cc.
References DoesNodeExpectNodeWillBeDestroyed(), and DoesNodeExpectSubtreeWillBeDestroyed().
|
inline |
Definition at line 176 of file ax_tree.cc.
References destroy_subtree_count.
Referenced by DoesNodeExpectAnyStructureChanges(), and DoesNodeExpectSubtreeOrNodeWillBeDestroyed().
|
inline |
| int32_t ui::PendingStructureChanges::create_node_count |
Definition at line 216 of file ax_tree.cc.
Referenced by DoesNodeExpectNodeWillBeCreated().
| int32_t ui::PendingStructureChanges::destroy_node_count |
Definition at line 208 of file ax_tree.cc.
Referenced by DoesNodeExpectNodeWillBeDestroyed().
| int32_t ui::PendingStructureChanges::destroy_subtree_count |
Definition at line 200 of file ax_tree.cc.
Referenced by DoesNodeExpectSubtreeWillBeDestroyed().
| const AXNodeData* ui::PendingStructureChanges::last_known_data |
Definition at line 231 of file ax_tree.cc.
Referenced by ui::AXTreeUpdateState::ClearLastKnownPendingNodeData(), DoesNodeRequireInit(), and ui::AXTreeUpdateState::SetLastKnownPendingNodeData().
| bool ui::PendingStructureChanges::node_exists |
Definition at line 220 of file ax_tree.cc.
Referenced by DoesNodeRequireInit(), and ui::AXTreeUpdateState::ShouldPendingNodeExistInTree().
| std::optional<AXNode::AXID> ui::PendingStructureChanges::parent_node_id |
Definition at line 224 of file ax_tree.cc.