OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserBuffer
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/disk_cache/v3/
entry_impl_v3.h
119
class
UserBuffer
;
206
scoped_ptr<
UserBuffer
> user_buffers_[kNumStreams]; // Stores user data.
entry_impl_v3.cc
37
class EntryImpl::
UserBuffer
{
39
explicit
UserBuffer
(BackendImpl* backend)
43
~
UserBuffer
() {
82
DISALLOW_COPY_AND_ASSIGN(
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()
[
all
...]
/external/chromium/net/disk_cache/
entry_impl.h
164
class
UserBuffer
;
249
scoped_ptr<
UserBuffer
> user_buffers_[kNumStreams]; // Stores user data.
entry_impl.cc
91
class EntryImpl::
UserBuffer
{
93
explicit
UserBuffer
(BackendImpl* backend)
97
~
UserBuffer
() {
136
DISALLOW_COPY_AND_ASSIGN(
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/
entry_impl.h
175
class
UserBuffer
;
261
scoped_ptr<
UserBuffer
> user_buffers_[kNumStreams]; // Stores user data.
entry_impl.cc
92
class EntryImpl::
UserBuffer
{
94
explicit
UserBuffer
(BackendImpl* backend)
98
~
UserBuffer
() {
137
DISALLOW_COPY_AND_ASSIGN(
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
...]
Completed in 556 milliseconds