/external/chromium_org/chrome/test/functional/ |
gpu.py | 13 class GpuTest(pyauto.PyUITest):
|
webrtc_apprtc_call.py | 27 pyauto.PyUITest.tearDown(self)
|
about_plugins_ui.py | 14 class AboutPluginsUITest(pyauto.PyUITest): 31 class ChromeAboutPluginsUITest(pyauto.PyUITest):
|
chromeos_crosh.py | 13 class CroshTest(pyauto.PyUITest): 18 pyauto.PyUITest.setUp(self)
|
memory.py | 15 class MemoryTest(pyauto.PyUITest): 43 pyauto.PyUITest.DataDir(), 'extensions', 'google_talk.crx'))
|
infobars.py | 15 class InfobarTest(pyauto.PyUITest): 34 pyauto.PyUITest.setUp(self) 168 class OneClickInfobarTest(pyauto.PyUITest): 179 pyauto.PyUITest.setUp(self)
|
media_stream_infobar.py | 23 return pyauto.PyUITest.ExtraChromeFlags(self) + extra_flags
|
prefs_ui.py | 17 class PrefsUITest(pyauto.PyUITest): 23 pyauto.PyUITest.setUp(self) 308 class BasicSettingsUITest(pyauto.PyUITest): 312 pyauto.PyUITest.setUp(self)
|
search_engines.py | 13 class SearchEnginesTest(pyauto.PyUITest):
|
webrtc_call.py | 42 pyauto.PyUITest.setUp(self) 48 pyauto.PyUITest.tearDown(self)
|
webrtc_test_base.py | 18 class WebrtcTestBase(pyauto.PyUITest): 26 return pyauto.PyUITest.ExtraChromeFlags(self) + extra_flags
|
youtube.py | 205 class YoutubeTest(pyauto.PyUITest, YoutubeTestHelper): 209 pyauto.PyUITest.__init__(self, methodName, **kwargs)
|
webrtc_video_quality.py | 19 _HOME_ENV_NAME = 'HOMEPATH' if pyauto.PyUITest.IsWin() else 'HOME' 59 pyauto.PyUITest.setUp(self) 72 pyauto.PyUITest.tearDown(self)
|
autofill.py | 20 class AutofillTest(pyauto.PyUITest): 25 pyauto.PyUITest.setUp(self)
|
prefs.py | 18 class PrefsTest(pyauto.PyUITest): 24 pyauto.PyUITest.setUp(self)
|
chromeos_longterm_test.py | 16 class ChromeOSLongTerm(pyauto.PyUITest):
|
/external/chromium_org/chrome/test/functional/media/ |
media_scrub_perf.py | 31 class MediaScrubPerfTest(pyauto.PyUITest):
|
media_stat_perf.py | 36 class MediaStatsPerfTest(pyauto.PyUITest):
|
/external/chromium_org/chrome/test/functional/tracing/ |
tab_tracker.py | 25 browser: an instance of PyUITest
|
/external/chromium_org/chrome/test/pyautolib/ |
chrome_driver_factory.py | 40 pyauto: pyauto.PyUITest instance
|
download_info.py | 9 class MyDownloadsTest(pyauto.PyUITest):
|
history_info.py | 10 class MyTest(pyauto.PyUITest):
|
plugins_info.py | 11 class MyTest(pyauto.PyUITest):
|
pyauto.py | 102 class PyUITest(pyautolib.PyUITestBase, unittest.TestCase): 113 class MyTest(PyUITest): 121 """Initialize PyUITest. 378 return os.path.join(PyUITest.BrowserPath(), 'suid-python') 393 assert PyUITest._IsRootSuid(PyUITest.SuidPythonPath()), \ 394 'Did not find suid-root python at %s' % PyUITest.SuidPythonPath() 397 args = [PyUITest.SuidPythonPath(), file_path, '--action=%s' % action] 411 assert PyUITest._IsRootSuid(self.SuidPythonPath()), \ 504 PyUITest.RunSuperuserActionOnChromeOS('CleanFlimflamDirs' [all...] |
/external/chromium_org/chrome/test/functional/ap_lab/ |
ap_configurator_test.py | 15 class ConfiguratorTest(pyauto.PyUITest): 27 pyauto.PyUITest.setUp(self)
|