HomeSort by relevance Sort by last modified time
    Searched full:pyuitest (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/chromium_org/chrome/test/functional/
chromeos_onc.py 23 ONC_PATH = os.path.join(pyauto.PyUITest.ChromeOSDataDir(), 'network')
prefetch.py 124 class PrefetchTest(pyauto.PyUITest):
omnibox.py 18 class OmniboxTest(pyauto.PyUITest):
339 class OmniboxLiveTest(pyauto.PyUITest):
passwords.py 15 class PasswordTest(pyauto.PyUITest):
39 pyauto.PyUITest.setUp(self)
wifi_downloads.py 42 self.changer = pyauto.PyUITest.ActionTimeoutChanger(self, 4 * 1000 * 60)
ntp.py 14 class NTPTest(pyauto.PyUITest):
21 if pyauto.PyUITest.IsChromeOS():
29 if pyauto.PyUITest.IsChromeOS():
perf.py 104 class BasePerfTest(pyauto.PyUITest):
135 pyauto.PyUITest.setUp(self)
138 # *after* calling pyauto.PyUITest.setUp, since that is where Chrome is
202 pyauto.PyUITest.tearDown(self)
662 new_config = pyauto.PyUITest.EvalDataFrom(config_file)
685 private_file = os.path.join(pyauto.PyUITest.DataDir(), 'pyauto_private',
    [all...]
extensions.py 85 class ExtensionsTest(pyauto.PyUITest):
fullscreen_mouselock.py 21 class FullscreenMouselockTest(pyauto.PyUITest):
25 pyauto.PyUITest.setUp(self)
multiprofile.py 12 class MultiprofileTest(pyauto.PyUITest):
special_tabs.py 13 class SpecialTabsTest(pyauto.PyUITest):
  /external/chromium_org/chrome/test/pyautolib/
omnibox_info.py 10 class MyTest(pyauto.PyUITest):
chromotinglib.py 16 """MixIn for PyUITest that adds Chromoting-specific methods.
19 This is a separate class from PyUITest to avoid namespace collisions.
22 class ChromotingExample(chromoting.ChromotingMixIn, pyauto.PyUITest):
pyauto_utils.py 189 pyauto: an instance of pyauto.PyUITest.
  /external/chromium_org/chrome/test/functional/media/
audio_tools.py 30 _TOOLS_PATH = os.path.abspath(os.path.join(pyauto.PyUITest.DataDir(),
media_jerky.py 79 class MediaJerkyPerfTest(pyauto.PyUITest):
  /external/chromium_org/chrome/test/functional/gtalk/
gtalk_base_test.py 20 class GTalkBaseTest(pyauto.PyUITest):

Completed in 530 milliseconds

1 2 34