OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entry_deleted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/engine/
conflict_resolver.cc
129
bool
entry_deleted
= entry.GetIsDel();
local
185
if (!
entry_deleted
&& name_matches && parent_matches && specifics_match &&
202
} else if (
entry_deleted
|| !name_matches || !parent_matches) {
204
// will never result in changes to the local hierarchy. The
entry_deleted
/external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc
203
return state != disk_cache::
ENTRY_DELETED
&&
601
if (entry_cell.GetState() !=
ENTRY_DELETED
) {
692
DCHECK_EQ(old_state,
ENTRY_DELETED
);
703
case
ENTRY_DELETED
:
716
if (state ==
ENTRY_DELETED
) {
812
if (!allow_deleted && entry_cell.GetState() ==
ENTRY_DELETED
)
831
if (current_state ==
ENTRY_DELETED
) {
[
all
...]
index_table_v3_unittest.cc
306
index.SetSate(hash, addr, disk_cache::
ENTRY_DELETED
);
358
index.SetSate(hash, entries[0].address, disk_cache::
ENTRY_DELETED
);
359
index.SetSate(hash, entries[1].address, disk_cache::
ENTRY_DELETED
);
disk_format_v3.h
108
ENTRY_DELETED
, // The entry is being deleted.
Completed in 102 milliseconds