Searched refs:get_visible_notifications (Results 1 – 6 of 6) sorted by relevance
228 def get_visible_notifications(self): member in FacadeResource234 return self._chrome.get_visible_notifications()
213 for notification in self._resource.get_visible_notifications():
40 notifications = self._cr.get_visible_notifications()
43 notifications = self.cr.get_visible_notifications()
54 notifications = self._cr.get_visible_notifications()
360 def get_visible_notifications(self): member in Chrome