Lines Matching refs:SBReproducer
136 const char *SBReproducer::Capture() { in Capture()
151 const char *SBReproducer::Capture(const char *path) { in Capture()
167 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay()
190 const char *SBReproducer::Replay(const char *path) { in Replay()
192 return SBReproducer::Replay(path, options); in Replay()
195 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay()
198 return SBReproducer::Replay(path, options); in Replay()
201 const char *SBReproducer::Replay(const char *path, in Replay()
267 const char *SBReproducer::Finalize(const char *path) { in Finalize()
288 bool SBReproducer::Generate() { in Generate()
297 bool SBReproducer::SetAutoGenerate(bool b) { in SetAutoGenerate()
306 const char *SBReproducer::GetPath() { in GetPath()
314 void SBReproducer::SetWorkingDirectory(const char *path) { in SetWorkingDirectory()