Home
last modified time | relevance | path

Searched refs:BelowCompressionThreshold (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/feedback/
Dfeedback_data.cc56 if (FeedbackData::BelowCompressionThreshold(value)) in LogsToString()
107 bool FeedbackData::BelowCompressionThreshold(const std::string& content) { in BelowCompressionThreshold() function in FeedbackData
Dfeedback_data.h28 static bool BelowCompressionThreshold(const std::string& content);
Dfeedback_util.cc302 if (FeedbackData::BelowCompressionThreshold(i->second)) in SendReport()