Searched refs:SetAppLaunchType (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/test/functional/ |
D | ntp.py | 413 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/ |
D | testing_automation_provider.h | 791 void SetAppLaunchType(Browser* browser,
|
D | testing_automation_provider.cc | 2275 &TestingAutomationProvider::SetAppLaunchType; in SendJSONRequest() 4968 void TestingAutomationProvider::SetAppLaunchType( in SetAppLaunchType() function in TestingAutomationProvider
|
/external/chromium_org/chrome/browser/automation/ |
D | testing_automation_provider.h | 588 void SetAppLaunchType(Browser* browser,
|
D | testing_automation_provider.cc | 1846 &TestingAutomationProvider::SetAppLaunchType; in BuildJSONHandlerMaps() 4292 void TestingAutomationProvider::SetAppLaunchType( in SetAppLaunchType() function in TestingAutomationProvider
|
/external/chromium_org/chrome/test/pyautolib/ |
D | pyauto.py | 3836 def SetAppLaunchType(self, app_id, launch_type, windex=0): member in PyUITest
|