Searched defs:search_for (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc216 std::string search_for = std::string("user_pref(\"") + pref_key + local
218 size_t prop_index = content.find(search_for);
222 size_t start = prop_index + search_for.length();
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc437 std::string search_for = std::string("user_pref(\"") + pref_key + local
439 size_t prop_index = content.find(search_for);
443 size_t start = prop_index + search_for.length();

Completed in 86 milliseconds