HomeSort by relevance Sort by last modified time
    Searched defs:GetCacheFilePath (Results 1 - 4 of 4) 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) {
251 if (needs_to_be_cached_ && GetCacheFilePath(&path)) {
264 if (!GetCacheFilePath(&path) || shutdown_) {
290 if (!GetCacheFilePath(&path) || shutdown_)
344 if (!GetCacheFilePath(&path))
in_memory_url_index_unittest.cc 108 bool GetCacheFilePath(base::FilePath* file_path) const;
159 bool InMemoryURLIndexTest::GetCacheFilePath(base::FilePath* file_path) const {
161 return url_index_->GetCacheFilePath(file_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 203 base::FilePath DownloadHandler::GetCacheFilePath(const DownloadItem* download) {
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));

Completed in 61 milliseconds