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

/external/chromium/chrome/browser/importer/
H A Dfirefox3_importer.cc389 const std::wstring kProfilePrefix = L"[profile]/"; local
402 } else if ((index = engine.find(kProfilePrefix)) != std::wstring::npos) {
406 engine.substr(index + kProfilePrefix.length())));
/external/chromium/chrome/common/
H A Dpref_names.cc752 // kProfileMetrics.kProfilePrefix<hashed-profile-id>.
753 const char kProfilePrefix[] = "profile-"; member in namespace:prefs

Completed in 1713 milliseconds