Home
last modified time | relevance | path

Searched refs:FeedbackCommon (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/feedback/
Dfeedback_common.cc35 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 FeedbackCommon
99 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 …]
Dfeedback_common.h29 class FeedbackCommon : public base::RefCountedThreadSafe<FeedbackCommon> {
46 FeedbackCommon();
97 friend class base::RefCountedThreadSafe<FeedbackCommon>;
100 virtual ~FeedbackCommon();
Dfeedback_common_unittest.cc28 feedback = scoped_refptr<FeedbackCommon>(new FeedbackCommon()); in FeedbackCommonTest()
33 scoped_refptr<FeedbackCommon> feedback;
Dfeedback_data.cc66 base::Bind(&FeedbackCommon::CompressLogs, this), in SetAndCompressSystemInfo()
80 base::Bind(&FeedbackCommon::CompressFile, in SetAndCompressHistograms()
102 base::Bind(&FeedbackCommon::CompressFile, in AttachAndCompressFileData()
Dfeedback_data.h25 class FeedbackData : public FeedbackCommon {