Searched defs:trim_sequences_with_line_breaks (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/strings/
H A Dstring_util.cc265 bool trim_sequences_with_line_breaks) {
282 if (trim_sequences_with_line_breaks && !already_trimmed &&
306 bool trim_sequences_with_line_breaks) {
307 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks);
311 bool trim_sequences_with_line_breaks) {
312 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks);
264 CollapseWhitespaceT(const STR& text, bool trim_sequences_with_line_breaks) argument
305 CollapseWhitespace(const string16& text, bool trim_sequences_with_line_breaks) argument
310 CollapseWhitespaceASCII(const std::string& text, bool trim_sequences_with_line_breaks) argument

Completed in 123 milliseconds