Home
last modified time | relevance | path

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

/dports/accessibility/orca/orca-41.1/src/orca/
H A Dgenerator.py1278 if self._script.utilities.isLandmark(obj):
1300 if self._script.utilities.isLandmark(obj):
1359 if self._script.utilities.isLandmark(obj):
1428 if self._script.utilities.isLandmark(obj):
H A Dstructural_navigation.py1079 and not self._script.utilities.isLandmark(obj) \
2259 return self._script.utilities.isLandmark(obj)
H A Dspeech_generator.py2011 elif self._script.utilities.isLandmark(obj):
H A Dscript_utilities.py949 def isLandmark(self, obj): member in Utilities
/dports/accessibility/orca/orca-41.1/src/orca/scripts/web/
H A Dspeech_generator.py85 or self._script.utilities.isLandmark(obj) \
314 and not self._script.utilities.isLandmark(obj) \
360 and not self._script.utilities.isLandmark(obj) \
H A Dscript_utilities.py1627 objIsLandmark = self.isLandmark(obj)
1644 if objIsLandmark and self.isLandmark(xObj) and obj != xObj:
1777 if self.isLandmark(obj) and self.isLandmark(xObj):
3090 elif self.isLandmark(obj):
3814 def isLandmark(self, obj): member in Utilities
5411 elif self.isLandmark(obj):