Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils.h96 bool ParsePrefFile(const FilePath& pref_file, DictionaryValue* prefs);
Dfirefox_proxy_settings.cc165 if (!ParsePrefFile(pref_file, &dictionary)) in GetSettingsFromFile()
Dfirefox_importer_utils.cc362 bool ParsePrefFile(const FilePath& pref_file, DictionaryValue* prefs) { in ParsePrefFile() function