Searched refs:_GetTabInfo (Results 1 – 2 of 2) sorted by relevance
44 def _GetTabInfo(self, windex=0, tab_index=0): member in InfobarTest64 crash_infobar = self._GetTabInfo()['infobars']71 self.assertFalse(self._GetTabInfo()['infobars'])81 tab_info = self._GetTabInfo(windex, tab_index)98 self.assertFalse(self._GetTabInfo()['infobars'])
169 return self._GetTabInfo('https://accounts.google.com/ServiceLogin?')285 def _GetTabInfo(self, url_query, index=0): member in GTalkBaseTest