HomeSort by relevance Sort by last modified time
    Searched refs:RemoveConsecutiveChars (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 246 std::string RemoveConsecutiveChars(const std::string& str, const char c) {
302 std::string host_without_consecutive_dots(RemoveConsecutiveChars(
308 std::string path_without_consecutive_slash(RemoveConsecutiveChars(
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.cc 289 std::string RemoveConsecutiveChars(const std::string& str, const char c) {
347 std::string host_without_consecutive_dots(RemoveConsecutiveChars(
355 std::string path_without_consecutive_slash(RemoveConsecutiveChars(path, '/'));

Completed in 462 milliseconds