OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:disk_cache
(Results
201 - 204
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium/net/http/
http_cache_unittest.cc
19
#include "net/
disk_cache
/
disk_cache
.h"
71
class MockDiskEntry : public
disk_cache
::Entry,
369
class MockDiskCache : public
disk_cache
::Backend {
384
virtual int OpenEntry(const std::string& key,
disk_cache
::Entry** entry,
415
virtual int CreateEntry(const std::string& key,
disk_cache
::Entry** entry,
479
virtual int OpenNextEntry(void** iter,
disk_cache
::Entry** next_entry,
541
disk_cache
::Backend** backend,
563
MockDiskCache*
disk_cache
() {
function in class:__anon2799::MockHttpCache
565
disk_cache
::Backend* backend
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc
67
#include "net/
disk_cache
/
disk_cache
.h"
165
disk_cache
::Backend* GetDiskCacheBackend(net::URLRequestContext* context) {
1302
disk_cache
::Backend*
disk_cache
= GetDiskCacheBackend(GetMainContext());
local
[
all
...]
/external/chromium_org/net/disk_cache/
backend_impl.cc
5
#include "net/
disk_cache
/backend_impl.h"
24
#include "net/
disk_cache
/cache_util.h"
25
#include "net/
disk_cache
/disk_format.h"
26
#include "net/
disk_cache
/entry_impl.h"
27
#include "net/
disk_cache
/errors.h"
28
#include "net/
disk_cache
/experiments.h"
29
#include "net/
disk_cache
/file.h"
33
#include "net/
disk_cache
/histogram_macros.h"
71
size_t table_size = sizeof(
disk_cache
::CacheAddr) * table_len;
72
return sizeof(
disk_cache
::IndexHeader) + table_size
108
namespace
disk_cache
{
namespace
[
all
...]
/external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc
477
// do actually exist in the
disk_cache
(and if not then what?)
1771
AppCacheDiskCache* AppCacheStorageImpl::
disk_cache
() {
function in class:appcache::AppCacheStorageImpl
[
all
...]
Completed in 989 milliseconds
1
2
3
4
5
6
7
8
9