HomeSort by relevance Sort by last modified time
    Searched refs:GetPrefFilePathFromProfilePath (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/prefs/
profile_pref_store_manager.cc 63 base::FilePath ProfilePrefStoreManager::GetPrefFilePathFromProfilePath(
89 return new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_),
134 new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_),
191 GetPrefFilePathFromProfilePath(profile_path_));
222 return new JsonPrefStore(GetPrefFilePathFromProfilePath(profile_path_),
profile_pref_store_manager.h 64 static base::FilePath GetPrefFilePathFromProfilePath(
profile_pref_store_manager_unittest.cc 309 TEST_F(ProfilePrefStoreManagerTest, GetPrefFilePathFromProfilePath) {
311 ProfilePrefStoreManager::GetPrefFilePathFromProfilePath(
chrome_pref_service_factory.cc 484 ProfilePrefStoreManager::GetPrefFilePathFromProfilePath(

Completed in 171 milliseconds