OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:background_queue
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
entry_impl.cc
667
backend_->
background_queue
()->DoomEntryImpl(this);
671
backend_->
background_queue
()->CloseEntryImpl(this);
735
backend_->
background_queue
()->ReadData(this, index, offset, buf, buf_len,
752
backend_->
background_queue
()->WriteData(this, index, offset, buf, buf_len,
762
backend_->
background_queue
()->ReadSparseData(this, offset, buf, buf_len,
772
backend_->
background_queue
()->WriteSparseData(this, offset, buf, buf_len,
779
backend_->
background_queue
()->GetAvailableRange(this, offset, len, start,
794
backend_->
background_queue
()->CancelSparseIO(this);
801
backend_->
background_queue
()->ReadyForSparseIO(this, callback);
[
all
...]
backend_impl.h
101
InFlightBackendIO*
background_queue
() {
function in class:disk_cache::BackendImpl
Completed in 158 milliseconds