Searched refs:FeedbackCommon (Results 1 – 5 of 5) sorted by relevance
35 std::string* LogsToString(const FeedbackCommon::SystemLogsMap& sys_info) { in LogsToString()37 for (FeedbackCommon::SystemLogsMap::const_iterator it = sys_info.begin(); in LogsToString()43 if (FeedbackCommon::BelowCompressionThreshold(value)) in LogsToString()90 FeedbackCommon::AttachedFile::AttachedFile(const std::string& filename, in AttachedFile()94 FeedbackCommon::AttachedFile::~AttachedFile() {} in ~AttachedFile()97 FeedbackCommon::FeedbackCommon() : product_id_(0) {} in FeedbackCommon() function in FeedbackCommon99 FeedbackCommon::~FeedbackCommon() {} in ~FeedbackCommon()102 bool FeedbackCommon::BelowCompressionThreshold(const std::string& content) { in BelowCompressionThreshold()111 void FeedbackCommon::CompressFile(const base::FilePath& filename, in CompressFile()130 void FeedbackCommon::AddFile(const std::string& filename, in AddFile()[all …]
29 class FeedbackCommon : public base::RefCountedThreadSafe<FeedbackCommon> {46 FeedbackCommon();97 friend class base::RefCountedThreadSafe<FeedbackCommon>;100 virtual ~FeedbackCommon();
28 feedback = scoped_refptr<FeedbackCommon>(new FeedbackCommon()); in FeedbackCommonTest()33 scoped_refptr<FeedbackCommon> feedback;
66 base::Bind(&FeedbackCommon::CompressLogs, this), in SetAndCompressSystemInfo()80 base::Bind(&FeedbackCommon::CompressFile, in SetAndCompressHistograms()102 base::Bind(&FeedbackCommon::CompressFile, in AttachAndCompressFileData()
25 class FeedbackData : public FeedbackCommon {