Searched refs:output_profile_path (Results 1 – 13 of 13) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
D | android_browser_backend.py | 23 backend_settings, output_profile_path, extensions_to_load): argument 30 output_profile_path=output_profile_path,
|
D | android_browser_finder.py | 123 output_profile_path=finder_options.output_profile_path,
|
D | chrome_browser_backend.py | 29 supports_extensions, browser_options, output_profile_path, argument 42 self._output_profile_path = output_profile_path
|
D | desktop_browser_finder.py | 67 output_profile_path=finder_options.output_profile_path,
|
D | desktop_browser_backend.py | 106 output_profile_path, extensions_to_load): argument 112 output_profile_path=output_profile_path,
|
D | chrome_browser_backend_unittest.py | 56 output_profile_path=None,
|
D | ios_browser_backend.py | 28 output_profile_path=".",
|
D | cros_browser_finder.py | 38 if finder_options.output_profile_path:
|
D | cros_browser_backend.py | 23 output_profile_path=None, extensions_to_load=extensions_to_load)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | android_platform_backend.py | 606 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/ |
D | shared_page_state.py | 398 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/ |
D | browser_unittest.py | 173 options.output_profile_path = profile_dir
|
D | browser_options.py | 42 self.output_profile_path = None
|