OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIsDel
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/sync/internal_api/
read_node.cc
46
if (entry_->
GetIsDel
())
67
if (entry_->
GetIsDel
())
89
if (entry_->
GetIsDel
())
write_node.cc
300
if (entry_->
GetIsDel
())
321
if (entry_->
GetIsDel
())
335
if (entry_->
GetIsDel
())
404
if (existing_entry->
GetIsDel
()) {
base_node.cc
248
!GetEntry()->
GetIsDel
()) {
sync_manager_impl_unittest.cc
[
all
...]
/external/chromium_org/sync/engine/
syncer_util.cc
167
if (local_entry.good() && !local_entry.
GetIsDel
()) {
235
if (!parent.good() || parent.
GetIsDel
() || !parent.GetIsDir()) {
240
if (!entry->
GetIsDel
() && !IsLegalNewParent(trans, id, new_parent)) {
480
if (entry->
GetIsDel
() && !entry->GetId().ServerKnows()) {
507
if (!entry.GetIsUnsynced() || !entry.
GetIsDel
())
517
if (!parent.good() || !parent.
GetIsDel
())
567
if (target->
GetIsDel
()) { // If we've deleted the item, we don't care.
580
(!target->GetIsUnsynced() && target->
GetIsDel
() &&
632
if (target->
GetIsDel
()) {
get_commit_ids.cc
142
if (entry.
GetIsDel
() && !entry.GetId().ServerKnows()) {
319
if (item.
GetIsDel
())
385
if (!entry.
GetIsDel
()) {
420
if (entry.
GetIsDel
()) {
429
if (parent.good() && parent.
GetIsDel
() && parent.GetIsUnsynced()) {
474
if (entry.
GetIsDel
()) {
conflict_resolver.cc
54
if (entry.
GetIsDel
() && entry.GetServerIsDel()) {
94
bool entry_deleted = entry.
GetIsDel
();
commit_util.cc
125
if (meta_entry.
GetIsDel
() &&
162
if (meta_entry.
GetIsDel
()) {
355
// local_entry->
GetIsDel
(). For example, an item could be renamed, and then
357
if (local_entry->GetIsDir() && local_entry->
GetIsDel
()) {
syncer_unittest.cc
259
EXPECT_FALSE(entry->
GetIsDel
());
268
EXPECT_FALSE(entry->
GetIsDel
());
[
all
...]
process_updates_util.cc
65
existing_entry.
GetIsDel
() &&
/external/chromium_org/sync/syncable/
entry.h
129
bool
GetIsDel
() const {
mutable_entry.cc
140
if (!
GetIsDel
()) {
directory.cc
[
all
...]
syncable_unittest.cc
375
EXPECT_TRUE(me.
GetIsDel
());
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc
307
} else if (sync_node.GetEntry()->
GetIsDel
()) {
[
all
...]
Completed in 95 milliseconds