Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils_unittest.cc35 TEST(FirefoxImporterUtilsTest, GetPrefsJsValue) { in TEST() argument
39 GetPrefsJsValue(GetPrefsJsValueCases[i].prefs_content, in TEST()
Dfirefox_importer_utils.h100 std::string GetPrefsJsValue(const std::string& prefs,
Dfirefox_importer_utils.cc289 return GetPrefsJsValue(content, pref_key); in ReadPrefsJsValue()
434 std::string GetPrefsJsValue(const std::string& content, in GetPrefsJsValue() function