Searched refs:replay_options (Results 1 – 2 of 2) sorted by relevance
84 replay_options, binary_downloader=None): argument107 self._replay_options = replay_options109 self._GetGoBinaryPath(replay_options), http_port, https_port,110 replay_options, archive_path)112 if RECORD in replay_options or 'record' in replay_options:131 def _GetGoBinaryPath(self, replay_options): argument133 if USE_LOCAL_WPR in replay_options:
814 SBReplayOptions replay_options; in InitializeReproducer() local815 replay_options.SetCheckVersion(!input_args.hasArg(OPT_no_version_check)); in InitializeReproducer()816 replay_options.SetVerify(!input_args.hasArg(OPT_no_verification)); in InitializeReproducer()818 SBReproducer::Replay(replay_path->getValue(), replay_options)) { in InitializeReproducer()