Searched refs:isStaticTextLeaf (Results 1 – 6 of 6) sorted by relevance
131 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):
55 def isStaticTextLeaf(self, obj): member in Utilities57 return super().isStaticTextLeaf(obj)
152 isMatch = lambda x: x and not self._script.utilities.isStaticTextLeaf(x)
2076 def isStaticTextLeaf(self, obj): member in Utilities2083 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.isStaticTextLeaf5869 if self.isStaticTextLeaf(child):
874 if self.isListItemMarker(result) or self.isStaticTextLeaf(result):4608 and not self.isFakePlaceholderForEntry(x) and not self.isStaticTextLeaf(x)4762 if self.isStaticTextLeaf(obj):
7931 Chromium: Cache results for isStaticTextLeaf