Home | History | Annotate | Download | only in functional

Lines Matching refs:windex

41     def _VerifyHistoryResult(query_list, description, windex=0):
45 self, query_text, windex=windex,
58 self.WaitUntilOmniboxReadyHack(windex=1)
59 _VerifyHistoryResult([url, title], title, windex=1)
62 self.WaitUntilOmniboxReadyHack(windex=2)
63 _VerifyHistoryResult([url, title], title, windex=2)
65 def _VerifyOmniboxURLMatches(self, url, description, windex=0):
72 windex: The window index to work on. Defaults to 0 (first window).
75 self, url, windex=windex, attr_dict={'description': description})
94 self._VerifyOmniboxURLMatches(url, title, windex=1)
98 self._VerifyOmniboxURLMatches(url, desc, windex=2)
284 def _CheckBookmarkResultForVariousInputs(self, url, title, windex=0):
290 windex: The window index to use. Defaults to 0 (first window).
293 url_matches = test_utils.GetOmniboxMatchesFor(self, url, windex=windex)
296 title_matches = test_utils.GetOmniboxMatchesFor(self, title, windex=windex)
301 self, split_url.scheme, windex=windex)
307 self, search_term, windex=windex)
325 self._CheckBookmarkResultForVariousInputs(url, title, windex=1)
329 self._CheckBookmarkResultForVariousInputs(url, title, windex=2)