Home
last modified time | relevance | path

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

/dports/accessibility/orca/orca-41.1/src/orca/scripts/toolkits/Chromium/
H A Dscript.py131 if self.utilities.isStaticTextLeaf(event.source):
171 if self.utilities.isStaticTextLeaf(event.any_data):
186 if self.utilities.isStaticTextLeaf(event.any_data):
383 if self.utilities.isStaticTextLeaf(event.source):
H A Dscript_utilities.py55 def isStaticTextLeaf(self, obj): member in Utilities
57 return super().isStaticTextLeaf(obj)
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dlabel_inference.py152 isMatch = lambda x: x and not self._script.utilities.isStaticTextLeaf(x)
H A Dscript_utilities.py2076 def isStaticTextLeaf(self, obj): member in Utilities
2083 if self.isStaticTextLeaf(obj):
2152 if not self.isStaticTextLeaf(child):
2244 children = [x for x in obj if not self.isStaticTextLeaf(x)]
5864 _exclude = self.isStaticTextLeaf
5869 if self.isStaticTextLeaf(child):
/dports/accessibility/orca/orca-41.1/src/orca/scripts/web/
H A Dscript_utilities.py874 if self.isListItemMarker(result) or self.isStaticTextLeaf(result):
4608 and not self.isFakePlaceholderForEntry(x) and not self.isStaticTextLeaf(x)
4762 if self.isStaticTextLeaf(obj):
/dports/accessibility/orca/orca-41.1/
H A DChangeLog7931 Chromium: Cache results for isStaticTextLeaf