Searched refs:GetFileName (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/content/browser/
H A Dbrowser_shutdown_profile_dumper.h43 base::FilePath GetFileName();
H A Dbrowser_shutdown_profile_dumper.cc27 WriteTracesToDisc(GetFileName());
75 base::FilePath BrowserShutdownProfileDumper::GetFileName() { function in class:content::BrowserShutdownProfileDumper
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_worker.h39 base::FilePath GetFileName(Addr address) const;
H A Dbackend_worker.cc303 base::FilePath BackendImpl::GetFileName(Addr address) const { function in class:disk_cache::BackendImpl
H A Dentry_impl_v3.cc995 int failure = !DeleteCacheFile(backend_->GetFileName(address));
999 backend_->GetFileName(address).value() << " from the cache.";
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dmapping_file_provider.h54 const string& GetFileName(int country_calling_code, const string& language,
H A Dmapping_file_provider.cc93 const string& MappingFileProvider::GetFileName(int country_calling_code, function in class:i18n::phonenumbers::MappingFileProvider
H A Dphonenumber_offline_geocoder.cc88 provider_->GetFileName(prefix, language, script, region, &filename);
/external/chromium/net/disk_cache/
H A Dbackend_impl.h96 FilePath GetFileName(Addr address) const;
H A Dentry_impl.cc1139 int failure = !DeleteCacheFile(backend_->GetFileName(address));
1143 backend_->GetFileName(address).value() << " from the cache.";
1180 if (file->Init(backend_->GetFileName(address)))
H A Dbackend_impl.cc825 FilePath BackendImpl::GetFileName(Addr address) const { function in class:disk_cache::BackendImpl
850 FilePath name = GetFileName(file_address);
H A Dbackend_unittest.cc2086 FilePath name = cache_impl_->GetFileName(address);
/external/chromium_org/net/disk_cache/
H A Dbackend_impl.h91 base::FilePath GetFileName(Addr address) const;
H A Dentry_impl.cc1204 int failure = !DeleteCacheFile(backend_->GetFileName(address));
1208 backend_->GetFileName(address).value() << " from the cache.";
1251 if (file->Init(backend_->GetFileName(address)))
H A Dbackend_impl.cc636 base::FilePath BackendImpl::GetFileName(Addr address) const { function in class:disk_cache::BackendImpl
665 base::FilePath name = GetFileName(file_address);
H A Dbackend_unittest.cc3034 base::FilePath name = cache_impl_->GetFileName(address);
H A Dentry_unittest.cc1544 base::FilePath name = cache_impl_->GetFileName(address);
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs156 string file = Path.GetFileName(imagePath);

Completed in 228 milliseconds