Searched refs:kFeedbackMaxLength (Results 1 – 3 of 3) sorted by relevance
19 extern const size_t kFeedbackMaxLength;
33 const size_t kFeedbackMaxLength = 4 * 1024; variable
32 const size_t kFeedbackMaxLength = 4 * 1024; variable108 if (content.length() > kFeedbackMaxLength) in BelowCompressionThreshold()