OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Doom
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/net/disk_cache/flash/
flash_entry_impl.cc
48
void FlashEntryImpl::
Doom
() {
/external/chromium/net/disk_cache/
mem_entry_impl.cc
83
// If this is a parent entry, we need to
doom
all the child entries.
92
i->second->
Doom
();
127
void MemEntryImpl::
Doom
() {
131
// Perform internal
doom
from the backend if this is a parent entry.
134
// Manually detach from the backend and perform internal
doom
.
entry_impl.cc
737
void EntryImpl::
Doom
() {
[
all
...]
/external/chromium_org/net/disk_cache/
mem_entry_impl.cc
100
// If this is a parent entry, we need to
doom
all the child entries.
109
i->second->
Doom
();
144
void MemEntryImpl::
Doom
() {
148
// Perform internal
doom
from the backend if this is a parent entry.
151
// Manually detach from the backend and perform internal
doom
.
tracing_cache_backend.cc
17
virtual void
Doom
() OVERRIDE;
66
void EntryProxy::
Doom
() {
68
entry_->
Doom
();
entry_impl.cc
749
void EntryImpl::
Doom
() {
[
all
...]
/external/chromium_org/net/http/
mock_http_cache.cc
60
void MockDiskEntry::
Doom
() {
/external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc
291
void SimpleEntryImpl::
Doom
() {
[
all
...]
simple_synchronous_entry.cc
240
sync_entry->
Doom
();
264
sync_entry->
Doom
();
316
Doom
();
349
Doom
();
356
Doom
();
369
Doom
();
379
Doom
();
392
Doom
();
623
Doom
();
630
Doom
();
[
all
...]
/external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc
446
void EntryImpl::
Doom
() {
[
all
...]
/external/chromium/net/http/
http_cache_unittest.cc
87
virtual void
Doom
() {
[
all
...]
Completed in 53 milliseconds