Home | History | Annotate | Download | only in functional

Lines Matching refs:ReplayServer

1876     with PageCyclerReplay.ReplayServer(test_name) as replay_server:
2333 def ReplayServer(cls, test_name, replay_options=None):
2335 return webpagereplay.ReplayServer(archive_path,
2373 with PageCyclerReplay.ReplayServer(test_name, replay_options) as server: