OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disk_cache
(Results
126 - 150
of
185
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/net/http/
http_cache.cc
35
#include "net/
disk_cache
/
disk_cache
.h"
85
NetLog* net_log, scoped_ptr<
disk_cache
::Backend>* backend,
88
return
disk_cache
::CreateCacheBackend(type_,
101
HttpCache::ActiveEntry::ActiveEntry(
disk_cache
::Entry* entry)
123
disk_cache
::Entry* disk_entry;
124
scoped_ptr<
disk_cache
::Backend> backend;
150
const net::CompletionCallback& cb,
disk_cache
::Backend** backend)
169
bool DoCallback(int result,
disk_cache
::Backend* backend) {
191
disk_cache
::Backend** backend_
[
all
...]
disk_cache_based_quic_server_info.cc
19
// Some APIs inside
disk_cache
take a handle that the caller must keep alive
25
// This data shim struct is meant to provide a location for the
disk_cache
28
// should be bound to the CompletionCallback that is passed to the
disk_cache
32
// This is a hack. A better fix is to make it so that the
disk_cache
APIs
38
// TODO(ajwong): Change
disk_cache
's API to return results via Callback.
42
disk_cache
::Backend* backend;
43
disk_cache
::Entry* entry;
/external/chromium_org/content/browser/gpu/
shader_disk_cache.cc
22
void EntryCloser(
disk_cache
::Entry* entry) {
26
void FreeDiskCacheIterator(scoped_ptr<
disk_cache
::Backend::Iterator> iterator) {
64
disk_cache
::Entry* entry_;
101
scoped_ptr<
disk_cache
::Backend::Iterator> iter_;
104
disk_cache
::Entry* entry_;
533
int rv =
disk_cache
::CreateCacheBackend(
/external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc
17
#include "net/
disk_cache
/
disk_cache
.h"
71
disk_cache
::Backend* backend = request_context_->GetURLRequestContext()->
/external/chromium_org/net/disk_cache/blockfile/
disk_format_v3.h
8
// Any data blob bigger than kMaxBlockSize (
disk_cache
/addr.h) will be stored in
26
//
disk_cache
/disk_format_base.h
49
#include "net/
disk_cache
/blockfile/disk_format_base.h"
51
namespace
disk_cache
{
namespace
168
// file type and file number are appended (see
disk_cache
/addr.h). For a large
244
} // namespace
disk_cache
trace.cc
5
#include "net/
disk_cache
/blockfile/trace.h"
15
#include "net/
disk_cache
/blockfile/stress_support.h"
56
namespace
disk_cache
{
namespace
192
} // namespace
disk_cache
backend_impl.h
5
// See net/
disk_cache
/
disk_cache
.h for the public interface of the cache.
14
#include "net/
disk_cache
/blockfile/block_files.h"
15
#include "net/
disk_cache
/blockfile/eviction.h"
16
#include "net/
disk_cache
/blockfile/in_flight_backend_io.h"
17
#include "net/
disk_cache
/blockfile/rankings.h"
18
#include "net/
disk_cache
/blockfile/stats.h"
19
#include "net/
disk_cache
/blockfile/stress_support.h"
20
#include "net/
disk_cache
/blockfile/trace.h"
21
#include "net/
disk_cache
/disk_cache.h
31
namespace
disk_cache
{
namespace
[
all
...]
backend_impl.cc
5
#include "net/
disk_cache
/blockfile/backend_impl.h"
26
#include "net/
disk_cache
/blockfile/disk_format.h"
27
#include "net/
disk_cache
/blockfile/entry_impl.h"
28
#include "net/
disk_cache
/blockfile/errors.h"
29
#include "net/
disk_cache
/blockfile/experiments.h"
30
#include "net/
disk_cache
/blockfile/file.h"
31
#include "net/
disk_cache
/blockfile/histogram_macros.h"
32
#include "net/
disk_cache
/blockfile/webfonts_histogram.h"
33
#include "net/
disk_cache
/cache_util.h"
74
size_t table_size = sizeof(
disk_cache
::CacheAddr) * table_len
111
namespace
disk_cache
{
namespace
[
all
...]
backend_impl_v3.h
5
// See net/
disk_cache
/
disk_cache
.h for the public interface of the cache.
14
#include "net/
disk_cache
/blockfile/block_bitmaps_v3.h"
15
#include "net/
disk_cache
/blockfile/block_files.h"
16
#include "net/
disk_cache
/blockfile/eviction_v3.h"
17
#include "net/
disk_cache
/blockfile/index_table_v3.h"
18
#include "net/
disk_cache
/blockfile/stats.h"
19
#include "net/
disk_cache
/blockfile/stress_support.h"
20
#include "net/
disk_cache
/blockfile/trace.h"
21
#include "net/
disk_cache
/disk_cache.h
31
namespace
disk_cache
{
namespace
[
all
...]
block_bitmaps_v3.cc
5
#include "net/
disk_cache
/blockfile/block_bitmaps_v3.h"
9
#include "net/
disk_cache
/blockfile/disk_format_base.h"
10
#include "net/
disk_cache
/blockfile/trace.h"
14
namespace
disk_cache
{
namespace
179
} // namespace
disk_cache
entry_impl_v3.h
12
#include "net/
disk_cache
/blockfile/disk_format_v3.h"
13
#include "net/
disk_cache
/blockfile/storage_block.h"
14
#include "net/
disk_cache
/
disk_cache
.h"
16
namespace
disk_cache
{
namespace
206
} // namespace
disk_cache
file_posix.cc
5
#include "net/
disk_cache
/blockfile/file.h"
15
#include "net/
disk_cache
/
disk_cache
.h"
35
namespace
disk_cache
{
namespace
187
} // namespace
disk_cache
index_table_v3.h
28
#include "net/
disk_cache
/blockfile/addr.h"
29
#include "net/
disk_cache
/blockfile/bitmap.h"
30
#include "net/
disk_cache
/blockfile/disk_format_v3.h"
36
namespace
disk_cache
{
namespace
277
} // namespace
disk_cache
rankings.h
5
// See net/
disk_cache
/
disk_cache
.h for the public interface.
13
#include "net/
disk_cache
/blockfile/addr.h"
14
#include "net/
disk_cache
/blockfile/mapped_file.h"
15
#include "net/
disk_cache
/blockfile/storage_block.h"
17
namespace
disk_cache
{
namespace
212
} // namespace
disk_cache
storage_block-inl.h
8
#include "net/
disk_cache
/blockfile/storage_block.h"
12
#include "net/
disk_cache
/blockfile/trace.h"
14
namespace
disk_cache
{
namespace
203
} // namespace
disk_cache
/external/chromium_org/net/disk_cache/
disk_cache.h
32
namespace
disk_cache
{
namespace
325
} // namespace
disk_cache
/external/chromium_org/net/disk_cache/memory/
mem_backend_impl.h
5
// See net/
disk_cache
/
disk_cache
.h for the public interface of the cache.
13
#include "net/
disk_cache
/
disk_cache
.h"
14
#include "net/
disk_cache
/memory/mem_rankings.h"
20
namespace
disk_cache
{
namespace
121
} // namespace
disk_cache
mem_entry_impl.h
12
#include "net/
disk_cache
/
disk_cache
.h"
14
namespace
disk_cache
{
namespace
183
} // namespace
disk_cache
/external/chromium_org/net/disk_cache/simple/
simple_entry_operation.h
16
namespace
disk_cache
{
namespace
156
} // namespace
disk_cache
simple_index.cc
5
#include "net/
disk_cache
/simple/simple_index.h"
26
#include "net/
disk_cache
/simple/simple_entry_format.h"
27
#include "net/
disk_cache
/simple/simple_histogram_macros.h"
28
#include "net/
disk_cache
/simple/simple_index_delegate.h"
29
#include "net/
disk_cache
/simple/simple_index_file.h"
30
#include "net/
disk_cache
/simple/simple_synchronous_entry.h"
31
#include "net/
disk_cache
/simple/simple_util.h"
53
typedef
disk_cache
::SimpleIndex SimpleIndex;
54
typedef
disk_cache
::SimpleIndex::EntrySet EntrySet;
77
namespace
disk_cache
{
namespace
[
all
...]
simple_index.h
34
namespace
disk_cache
{
namespace
200
} // namespace
disk_cache
simple_index_file.h
21
#include "net/
disk_cache
/simple/simple_index.h"
28
namespace
disk_cache
{
namespace
187
} // namespace
disk_cache
simple_backend_impl.h
22
#include "net/
disk_cache
/
disk_cache
.h"
23
#include "net/
disk_cache
/simple/simple_entry_impl.h"
24
#include "net/
disk_cache
/simple/simple_index_delegate.h"
31
namespace
disk_cache
{
namespace
208
} // namespace
disk_cache
/external/chromium_org/components/nacl/browser/
pnacl_translation_cache.cc
18
#include "net/
disk_cache
/
disk_cache
.h"
25
void CloseDiskCacheEntry(
disk_cache
::Entry* entry) { entry->Close(); }
38
// 'key' and 'data' strings as the
disk_cache
is performing various async
39
// operations. It also tracks the open
disk_cache
::Entry
101
disk_cache
::Entry* entry_;
337
int rv =
disk_cache
::CreateCacheBackend(
/external/chromium_org/content/browser/appcache/
appcache_storage_impl.h
137
CONTENT_EXPORT AppCacheDiskCache*
disk_cache
();
144
// its DatabaseTasks on the db thread. Separately, the
disk_cache
uses
Completed in 765 milliseconds
1
2
3
4
5
6
7
8