Home
last modified time | relevance | path

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

/dports/accessibility/orca/orca-41.1/src/orca/scripts/apps/gnome-shell/
H A Dscript_utilities.py64 text = self.queryNonEmptyText(event.source)
85 text = self.queryNonEmptyText(obj)
/dports/accessibility/orca/orca-41.1/src/orca/scripts/web/
H A Dscript_utilities.py507 text = self.queryNonEmptyText(obj)
753 text = self.queryNonEmptyText(root)
892 text = self.queryNonEmptyText(obj)
906 text = self.queryNonEmptyText(obj)
1072 return super().queryNonEmptyText(obj)
1272 text = self.queryNonEmptyText(obj)
1394 text = self.queryNonEmptyText(obj)
1469 text = self.queryNonEmptyText(xObj)
3148 text = self.queryNonEmptyText(obj)
3204 text = self.queryNonEmptyText(obj)
[all …]
H A Dscript.py702 text = self.utilities.queryNonEmptyText(obj)
1013 text = self.utilities.queryNonEmptyText(obj)
1049 text = self.utilities.queryNonEmptyText(obj)
1165 text = self.utilities.queryNonEmptyText(obj)
1319 text = self.utilities.queryNonEmptyText(newFocus)
1706 if not self.utilities.queryNonEmptyText(event.source) \
1852 notify = self.utilities.queryNonEmptyText(focused) is None
2438 text = self.utilities.queryNonEmptyText(event.source)
2498 text = self.utilities.queryNonEmptyText(event.source)
H A Dbraille_generator.py105 and (role == pyatspi.ROLE_IMAGE or self._script.utilities.queryNonEmptyText(obj)):
H A Dspeech_generator.py291 text = self._script.utilities.queryNonEmptyText(obj)
559 text = self._script.utilities.queryNonEmptyText(obj)
/dports/accessibility/orca/orca-41.1/src/orca/scripts/toolkits/gtk/
H A Dscript_utilities.py217 text = self.queryNonEmptyText(obj)
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dcaret_navigation.py433 text = script.utilities.queryNonEmptyText(obj)
H A Dscript_utilities.py507 textObjects.extend(self.findAllDescendants(detail, self.queryNonEmptyText))
2086 text = self.queryNonEmptyText(obj)
2161 if role == pyatspi.ROLE_LABEL and not (root.name or self.queryNonEmptyText(root)):
2751 if self.queryNonEmptyText(prevObj):
2760 if self.queryNonEmptyText(nextObj):
2962 text = self.queryNonEmptyText(obj)
2970 def queryNonEmptyText(self, obj): member in Utilities
3010 text = self.queryNonEmptyText(event.source)
3859 text = self.queryNonEmptyText(root)
4514 if self.queryNonEmptyText(child):
[all …]
H A Dlabel_inference.py229 text = self._script.utilities.queryNonEmptyText(obj)
H A Dspeech_generator.py401 text = self._script.utilities.queryNonEmptyText(obj)
444 text = self._script.utilities.queryNonEmptyText(obj)
488 text = self._script.utilities.queryNonEmptyText(obj)
H A Dstructural_navigation.py1684 text = self._script.utilities.queryNonEmptyText(obj)
/dports/accessibility/orca/orca-41.1/src/orca/scripts/
H A Ddefault.py1402 if self.utilities.queryNonEmptyText(orca_state.locusOfFocus):
2730 text = self.utilities.queryNonEmptyText(event.source)
/dports/accessibility/orca/orca-41.1/
H A DChangeLog13126 Defer to super class's queryNonEmptyText() when browse mode is sticky