OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCacheFilePath
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/disk_cache/
disk_cache_test_util.cc
58
FilePath
GetCacheFilePath
() {
89
FilePath dest =
GetCacheFilePath
();
108
ScopedTestCache::ScopedTestCache() : path_(
GetCacheFilePath
()) {
/external/chromium_org/chrome/browser/history/
in_memory_url_index.cc
142
if (!
GetCacheFilePath
(&path))
153
bool InMemoryURLIndex::
GetCacheFilePath
(base::FilePath* file_path) {
241
if (!
GetCacheFilePath
(&path) || shutdown_) {
267
if (!
GetCacheFilePath
(&path) || shutdown_)
321
if (!
GetCacheFilePath
(&path))
in_memory_url_index_unittest.cc
102
bool
GetCacheFilePath
(base::FilePath* file_path) const;
153
bool InMemoryURLIndexTest::
GetCacheFilePath
(base::FilePath* file_path) const {
155
return url_index_->
GetCacheFilePath
(file_path);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc
189
base::FilePath DownloadHandler::
GetCacheFilePath
(const DownloadItem* download) {
file_cache.cc
59
base::FilePath FileCache::
GetCacheFilePath
(const std::string& id) const {
131
*cache_file_path =
GetCacheFilePath
(id);
158
base::FilePath dest_path =
GetCacheFilePath
(id);
236
base::FilePath path =
GetCacheFilePath
(id);
311
base::FilePath path =
GetCacheFilePath
(id);
510
new_path =
GetCacheFilePath
(util::CanonicalizeResourceId(id));
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
239
if (!
GetCacheFilePath
(&file_path) || !file_util::PathExists(file_path))
282
if (!
GetCacheFilePath
(&file_path))
[
all
...]
Completed in 57 milliseconds