Lines Matching refs:string
8 #include <string>
38 void SetAndCompressHistograms(scoped_ptr<std::string> histograms);
41 void AttachAndCompressFileData(scoped_ptr<std::string> attached_filedata);
44 void OnCompressLogsComplete(scoped_ptr<std::string> compressed_logs);
47 void OnCompressFileComplete(scoped_ptr<std::string> compressed_file);
59 const std::string& attached_file_uuid() const { return attached_file_uuid_; }
60 const std::string& screenshot_uuid() const { return screenshot_uuid_; }
64 void set_attached_filename(const std::string& attached_filename) {
67 void set_attached_file_uuid(const std::string& uuid) {
70 void set_screenshot_uuid(const std::string& uuid) {
92 std::string attached_filename_;
93 std::string attached_file_uuid_;
94 std::string screenshot_uuid_;