OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EntryImpl
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/disk_cache/
entry_impl.h
22
class
EntryImpl
: public Entry, public base::RefCounted<
EntryImpl
> {
23
friend class base::RefCounted<
EntryImpl
>;
34
EntryImpl
(BackendImpl* backend, Addr address, bool read_only);
60
// Performs the initialization of a
EntryImpl
that will be added to the
127
// Logs a begin event and enables logging for the
EntryImpl
. Will also cause
128
// an end event to be logged on destruction. The
EntryImpl
must have its key
166
~
EntryImpl
();
261
DISALLOW_COPY_AND_ASSIGN(
EntryImpl
);
entry_impl.cc
35
SyncCallback(disk_cache::
EntryImpl
* entry, net::IOBuffer* buffer,
49
disk_cache::
EntryImpl
* entry_;
67
entry_->ReportIOTime(disk_cache::
EntryImpl
::kAsyncIO, start_);
91
class
EntryImpl
::UserBuffer {
139
bool
EntryImpl
::UserBuffer::PreWrite(int offset, int len) {
161
void
EntryImpl
::UserBuffer::Truncate(int offset) {
171
void
EntryImpl
::UserBuffer::Write(int offset, net::IOBuffer* buf, int len) {
203
bool
EntryImpl
::UserBuffer::PreRead(int eof, int offset, int* len) {
228
int
EntryImpl
::UserBuffer::Read(int offset, net::IOBuffer* buf, int len) {
253
void
EntryImpl
::UserBuffer::Reset()
[
all
...]
/external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h
22
class NET_EXPORT_PRIVATE
EntryImpl
24
public base::RefCounted<
EntryImpl
> {
25
friend class base::RefCounted<
EntryImpl
>;
38
EntryImpl
(BackendImpl* backend, Addr address, bool read_only);
54
// Performs the initialization of a
EntryImpl
that will be added to the
85
// Logs a begin event and enables logging for the
EntryImpl
. Will also cause
86
// an end event to be logged on destruction. The
EntryImpl
must have its key
121
virtual ~
EntryImpl
();
218
DISALLOW_COPY_AND_ASSIGN(
EntryImpl
);
entry_impl_v3.cc
37
class
EntryImpl
::UserBuffer {
85
bool
EntryImpl
::UserBuffer::PreWrite(int offset, int len) {
107
void
EntryImpl
::UserBuffer::Truncate(int offset) {
117
void
EntryImpl
::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
149
bool
EntryImpl
::UserBuffer::PreRead(int eof, int offset, int* len) {
174
int
EntryImpl
::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
199
void
EntryImpl
::UserBuffer::Reset() {
212
bool
EntryImpl
::UserBuffer::GrowBuffer(int required, int limit) {
240
EntryImpl
::
EntryImpl
(BackendImpl* backend, Addr address, bool read_only
[
all
...]
/external/chromium_org/net/disk_cache/
entry_impl.h
25
class NET_EXPORT_PRIVATE
EntryImpl
27
public base::RefCounted<
EntryImpl
> {
28
friend class base::RefCounted<
EntryImpl
>;
41
EntryImpl
(BackendImpl* backend, Addr address, bool read_only);
67
// Performs the initialization of a
EntryImpl
that will be added to the
138
// Logs a begin event and enables logging for the
EntryImpl
. Will also cause
139
// an end event to be logged on destruction. The
EntryImpl
must have its key
177
virtual ~
EntryImpl
();
273
DISALLOW_COPY_AND_ASSIGN(
EntryImpl
);
entry_impl.cc
36
SyncCallback(disk_cache::
EntryImpl
* entry, net::IOBuffer* buffer,
50
disk_cache::
EntryImpl
* entry_;
67
entry_->ReportIOTime(disk_cache::
EntryImpl
::kAsyncIO, start_);
92
class
EntryImpl
::UserBuffer {
140
bool
EntryImpl
::UserBuffer::PreWrite(int offset, int len) {
162
void
EntryImpl
::UserBuffer::Truncate(int offset) {
172
void
EntryImpl
::UserBuffer::Write(int offset, IOBuffer* buf, int len) {
204
bool
EntryImpl
::UserBuffer::PreRead(int eof, int offset, int* len) {
229
int
EntryImpl
::UserBuffer::Read(int offset, IOBuffer* buf, int len) {
254
void
EntryImpl
::UserBuffer::Reset()
[
all
...]
/external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc
50
class AppCacheDiskCache::
EntryImpl
: public Entry {
52
explicit
EntryImpl
(disk_cache::Entry* disk_cache_entry)
89
// while the call is in-flight and to produce an
EntryImpl
upon completion.
132
*entry = new
EntryImpl
(entry_ptr_);
140
*entry_ = new
EntryImpl
(entry_ptr_);
Completed in 5118 milliseconds