Searched refs:GetCacheFilePath (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.cc144 if (!GetCacheFilePath(&path))
155 bool InMemoryURLIndex::GetCacheFilePath(base::FilePath* file_path) { function in class:history::InMemoryURLIndex
256 if (needs_to_be_cached_ && GetCacheFilePath(&path)) {
269 if (!GetCacheFilePath(&path) || shutdown_) {
296 if (!GetCacheFilePath(&path) || shutdown_)
353 if (!GetCacheFilePath(&path))
H A Din_memory_url_index.h187 bool GetCacheFilePath(base::FilePath* file_path);
H A Din_memory_url_index_unittest.cc113 bool GetCacheFilePath(base::FilePath* file_path) const;
166 bool InMemoryURLIndexTest::GetCacheFilePath(base::FilePath* file_path) const { function in class:history::InMemoryURLIndexTest
168 return url_index_->GetCacheFilePath(file_path);
1192 bool GetCacheFilePath(base::FilePath* file_path) const;
1211 bool InMemoryURLIndexCacheTest::GetCacheFilePath( function in class:history::InMemoryURLIndexCacheTest
1214 return url_index_->GetCacheFilePath(file_path);
1223 ASSERT_TRUE(GetCacheFilePath(&full_file_path));
/external/chromium_org/chrome/browser/download/
H A Ddrag_download_item_views.cc53 full_path = drive_download_handler->GetCacheFilePath(download);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.h66 base::FilePath GetCacheFilePath(const content::DownloadItem* download);
H A Dfile_cache.cc61 base::FilePath FileCache::GetCacheFilePath(const std::string& id) const { function in class:drive::internal::FileCache
132 *cache_file_path = GetCacheFilePath(id);
161 base::FilePath dest_path = GetCacheFilePath(id);
248 base::FilePath path = GetCacheFilePath(id);
313 const std::string& md5 = util::GetMd5Digest(GetCacheFilePath(id));
370 base::FilePath path = GetCacheFilePath(id);
576 new_path = GetCacheFilePath(util::CanonicalizeResourceId(id));
H A Dfile_cache.h37 // GetCacheFilePath() for example), should be run with |blocking_task_runner|.
145 base::FilePath GetCacheFilePath(const std::string& id) const;
H A Ddownload_handler.cc203 base::FilePath DownloadHandler::GetCacheFilePath(const DownloadItem* download) { function in class:drive::DownloadHandler

Completed in 114 milliseconds