Home
last modified time | relevance | path

Searched refs:string_to_find (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_util.cc248 std::string string_to_find; in RemoveConsecutiveChars() local
250 string_to_find.append(2, c); in RemoveConsecutiveChars()
251 while ((loc = output.find(string_to_find, loc)) != std::string::npos) { in RemoveConsecutiveChars()