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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 144 if (!GetCacheFilePath(&path))
155 bool InMemoryURLIndex::GetCacheFilePath(base::FilePath* file_path) {
256 if (needs_to_be_cached_ && GetCacheFilePath(&path)) {
269 if (!GetCacheFilePath(&path) || shutdown_) {
296 if (!GetCacheFilePath(&path) || shutdown_)
353 if (!GetCacheFilePath(&path))
in_memory_url_index.h 187 bool GetCacheFilePath(base::FilePath* file_path);
in_memory_url_index_unittest.cc 113 bool GetCacheFilePath(base::FilePath* file_path) const;
166 bool InMemoryURLIndexTest::GetCacheFilePath(base::FilePath* file_path) const {
168 return url_index_->GetCacheFilePath(file_path);
    [all...]
  /external/chromium_org/chrome/browser/download/
drag_download_item_views.cc 53 full_path = drive_download_handler->GetCacheFilePath(download);
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.h 66 base::FilePath GetCacheFilePath(const content::DownloadItem* download);
file_cache.h 37 // GetCacheFilePath() for example), should be run with |blocking_task_runner|.
145 base::FilePath GetCacheFilePath(const std::string& id) const;
file_cache.cc 61 base::FilePath FileCache::GetCacheFilePath(const std::string& id) const {
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));
download_handler.cc 203 base::FilePath DownloadHandler::GetCacheFilePath(const DownloadItem* download) {

Completed in 1090 milliseconds