OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeleteCacheFile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/disk_cache/
cache_util_posix.cc
42
bool
DeleteCacheFile
(const base::FilePath& name) {
cache_util_win.cc
26
bool
DeleteCacheFile
(const base::FilePath& name) {
/external/chromium/net/disk_cache/
cache_util_posix.cc
63
bool
DeleteCacheFile
(const FilePath& name) {
cache_util_win.cc
60
bool
DeleteCacheFile
(const FilePath& name) {
/external/chromium_org/chrome/browser/history/
in_memory_url_index.cc
32
void
DeleteCacheFile
(const base::FilePath& path) {
270
FROM_HERE, base::Bind(
DeleteCacheFile
, path));
339
base::Bind(
DeleteCacheFile
, path));
Completed in 56 milliseconds