Home
last modified time | relevance | path

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

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