Searched refs:FindDone (Results 1 – 1 of 1) sorted by relevance
| /tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 740 …thread.done.connect(lambda ids, t=thread, c=callback: self.FindDone(t, c, ids), Qt.QueuedConnectio… 743 def FindDone(self, thread, callback, ids): member in CallGraphModelBase 1076 self.model.Find(value, direction, pattern, context, self.FindDone) 1078 def FindDone(self, ids): member in TreeWindowBase 2527 …thread.done.connect(lambda row, t=thread, c=callback: self.FindDone(t, c, row), Qt.QueuedConnectio… 2530 def FindDone(self, thread, callback, row): member in ChildDataItemFinder 3275 self.finder.Find(value, direction, pattern, context, self.FindDone) 3277 def FindDone(self, row): member in BranchWindow 4109 self.finder.Find(value, direction, pattern, context, self.FindDone) 4111 def FindDone(self, row): member in TableWindow [all …]
|