HomeSort by relevance Sort by last modified time
    Searched refs:unique_url (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/functional/media/
media_constrained_network_perf.py 84 def _HaveMetricOrError(self, var_name, unique_url):
91 unique_url: The url of the page to check for the variable's metric.
96 self._metrics[var_name] = int(self.GetDOMValue(var_name, url=unique_url))
97 end_test = self.GetDOMValue('endTest', url=unique_url)
101 def _GetEventsLog(self, unique_url):
105 unique_url: The url of the page identifying the test.
107 return self.GetDOMValue('eventsMsg', url=unique_url)
109 def _GetVideoProgress(self, unique_url):
113 unique_url: The url of the page to check for video play progress.
115 return int(self.CallJavascriptFunc('calculateProgress', url=unique_url))
    [all...]
media_seek_perf.py 46 def RunTask(self, unique_url, task):
49 It is assumed that a tab with the unique_url is already loaded.
51 unique_url: A unique identifier of the test page.
61 self.CallJavascriptFunc('startTest', [video_url], unique_url)
68 if not self.WaitUntil(self.GetDOMValue, args=['endTest', unique_url],
72 error_msg = self.GetDOMValue('errorMsg', unique_url)
75 "Object.keys(CachedState).join(',')", unique_url).split(',')
77 "Object.keys(SeekTestCase).join(',')", unique_url).split(',')
84 (state, seek_case), unique_url)
worker_thread.py 77 def RunTask(self, unique_url, task):
80 This method should be overridden to start the test on the unique_url page.
83 unique_url: A unique identifier of the test page.
104 unique_url = '%s?%d' % (self.__url, WorkerThread._task_id.next())
105 self.AppendTab(unique_url)
106 if not self.RunTask(unique_url, task):
108 self.CloseTabByURL(unique_url)
  /external/chromium_org/chrome/browser/sync/test/integration/
multiple_client_typed_urls_sync_test.cc 57 string16 unique_url = kHistoryUrl + base::FormatNumber(i); local
58 GURL new_url(unique_url);

Completed in 253 milliseconds