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

  /external/chromium/base/
string_util.cc 977 const StringType& find_this,
983 DCHECK(!find_this.empty());
984 for (typename StringType::size_type offs(str->find(find_this, start_offset));
985 offs != StringType::npos; offs = str->find(find_this, offs)) {
986 str->replace(offs, find_this.length(), replace_with);
996 const string16& find_this,
998 DoReplaceSubstringsAfterOffset(str, start_offset, find_this, replace_with,
1004 const std::string& find_this
    [all...]
string_util.h 377 // |find_this| with |replace_with|.
380 const string16& find_this,
384 const std::string& find_this,
388 // instances of |find_this| with |replace_with|.
395 const string16& find_this,
399 const std::string& find_this,
string_util_unittest.cc 398 const char* find_this; member in struct:base::__anon2262
419 ASCIIToUTF16(cases[i].find_this),
429 const char* find_this; member in struct:base::__anon2263
449 ASCIIToUTF16(cases[i].find_this),
    [all...]

Completed in 41 milliseconds