OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBrowserStartupArgs
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_browser_backend.py
54
def
GetBrowserStartupArgs
(self):
55
args = super(CrOSBrowserBackend, self).
GetBrowserStartupArgs
()
117
startup_args = [a.replace(',', '\\,') for a in self.
GetBrowserStartupArgs
()]
android_browser_backend.py
91
browser_startup_args = self.
GetBrowserStartupArgs
()
175
def
GetBrowserStartupArgs
(self):
176
args = super(AndroidBrowserBackend, self).
GetBrowserStartupArgs
()
ios_browser_backend.py
133
def
GetBrowserStartupArgs
(self):
desktop_browser_backend.py
247
def
GetBrowserStartupArgs
(self):
248
args = super(DesktopBrowserBackend, self).
GetBrowserStartupArgs
()
275
args.extend(self.
GetBrowserStartupArgs
())
chrome_browser_backend.py
68
def
GetBrowserStartupArgs
(self):
Completed in 135 milliseconds