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

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 71 profile_info_cache_->DeleteProfileFromCache(profile_path);
375 profile_info_cache_->DeleteProfileFromCache(profile_2_path_);
400 profile_info_cache_->DeleteProfileFromCache(profile_1_path_);
424 profile_info_cache_->DeleteProfileFromCache(profile_2_path_);
459 profile_info_cache_->DeleteProfileFromCache(profile_3_path_);
471 profile_info_cache_->DeleteProfileFromCache(profile_2_path_);
538 profile_info_cache_->DeleteProfileFromCache(profile_2_path_);
    [all...]
profile_info_cache.h 48 void DeleteProfileFromCache(const base::FilePath& profile_path);
profile_info_cache_unittest.cc 175 GetCache()->DeleteProfileFromCache(path_1);
179 GetCache()->DeleteProfileFromCache(path_2);
240 GetCache()->DeleteProfileFromCache(GetProfilePath("path_c"));
profile_info_cache.cc 241 void ProfileInfoCache::DeleteProfileFromCache(
profile_manager.cc     [all...]
  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 97 cache.DeleteProfileFromCache(profile->GetPath());

Completed in 4185 milliseconds