Home
last modified time | relevance | path

Searched refs:output_profile_path (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dandroid_browser_backend.py23 backend_settings, output_profile_path, extensions_to_load): argument
30 output_profile_path=output_profile_path,
Dandroid_browser_finder.py123 output_profile_path=finder_options.output_profile_path,
Dchrome_browser_backend.py29 supports_extensions, browser_options, output_profile_path, argument
42 self._output_profile_path = output_profile_path
Ddesktop_browser_finder.py67 output_profile_path=finder_options.output_profile_path,
Ddesktop_browser_backend.py106 output_profile_path, extensions_to_load): argument
112 output_profile_path=output_profile_path,
Dchrome_browser_backend_unittest.py56 output_profile_path=None,
Dios_browser_backend.py28 output_profile_path=".",
Dcros_browser_finder.py38 if finder_options.output_profile_path:
Dcros_browser_backend.py23 output_profile_path=None, extensions_to_load=extensions_to_load)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dandroid_platform_backend.py606 def PullProfile(self, package, output_profile_path): argument
616 profile_dir, output_profile_path)
619 if not os.path.exists(output_profile_path):
620 os.makedirs(output_profile_path)
630 dest = os.path.join(output_profile_path, f)
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dshared_page_state.py398 saved_output_profile = finder_options.output_profile_path
402 finder_options.output_profile_path = final_profile
410 finder_options.output_profile_path = saved_output_profile
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_unittest.py173 options.output_profile_path = profile_dir
Dbrowser_options.py42 self.output_profile_path = None