Home
last modified time | relevance | path

Searched refs:clear_profile (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/test/functional/
Dmultiprofile.py116 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)
Dprefs.py46 self.RestartBrowser(clear_profile=False)
64 self.RestartBrowser(clear_profile=False)
79 self.RestartBrowser(clear_profile=False)
Dchromeos_prefs.py37 self.RestartBrowser(clear_profile=False)
Dchromeos_browser.py33 self.RestartBrowser(clear_profile=False)
Dchromeos_basic.py26 self.RestartBrowser(clear_profile=False)
Dspecial_tabs.py303 self.RestartBrowser(clear_profile=True)
Dinfobars.py254 self.RestartBrowser(clear_profile=False)
Dntp.py140 self.RestartBrowser(clear_profile=False)
/external/chromium_org/chrome/test/ui/
Dui_test.h74 void LaunchBrowser(const CommandLine& cmdline, bool clear_profile);
186 void set_clear_profile(bool clear_profile) { in set_clear_profile() argument
187 clear_profile_ = clear_profile; in set_clear_profile()
Dui_test.cc232 bool clear_profile) { in LaunchBrowser() argument
234 state.clear_profile = clear_profile; in LaunchBrowser()
/external/chromium_org/chrome/test/pyautolib/
Dpyautolib.cc44 PyUITestBase::PyUITestBase(bool clear_profile, std::wstring homepage) in PyUITestBase() argument
46 set_clear_profile(clear_profile); in PyUITestBase()
Dpyautolib.i112 PyUITestBase(bool clear_profile, std::wstring homepage);
158 void set_clear_profile(bool clear_profile);
Dpyautolib.h54 PyUITestBase(bool clear_profile, std::wstring homepage);
Dpyauto.py137 clear_profile = kwargs.get('clear_profile', True)
141 pyautolib.PyUITestBase.__init__(self, clear_profile, homepage)
527 def RestartBrowser(self, clear_profile=True, pre_launch_hook=None): argument
542 if clear_profile:
551 self.set_clear_profile(clear_profile)
/external/chromium_org/chrome/test/automation/
Dproxy_launcher.h43 bool clear_profile; member
Dproxy_launcher.cc204 if (state.clear_profile || !temp_profile_dir_.IsValid()) { in LaunchBrowser()