Home
last modified time | relevance | path

Searched refs:SetAppLaunchType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/test/functional/
Dntp.py413 self.SetAppLaunchType(installed_app_id, 'regular', windex=0)
427 self.SetAppLaunchType(installed_app_id, 'pinned', windex=0)
443 self.SetAppLaunchType(installed_app_id, 'fullscreen', windex=0)
459 self.SetAppLaunchType(installed_app_id, 'window', windex=0)
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h791 void SetAppLaunchType(Browser* browser,
Dtesting_automation_provider.cc2275 &TestingAutomationProvider::SetAppLaunchType; in SendJSONRequest()
4968 void TestingAutomationProvider::SetAppLaunchType( in SetAppLaunchType() function in TestingAutomationProvider
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.h588 void SetAppLaunchType(Browser* browser,
Dtesting_automation_provider.cc1846 &TestingAutomationProvider::SetAppLaunchType; in BuildJSONHandlerMaps()
4292 void TestingAutomationProvider::SetAppLaunchType( in SetAppLaunchType() function in TestingAutomationProvider
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py3836 def SetAppLaunchType(self, app_id, launch_type, windex=0): member in PyUITest