OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
162
const base::FilePath&
infinite_cache_path
,
179
lazy_params->
infinite_cache_path
=
infinite_cache_path
;
482
main_cache->InitializeInfiniteCache(lazy_params_->
infinite_cache_path
);
profile_impl.cc
566
base::FilePath
infinite_cache_path
= GetPath();
local
567
infinite_cache_path
=
568
infinite_cache_path
.Append(FILE_PATH_LITERAL("Infinite Cache"));
589
extensions_cookie_path, GetPath(),
infinite_cache_path
,
[
all
...]
Completed in 2575 milliseconds