TRIM_NONE         184 base/strings/string_util.cc     return input_was_empty ? TRIM_NONE : positions;
TRIM_NONE         193 base/strings/string_util.cc       ((first_good_char == 0) ? TRIM_NONE : TRIM_LEADING) |
TRIM_NONE         194 base/strings/string_util.cc       ((last_good_char == last_char) ? TRIM_NONE : TRIM_TRAILING));
TRIM_NONE         200 base/strings/string_util.cc   return TrimStringT(input, trim_chars, TRIM_ALL, output) != TRIM_NONE;
TRIM_NONE         206 base/strings/string_util.cc   return TrimStringT(input, trim_chars, TRIM_ALL, output) != TRIM_NONE;
TRIM_NONE          31 base/strings/string_util_unittest.cc   {L"Google Video", TRIM_ALL, L"Google Video", TRIM_NONE},
TRIM_NONE          32 base/strings/string_util_unittest.cc   {L"", TRIM_ALL, L"", TRIM_NONE},
TRIM_NONE          49 base/strings/string_util_unittest.cc   {"Google Video", TRIM_ALL, "Google Video", TRIM_NONE},
TRIM_NONE          50 base/strings/string_util_unittest.cc   {"", TRIM_ALL, "", TRIM_NONE},
TRIM_NONE        1251 chrome/browser/autocomplete/search_provider.cc       base::TRIM_TRAILING, &input) != base::TRIM_NONE;
TRIM_NONE         483 chrome/browser/file_select_helper.cc           base::TRIM_NONE) {
TRIM_NONE          83 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc       base::TRIM_NONE != base::TrimWhitespaceASCII(word, base::TRIM_ALL, &tmp);