Home
last modified time | relevance | path

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

/dports/accessibility/orca/orca-41.1/src/orca/scripts/web/
H A Dscript_utilities.py883 if self.isMathTopLevel(obj):
1388 if self.isMathTopLevel(obj):
1796 if self.isMathTopLevel(xObj) or self.isMath(obj):
1818 if self.isMathTopLevel(lastObj):
1866 if self.isMathTopLevel(lastObj):
2269 if self.isMathTopLevel(child):
2654 def isMathTopLevel(self, obj): member in Utilities
2661 if self.isMathTopLevel(obj):
2664 return pyatspi.findAncestor(obj, self.isMathTopLevel)
H A Dspeech_generator.py600 if self._script.utilities.isMath(obj) and not self._script.utilities.isMathTopLevel(obj):
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dspeech_generator.py2573 if not children and not self._script.utilities.isMathTopLevel(obj):
H A Dscript_utilities.py1033 def isMathTopLevel(self, obj): member in Utilities