Home
last modified time | relevance | path

Searched refs:GetFileURLForDataPath (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/test/functional/
Domnibox.py38 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')
Dgpu.py53 url = self.GetFileURLForDataPath('pyauto_private', 'gpu', url)
61 url = self.GetFileURLForDataPath('pyauto_private',
Dexecute_javascript.py22 self.NavigateToURL(self.GetFileURLForDataPath(
30 self.NavigateToURL(self.GetFileURLForDataPath(
Dchromeos_accessibility.py77 url = self.GetFileURLForDataPath('title1.html')
108 url = self.GetFileURLForDataPath(self.find_test_data_dir, 'largepage.html')
Dchromeos_security.py33 self.GetFileURLForDataPath('title2.html'): 'Title Of Awesomeness',
Dchromeos_basic.py23 file_url = self.GetFileURLForDataPath('title2.html')
Dinfobars.py102 url = self.GetFileURLForDataPath( # triggers geolocation
133 non_flash_url = self.GetFileURLForDataPath('english_page.html')
Dperf.py803 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'),
Dprefs.py138 self.GetFileURLForDataPath('geolocation', 'geolocation_on_load.html'))
Dntp.py66 urls = map(lambda name: self.GetFileURLForDataPath(name), filenames)
Dfullscreen_mouselock.py583 url2 = self.GetFileURLForDataPath(
/external/chromium_org/chrome/test/functional/media/
Dmedia_scrub_perf.py36 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
39 file_name = self.GetFileURLForDataPath(
Dmedia_stat_perf.py50 self.AppendTab(pyauto.GURL(self.GetFileURLForDataPath(_TEST_HTML_PATH)))
52 file_url = self.GetFileURLForDataPath(file_name)
Dmedia_jerky.py164 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
174 file_url = self.GetFileURLForDataPath(
Daudio_latency_perf.py32 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
Dmixed_audio_latency_perf.py33 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
Dmedia_basic_playback.py51 self.NavigateToURL(self.GetFileURLForDataPath(_TEST_HTML_PATH))
Daudio_playback_perf.py31 _TEST_HTML_PATH = pyauto.PyUITest.GetFileURLForDataPath('media', 'html',
Dworker_thread.py39 test_url = pyauto_test.GetFileURLForDataPath(test_path)
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py594 def GetFileURLForDataPath(*relative_path): member in PyUITest