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

  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.h 47 const base::FilePath& infinite_cache_path,
139 base::FilePath infinite_cache_path; member in struct:ProfileImplIOData::LazyParams
profile_impl_io_data.cc 107 const base::FilePath& infinite_cache_path,
124 lazy_params->infinite_cache_path = infinite_cache_path;
426 main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path);
profile_impl.cc 531 base::FilePath infinite_cache_path = GetPath(); local
532 infinite_cache_path =
533 infinite_cache_path.Append(FILE_PATH_LITERAL("Infinite Cache"));
554 extensions_cookie_path, GetPath(), infinite_cache_path,
    [all...]

Completed in 163 milliseconds