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

  /external/chromium_org/chrome/test/functional/
chromeos_prefs.py 37 self.RestartBrowser(clear_profile=False)
multiprofile.py 116 self.RestartBrowser(clear_profile=False)
130 self.RestartBrowser(clear_profile=False)
141 self.RestartBrowser(clear_profile=False)
159 self.RestartBrowser(clear_profile=False)
302 self.RestartBrowser(clear_profile=False)
308 self.RestartBrowser(clear_profile=False)
prefs.py 46 self.RestartBrowser(clear_profile=False)
64 self.RestartBrowser(clear_profile=False)
79 self.RestartBrowser(clear_profile=False)
93 self.RestartBrowser(clear_profile=False)
100 self.RestartBrowser(clear_profile=False)
145 self.RestartBrowser(clear_profile=False)
chromeos_basic.py 26 self.RestartBrowser(clear_profile=False)
chromeos_browser.py 33 self.RestartBrowser(clear_profile=False)
special_tabs.py 303 self.RestartBrowser(clear_profile=True)
infobars.py 254 self.RestartBrowser(clear_profile=False)
ntp.py 140 self.RestartBrowser(clear_profile=False)
  /external/chromium_org/chrome/test/pyautolib/
pyautolib.h 54 PyUITestBase(bool clear_profile, std::wstring homepage);
pyautolib.i 119 PyUITestBase(bool clear_profile, std::wstring homepage);
165 void set_clear_profile(bool clear_profile);
pyautolib.cc 44 PyUITestBase::PyUITestBase(bool clear_profile, std::wstring homepage)
46 set_clear_profile(clear_profile);
pyauto.py 133 clear_profile: If True, clean the profile dir before use. Defaults to True
137 clear_profile = kwargs.get('clear_profile', True)
141 pyautolib.PyUITestBase.__init__(self, clear_profile, homepage)
531 def RestartBrowser(self, clear_profile=True, pre_launch_hook=None):
537 clear_profile: If True, the browser profile is cleared before restart.
546 if clear_profile:
555 self.set_clear_profile(clear_profile)
558 logging.debug('Restarting browser with clear_profile=%s',
    [all...]
  /external/chromium_org/chrome/test/ui/
ui_test.h 74 void LaunchBrowser(const CommandLine& cmdline, bool clear_profile);
186 void set_clear_profile(bool clear_profile) {
187 clear_profile_ = clear_profile;
ui_test.cc 231 bool clear_profile) {
233 state.clear_profile = clear_profile;
  /external/chromium_org/chrome/test/automation/
proxy_launcher.h 43 bool clear_profile; member in struct:ProxyLauncher::LaunchState
proxy_launcher.cc 203 if (state.clear_profile || !temp_profile_dir_.IsValid()) {

Completed in 964 milliseconds