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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 248 std::string string_to_find; local
250 string_to_find.append(2, c);
251 while ((loc = output.find(string_to_find, loc)) != std::string::npos) {
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.cc 260 std::string string_to_find; local
262 string_to_find.append(2, c);
263 while ((loc = output.find(string_to_find, loc)) != std::string::npos) {

Completed in 77 milliseconds