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

  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 480 chrome::GetUserCacheDirectory(path_, &base_cache_path_);
483 JsonPrefStore::GetTaskRunnerForFile(base_cache_path_,
485 CreateProfileDirectory(sequenced_task_runner.get(), base_cache_path_);
517 base::FilePath cache_path = base_cache_path_;
522 base::FilePath media_cache_path = base_cache_path_;
    [all...]
profile_impl.h 200 base::FilePath base_cache_path_; member in class:ProfileImpl
  /external/chromium/chrome/browser/profiles/
profile_impl.h 192 FilePath base_cache_path_; member in class:ProfileImpl
profile_impl.cc 316 chrome::GetUserCacheDirectory(path_, &base_cache_path_);
318 file_util::CreateDirectory(base_cache_path_);
325 base_cache_path_));
373 FilePath cache_path = base_cache_path_;
378 FilePath media_cache_path = base_cache_path_;
    [all...]

Completed in 62 milliseconds