HomeSort by relevance Sort by last modified time
    Searched full:base_cache_path_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_impl.h 215 base::FilePath base_cache_path_; member in class:ProfileImpl
profile_impl.cc 557 chrome::GetUserCacheDirectory(path_, &base_cache_path_);
560 JsonPrefStore::GetTaskRunnerForFile(base_cache_path_,
562 CreateProfileDirectory(sequenced_task_runner.get(), base_cache_path_);
595 base::FilePath cache_path = base_cache_path_;
600 base::FilePath media_cache_path = base_cache_path_;
    [all...]

Completed in 48 milliseconds