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

/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc56 std::string current_profile = StringPrintf("Profile%d", i); local
57 if (!root.HasKey(current_profile)) {
64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) &&
65 root.GetString(current_profile + ".Path", &path16)) {
83 if ((root.GetStringASCII(current_profile + ".Default", &is_default) &&

Completed in 18 milliseconds