Home
last modified time | relevance | path

Searched refs:_boundsIncludeChildren (Results 1 – 1 of 1) sorted by relevance

/dports/accessibility/orca/orca-41.1/src/orca/
H A Dscript_utilities.py2012 if boundingbox is None or not self._boundsIncludeChildren(obj.parent):
4422 def _boundsIncludeChildren(self, obj): member in Utilities
4493 if self._treatAsLeafNode(root) or not self._boundsIncludeChildren(root):
4495 elif self._treatAsLeafNode(root) or self._boundsIncludeChildren(root):