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

/external/libchrome/base/strings/
H A Dstring_util.cc410 bool trim_sequences_with_line_breaks) {
427 if (trim_sequences_with_line_breaks && !already_trimmed &&
451 bool trim_sequences_with_line_breaks) {
452 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks);
456 bool trim_sequences_with_line_breaks) {
457 return CollapseWhitespaceT(text, trim_sequences_with_line_breaks);
409 CollapseWhitespaceT(const STR& text, bool trim_sequences_with_line_breaks) argument
450 CollapseWhitespace(const string16& text, bool trim_sequences_with_line_breaks) argument
455 CollapseWhitespaceASCII(const std::string& text, bool trim_sequences_with_line_breaks) argument

Completed in 60 milliseconds