Lines Matching refs:SBReproducer
60 const char *SBReproducer::Capture() { in Capture()
65 const char *SBReproducer::Capture(const char *path) { in Capture()
70 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay()
75 const char *SBReproducer::Replay(const char *path) { in Replay()
80 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay()
85 const char *SBReproducer::Replay(const char *path, in Replay()
91 const char *SBReproducer::Finalize(const char *path) { in Finalize()
96 bool SBReproducer::Generate() { in Generate()
101 bool SBReproducer::SetAutoGenerate(bool b) { in SetAutoGenerate()
106 const char *SBReproducer::GetPath() { in GetPath()
111 void SBReproducer::SetWorkingDirectory(const char *path) { in SetWorkingDirectory()