Searched refs:GetFileURLForDataPath (Results 1 – 20 of 20) sorted by relevance
/external/chromium_org/chrome/test/functional/ |
D | omnibox.py | 38 url = self.GetFileURLForDataPath('title2.html') 85 url = self.GetFileURLForDataPath('title2.html') 102 url1 = self.GetFileURLForDataPath('title2.html') 103 url2 = self.GetFileURLForDataPath('title1.html') 262 url = self.GetFileURLForDataPath('title2.html') 312 url = self.GetFileURLForDataPath('title2.html')
|
D | gpu.py | 53 url = self.GetFileURLForDataPath('pyauto_private', 'gpu', url) 61 url = self.GetFileURLForDataPath('pyauto_private',
|
D | execute_javascript.py | 22 self.NavigateToURL(self.GetFileURLForDataPath( 30 self.NavigateToURL(self.GetFileURLForDataPath(
|
D | chromeos_accessibility.py | 77 url = self.GetFileURLForDataPath('title1.html') 108 url = self.GetFileURLForDataPath(self.find_test_data_dir, 'largepage.html')
|
D | chromeos_security.py | 33 self.GetFileURLForDataPath('title2.html'): 'Title Of Awesomeness',
|
D | chromeos_basic.py | 23 file_url = self.GetFileURLForDataPath('title2.html')
|
D | infobars.py | 102 url = self.GetFileURLForDataPath( # triggers geolocation 133 non_flash_url = self.GetFileURLForDataPath('english_page.html')
|
D | perf.py | 803 url = self.GetFileURLForDataPath('v8_benchmark_v6', 'run.html') 856 url = self.GetFileURLForDataPath('sunspider', 'sunspider-driver.html') 905 url = self.GetFileURLForDataPath('dromaeo', 'index.html') 1373 self.GetFileURLForDataPath('pyauto_private', 'webgl', 'aquarium', 1380 self.GetFileURLForDataPath('pyauto_private', 'webgl', 'field', 1387 self.GetFileURLForDataPath('pyauto_private', 'webgl', 'spacerocks', 1905 self.GetFileURLForDataPath('scroll', 'blank.html'), 'ScrollBlankPage', 1911 self.GetFileURLForDataPath('scroll', 'text.html'), 'ScrollTextPage', 1917 self.GetFileURLForDataPath('scroll', 'plus.html'),
|
D | prefs.py | 138 self.GetFileURLForDataPath('geolocation', 'geolocation_on_load.html'))
|
D | ntp.py | 66 urls = map(lambda name: self.GetFileURLForDataPath(name), filenames)
|
D | fullscreen_mouselock.py | 583 url2 = self.GetFileURLForDataPath(
|
/external/chromium_org/chrome/test/functional/media/ |
D | media_scrub_perf.py | 36 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH)) 39 file_name = self.GetFileURLForDataPath(
|
D | media_stat_perf.py | 50 self.AppendTab(pyauto.GURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))) 52 file_url = self.GetFileURLForDataPath(file_name)
|
D | media_jerky.py | 164 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH)) 174 file_url = self.GetFileURLForDataPath(
|
D | audio_latency_perf.py | 32 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
|
D | mixed_audio_latency_perf.py | 33 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
|
D | media_basic_playback.py | 51 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
|
D | audio_playback_perf.py | 31 _TEST_HTML_PATH = pyauto.PyUITest.GetFileURLForDataPath('media', 'html',
|
D | worker_thread.py | 39 test_url = pyauto_test.GetFileURLForDataPath(test_path)
|
/external/chromium_org/chrome/test/pyautolib/ |
D | pyauto.py | 594 def GetFileURLForDataPath(*relative_path): member in PyUITest
|