Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils.h65 void ParseProfileINI(const FilePath& file, DictionaryValue* root);
Dfirefox_importer_utils.cc52 ParseProfileINI(ini_file, &root); in GetFirefoxProfilePath()
128 void ParseProfileINI(const FilePath& file, DictionaryValue* root) { in ParseProfileINI() function