Flutter Engine
The Flutter Engine
|
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.
|
inline |
Definition at line 160 of file ax_tree.cc.
|
inline |
Definition at line 186 of file ax_tree.cc.
|
inline |
Definition at line 182 of file ax_tree.cc.
|
inline |
Definition at line 168 of file ax_tree.cc.
|
inline |
Definition at line 176 of file ax_tree.cc.
|
inline |
Definition at line 190 of file ax_tree.cc.
int32_t ui::PendingStructureChanges::create_node_count |
Definition at line 216 of file ax_tree.cc.
int32_t ui::PendingStructureChanges::destroy_node_count |
Definition at line 208 of file ax_tree.cc.
int32_t ui::PendingStructureChanges::destroy_subtree_count |
Definition at line 200 of file ax_tree.cc.
const AXNodeData* ui::PendingStructureChanges::last_known_data |
Definition at line 231 of file ax_tree.cc.
bool ui::PendingStructureChanges::node_exists |
Definition at line 220 of file ax_tree.cc.
std::optional<AXNode::AXID> ui::PendingStructureChanges::parent_node_id |
Definition at line 224 of file ax_tree.cc.